Tagged Questions
3
votes
1answer
112 views
Include one TeX file into another
I have main.tex file with:
\documentclass[]{report}
\begin{document}
\input{filename.tex}
\end{document}
Let say filename.tex have the following content:
\begin{abstract}
text
\end{abstract}
...
