[OS X TeX] memoir class and producing an A5 booklet preprint

Will Robertson will at guerilla.net.au
Sun Nov 28 08:34:40 EST 2004


On 27 Nov 2004, at 9:28 PM, Gerben Wierda wrote:

> How do I do that?

Do the two a5 pages on the a4 page need to be the same as when you do 
the first run?
Perhaps a multicolumn document would emulate what you need: [untested]

\documentclass[landscape,a4paper]{memoir}
% i guess you'll need to adjust the margins, too
\usepackage{multicol}
\setlength\columnsep{4em} % space between columns
\setlength\columnseprule{0.4pt} % if necessary, vertical rule 
separating the columns
\begin{document}
\begin{multicols}{2}
All of the text.
\end{multicols}
\end{document}

Otherwise, look into the PDF processing of the context tool texexec (it 
has a man page), which would probably be better.

Hope that helps,
Will

--------------------- 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 Post: <mailto:MacOSX-TeX at email.esm.psu.edu>





More information about the MacOSX-TeX mailing list