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}
|
||||
|
||||
\include{title}
|
||||
\input{title}
|
||||
|
||||
\tableofcontents
|
||||
\thispagestyle{empty}
|
||||
\cleardoublepage
|
||||
\setcounter{page}{1}
|
||||
|
||||
Some body content
|
||||
$body$
|
||||
|
||||
\end{document}
|
||||
|
|
Reference in a new issue