Hello,
I am printing my thesis to pdf, however I have to submit annexes as a seperate pdf.
I have written my thesis and annexes as one pdf, which means the references are spread over both parts
Is there a way to print to pdf, without printing the annexes. However, I still need to read the annexes otherwise I will get errors about references when printing the thesis part.
Hope this makes sense.
Any help is always greatly appreciated
Ivan
General ⇒ printing 1 pdf as 2 seperate pdf's
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
printing 1 pdf as 2 seperate pdf's
I assume that you have divided your source code into different files (i.e. each chapter), which you are including with the \include command. You then could create a list of files that have to be included when printing your annexes separately. Take this as an example.
Lines with comments are not included. So, in this case only your annexes are in the final output. References are kept untouched and will appear normally since the *.aux files of the whole document are utilized.
Best regards
Thorsten¹
Code: Select all
\includeonly{%
% intro, % include intro.tex
% chapter1,
% chapter2
annexes, % includes annexes.tex
}
Best regards
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
printing 1 pdf as 2 seperate pdf's
LaTeX.org admin
Re: printing 1 pdf as 2 seperate pdf's
Awesome, thanks heaps.
Hopefully I will be able to give a bit back and help others with LaTeX, in the future.
Cheers
Ivan
Hopefully I will be able to give a bit back and help others with LaTeX, in the future.
Cheers
Ivan