My document consist of few individual chapters. Right now i have every chapter in single file, because I need quick access to fix minor bugs. After that I'd like to compile and check that chapter only, so in every file I have in first line
\include{preambule}, which is just standard preambule with nothing .
Now i need to gather all chapters in one document and yet tried by making stapling file:
Code: Select all
\include{preambule}
\begin{document}
\include{first}
\include{second}
...
\end{document}