I'm trying to input more documents to a single document in order to keep my code from being to messy. Yet, I can input one of my documents, but the rest of them are not complied. Is there any out there, who have experienced the same problem?
My code is as follows (pretty straight up):
Code: Select all
\begin{document}
\includepdf[pages=1]{frontpage}
\tableofcontents
\input{Introduktion}
\input{Modellen}
\end{document}
It almost seems as if Latex doesn't register any of my commands after inputting the "Introduktion", but seems to read commands prior to that one.
Solutions or clues are much appreciated.