1
Fork 0

Correctly include title with content

This commit is contained in:
Jake Howard 2018-03-26 09:42:13 +01:00
parent 707b0d4645
commit 349f1df7f3
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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}