GeneralConsolidating Latex Documents into One Document

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
pepe_casa
Posts: 2
Joined: Sat Nov 13, 2010 6:35 am

Consolidating Latex Documents into One Document

Post by pepe_casa »

Hi,

I would like to produce one Latex document made up of 10 separate Latex documents. I know how to do this using the \include function but I want to include the Title, Author and Date fields for each document as well as the main body.

Any help on how to include this information for each document would be appreciated.

Thanks in advance.

Pepe Casa

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Consolidating Latex Documents into One Document

Post by frabjous »

It's probably easiest just to go ahead and typeset the documents to PDF format, and then combine them with the \includepdf command from the pdfpages package.
sitex
Posts: 70
Joined: Sat May 09, 2009 12:37 pm

Consolidating Latex Documents into One Document

Post by sitex »

The combine class may be helpful.

Regards,
--Tom Price
Post Reply