Document ClassesUsing two document classes in one document?

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
sabatier_sabrika
Posts: 2
Joined: Sun Aug 30, 2009 5:03 pm

Using two document classes in one document?

Post by sabatier_sabrika »

Hi,

I have one document class for my thesis. I have another paper which uses a different document class. I want to put this paper into the appendix of my thesis, retaining its format.

Does anyone know if I can do this? If possible, I'd like to continue the numbering from the main thesis to the other paper.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Using two document classes in one document?

Post by gmedina »

Hi,

you can produce two separate pdf files and then use the pdfpages to merge the two documents.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
sabatier_sabrika
Posts: 2
Joined: Sun Aug 30, 2009 5:03 pm

Re: Using two document classes in one document?

Post by sabatier_sabrika »

Thanks very much, works like a dream!
Post Reply