[texhax] 4 'minipages' to fit on one A4-size paper for a booklet. -- How to do that?
Susan Dittmar
Susan.Dittmar at gmx.de
Tue Mar 30 14:13:32 CEST 2010
Dear Ulrich,
using pdfpages usually means working with *two* documents. The first, I
call it songbook.tex, will be where you create your songbook in A6 format, as
you already did. From this you create main.pdf the usual way.
Then you create a second document, perhaps called printversion.tex. It will
do the sorting using pdfpages.
Use this as a starting point -- I needed pdfpages for a different approach,
and duty calls so I don't have the time to look it up properly.
\documentclass{minimal}
\usepackage[a4paper]{geometry}
\usepackage{pdfpages}
\begin{document}
\includepdf[pages=1-,nup=2x2]{songbook}
% use the correct nup= option, 2x2 will not be what you want
\end{document}
Hope that helps you figure it out,
Susan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://tug.org/pipermail/texhax/attachments/20100330/273a75a5/attachment.bin>
More information about the texhax
mailing list