[OS X TeX] (OT) Printing several pages in one run
Daniel Becker
daniel.becker at uni-rostock.de
Tue Nov 21 18:32:16 CET 2006
Am 21.11.2006 um 17:41 schrieb Steffen Wolfrum:
> Hi,
>
> do you know a way (an application, a command-line tool) to print
> from a PDF one copy from e.g. each page 3, 17, 39, ... in one run?
>
> Thanks, Steffen
can be done using pdfpages:
\documentclass[a4paper,14pt]{scrartcl}
\usepackage[final]{pdfpages}
\begin{document}
% Alles:
\includepdf[pages=-,nup=1x2,frame,scale=0.90]{../HROSLides.pdf}
% Auswahl
%\includepdf[pages={1,3,5,7,8,15-18,20-24,27-31},nup=1x2,scale=0.90]
{../HROSLides.pdf}
\end{document}
------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
& FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
More information about the macostex-archives
mailing list