I am compiling my dissertation which is composed with several separate papers (with independent LaTeX code).
I have a title for my dissertation and want to insert my individual papers with their own titles (different authors, etc., for each paper).
Someone suggested use
\begin{document}
\include{paper1}
\include{paper2}
\end{document}
where paper1 has the codes as
\begin{document}
\end{document}
But it doesn't solve my problem.
For each individual latex code for the individual paper, I have title code outside of the \begin{document}.
Any suggestion about how to insert the entire LaTeX code of a academic paper, A, into another academic paper, B, while remain everything not changed for A.
standalonepackage. – Peter Grill Apr 02 '13 at 22:16