% Convert linux_brochure_watermarked.pdf into landscape mode. % 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} % set compression level \pdfcompresslevel9 \fi \usepackage{pdfpages} \begin{document} % N.B. note off-by-one in usual syntax of page naming. \includepdf [pages={1,2},angle=-90,landscape, nup=1x1] {linux_brochure_watermarked.pdf} \end{document}