diff --git a/dottesona4.tex b/dottesona4.tex new file mode 100644 index 0000000..3d48c3b --- /dev/null +++ b/dottesona4.tex @@ -0,0 +1,14 @@ +% +% 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]{build/dottes.pdf} +\end{document} diff --git a/makeBooke.sh b/makeBooke.sh index 88c3c5c..d724d97 100755 --- a/makeBooke.sh +++ b/makeBooke.sh @@ -42,3 +42,6 @@ cat dottes.tex.footer >> $builddir/$output cd $builddir pdflatex -shell-escape $output pdflatex -shell-escape $output + +cd $dir +pdflatex dottesona4.tex