Sometimes I want to \input some LaTeX code, which belongs to a standalone LaTeX file.
I would like to input the part between \begin{document} and \end{document}, while skipping the other part.
Sometimes I want to \input some LaTeX code, which belongs to a standalone LaTeX file.
I would like to input the part between \begin{document} and \end{document}, while skipping the other part.
This is exactly the purpose of the docmute package. Another one with more options is the package and document class standalone.
standalone package and then simply \input the other file. The standalone class is not required, but useful for the other file if it is a diagram or similar which you want to compile on its own with minimal borders.
– Martin Scharrer
Jun 27 '11 at 10:41
standalonedocument class? – Caramdir Jun 27 '11 at 09:29