GeneralCompile Document into several PDF Files

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
kinxkinx
Posts: 2
Joined: Fri Sep 20, 2013 10:44 am

Compile Document into several PDF Files

Post by kinxkinx »

Hello there,

I have a document in which each "section" is an interview transcript. I want to send each interview transcript to the interviewee. I know I can cut the PDF with other tools, or create new documents, but it's not the issue.

Is it possible (and how to do that?) to compile a latex document in several PDF files (a PDF document for each section)?

I mostly use PDFLaTeX to compile my source to PDF, but I don't know if it can do that.


Best regards and many thanks,
O.

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Compile Document into several PDF Files

Post by localghost »

I see two options.

Best regards and welcome to the board
Thorsten
kinxkinx
Posts: 2
Joined: Fri Sep 20, 2013 10:44 am

Re: Compile Document into several PDF Files

Post by kinxkinx »

Many thanks,
looks easy!

Finaly, I used the \input command and separated my original text in several parts.
Post Reply