A school I'm applying to requires me to combine my research statement and my CV into a single document. However, my research statement is in the amsart document class while my CV is in the article document class and I'm having trouble getting it to look at all nice in a single class. Is there a way to change document class part of the way through a document? Alternately is there an easy way to get LaTeX to just concatenate the output of two different files?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
No, you cannot change the document class in the middle of a document. One option would be to use the pdfpages package to include your CV in your research statement. |
|||
|
|
|
Another solution would be to create two separate documents, and use a program like pdftk to combine the two resulting pdfs. |
|||
|
|
pdfpages– cmhughes Nov 29 '11 at 4:04