I would like a letter at the start of my report, but it would be a different document class.
Could I use the same .tex file, with \begin{document}\end{document}\begin{document}\end{document}?
|
I would like a letter at the start of my report, but it would be a different document class. Could I use the same .tex file, with |
||||
|
I would write the letter as a different document, compile it into a PDF and include it in the report using |
||||
|
|
|
Just for fun, you can have it all in "one file" (note that
|
|||||||||||||||
|
|
There are command-line tools that can combine several PDF files into one, such as
Combine this with a
will run pdflatex, bibtex etc. on both |
||||
|
|
TeXwill stop the compilation process the first time it sees\end{document}(non verbatim). So, no you cannot use\begin{document}\end{document}\begin{document}\end{document}. – cjorssen Mar 9 '12 at 17:32