Mercurial > dottes
comparison dottesA5onA4booklet.tex @ 181:6a0bdabfb255
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.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Sat, 26 Jan 2013 13:47:01 +0000 |
parents | dottesona4.tex@01c4d873153f |
children |
comparison
equal
deleted
inserted
replaced
180:3acc7c6ba9fc | 181:6a0bdabfb255 |
---|---|
1 % | |
2 % Take the A5 landscape dottes.pdf and produce a second PDF | |
3 % formatted for A4 portrait, which two pages per A4 page, | |
4 % and ordered for booklet printing. | |
5 % | |
6 % Print the resulting PDF with long side duplex. | |
7 % | |
8 \documentclass[a4paper,final]{article} | |
9 \usepackage{pdfpages} | |
10 \usepackage{ifpdf,ifxetex} | |
11 | |
12 \begin{document} | |
13 \includepdf[pages=-, nup=1x2, booklet=true]{dottesA5.pdf} | |
14 \end{document} |