Files
dottes/dottesA5onA4booklet.tex
Jim Hague 50c67f52c8 Add a A4 portrait book with multiple tunes per page.
Also add a script to make all variants of a single book, and
look for <tune name>.tex files, and if one exists add it after the tune.
2013-01-26 13:47:01 +00:00

15 lines
388 B
TeX

%
% Take the A5 landscape dottes.pdf and produce a second PDF
% formatted for A4 portrait, which two pages per A4 page,
% and ordered for booklet printing.
%
% Print the resulting PDF with long side duplex.
%
\documentclass[a4paper,final]{article}
\usepackage{pdfpages}
\usepackage{ifpdf,ifxetex}
\begin{document}
\includepdf[pages=-, nup=1x2, booklet=true]{dottesA5.pdf}
\end{document}