Page LayoutCombining Files with Different Document Class

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
Neo63
Posts: 6
Joined: Sun Jul 31, 2011 3:03 am

Combining Files with Different Document Class

Post by Neo63 »

Hi all, I'd like to combine several .tex files that have different documentclasses, which, from my understanding is not possible with /input. The reason is because I couldn't figure out another way to number pages. The files include essays which just use the article class as well as this amspset class I found online. Is there a way to do this? Thanks so much.
Last edited by Neo63 on Wed Dec 07, 2011 9:19 pm, edited 3 times in total.

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

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Combining Files with Different Document Class

Post by Stefan Kottwitz »

Hi,

you could use the combine package.
Or produce each pdf file and use pdfpages for merging all them together, pages can be numbered by pdfpages.

Stefan
LaTeX.org admin
Neo63
Posts: 6
Joined: Sun Jul 31, 2011 3:03 am

Re: Combining Files with Different Document Class

Post by Neo63 »

Thank you!
Post Reply