Page LayoutPrinting a Book

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
thedoctor818
Posts: 92
Joined: Fri Apr 24, 2009 8:02 pm

Printing a Book

Post by thedoctor818 »

I would like to print a book. The base document is 118 pages, and I think I would like to use the following code:

Code: Select all

\documentclass{article}
\usepackage{pdfpages}

\begin{document}
\includepdf[signature=1,pages=-,landscape]{mydoc.pdf}
\end{document}
However, I end up with over 10 blank pages. How can I reduce this number to 4 or less? Any help will be appreciated. Thanks!
-Michael D

Recommended reading 2024:

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

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

Post Reply