lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: printing A4 pages on A3 paper


From: Tiago Morin
Subject: Re: printing A4 pages on A3 paper
Date: Mon, 20 Dec 2010 15:44:34 +0000

Hi,

Here's the Latex source I use for such situation:

The booklet has to be done manually.

\documentclass[a4paper,landscape]{article}
\paperwidth=420mm
\paperheight=297mm
\pdfpagewidth=\paperwidth
\pdfpageheight=\paperheight
\usepackage{pdfpages}
\begin{document}
\includepdf[pages={2,1},nup=2x1,fitpaper=false,trim=0 0 0 0,delta=0
0,offset=0 
0,scale=1.0,turn=true,noautoscale=true,column=false,columnstrict=false,openright=false]{cover.pdf}
\includepdf[pages={16,1,2,15,14,3,4,13,12,5,6,11,10,7,8,9},nup=2x1,fitpaper=false,trim=0
0 0 0,delta=0 0,offset=0
0,scale=1.0,turn=true,noautoscale=true,column=false,columnstrict=false,openright=false]{inside.pdf}

\end{document}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]