% Combine 123 linux_brochure_lug.pdf pages into one pdf page. % Copyright 2003 Alan W. Irwin (irwin@beluga.phys.uvic.ca) % This file is part of the Linux Brochure Project (LBP) package. % LBP is free software; you can redistribute it and/or modify % it under the terms of the GNU General Public License version 2 % as published by the Free Software Foundation. % LBP is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % You should have received a copy of the GNU General Public License % along with LBP; if not, write to the Free Software % Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA % 02111-1307 USA \documentclass{article} \input{geometry.tex} %Check if we are compiling under latex or pdflatex \ifx\pdftexversion\undefined % mispell package name to make sure this is only used with pdflatex \usepackage[only_use_pdflatex!]{graphicx} \else \usepackage[pdftex]{graphicx} \fi \usepackage{pdfpages} \begin{document} % N.B. note off-by-one in usual syntax of page naming. \includepdf[pages={2,3,4},landscape, nup=1x3, turn=false] {linux_brochure_lug.pdf} \end{document}