I have used very basic Latex up to now. I now want to print a booklet in an unusual size. It is an A4 booklet folded folded in half lengthwise, to be printed on A4 paper, double sided then cut.
I have read through the documentation for the "booklet" package and it seems to my newbie eyes that all the tools are made to make an A4 portrait document into an 2 or 4 page per sheet landscape print. I know that with Latex "everything is possible". So I thought someone out there could give me some pointer about where to look and what strategy to adopt.
Here is my current preamble:
Code: Select all
\documentclass[10pt]{article}
\setlength{\paperheight}{298mm}
\setlength{\paperwidth}{105mm}
\usepackage[top=1cm, bottom=1cm, left=1cm, right=1cm]{geometry}
\setlength{\textwidth}{9cm}
\usepackage[print]{booklet}
\source{\magstep0}{105mm}{298mm}
\target{\magstep0}{210mm}{298mm}
Any comments or ideas on how to make an A4 booklet folded down the center lengthwise are welcome!
Thanks
Christian