Correctly include title with content
This commit is contained in:
parent
707b0d4645
commit
349f1df7f3
1 changed files with 2 additions and 2 deletions
4
main.tex
4
main.tex
|
@ -20,13 +20,13 @@
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\include{title}
|
\input{title}
|
||||||
|
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
\thispagestyle{empty}
|
\thispagestyle{empty}
|
||||||
\cleardoublepage
|
\cleardoublepage
|
||||||
\setcounter{page}{1}
|
\setcounter{page}{1}
|
||||||
|
|
||||||
Some body content
|
$body$
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
Reference in a new issue