I have a document document.tex which looks something like this:
...
\begin{document}
...
\include{chap1}
...
\end{document}
I create a .tex file called chap1.tex which contains exactly the following:
\begin{document}
\chapter{Plan A}
This chapter is your first plan...
\end{document}
When I compile I found errors that I cannot fix. Any helps please?
\begin{document}..\end{document}in it. Only the text you want included in your document. – Juri Robl Jul 02 '14 at 18:17\documentclas{...}missing) and the error messages you get (look in the.logfile for lines starting with!). This helps the answers to identify the issue. – Martin Scharrer Jul 02 '14 at 18:20