Page LayoutIncluding PDFs

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
User avatar
anta40
Posts: 38
Joined: Thu Sep 11, 2008 2:36 pm

Including PDFs

Post by anta40 »

I know how to combine external PDFs, by using pdfpages.

Now I want to make the process a bit specific: PDFs which have odd pages will have an extra blank page appended at the end.

How to do that?

Recommended reading 2024:

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

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

magicmoose
Posts: 90
Joined: Fri Nov 06, 2009 7:29 am

Including PDFs

Post by magicmoose »

Hi there,

Will using this:

Code: Select all

\quad\newpage
work for you? The \quad is just to make LaTeX think there is something on the page otherwise it doesn't like letting you adding blank pages with nothing on them.

Hope that helps
User avatar
anta40
Posts: 38
Joined: Thu Sep 11, 2008 2:36 pm

Re: Including PDFs

Post by anta40 »

Hi,

\quad\newpage doesn't seem to work

Just in case you're wondering, I already add that on the my main file: template-icacsis.tex

I attached my full latex code.
Attachments
proc.zip
(10.01 KiB) Downloaded 176 times
Post Reply