Changes

Jump to navigation Jump to search
add missing imposition schemas (WIP)
* 2DOWN : 2 pages above each other, n sheets arranged for a single booklet
* 2SIDE : 2 pages per form, side by side in pagination order, single sided only (no real imposition, only paper saving)
* 3SIDE : 3 pages per form, side by side in pagination order, as above for narrow pages
* 2TOP : 2 pages above each other, single sided only
* 2TOPSIDE: 2 odd pages on one side, two even pages verso, above each other
* 1*2-Conference :
* 1*4-Conference :
* 1*4 :
* 1*8 :
* 2*2 : section: one sheet 2 x 2 pages = 4 pages (2 pages per form, for single sheets with front and back)
* 2**2 : section: one sheet 2 x 2 pages = 4 pages (2 pages per form, for book ordering)
* 2*8 : section: one sheet 2 x 8 pages = 16 pages
* 2*16 : section: one sheet 2 x 16 pages = 32 pages
* 2*2*2 :
* 2*2*3 :
* 2*4*2 : section of 16 pages: 2 sheets, 4 pages front and backside
* 2*2*4 : section of 16 pages: 4 sheets, 2 pages front and backside
* 2*6*Z : 6 page zigzag folded flyer
* 2*8*Z : 8 page zigzag folded flyer
* ZFLYER-8 : another 8 page zigzag folded flyer
* ZFLYER-10 : 10 page zigzag folded flyer
* ZFLYER-12 : 12 page zigzag folded flyer
* MAPFLYER-12 : 12 pages, 6 pages front and backside, map folding
* DOUBLEWINDOW : 8 page window folded flyer
* TRYPTICHON : another 6 page flyer
* XY : one sheet with x rows and y columns, you can control the number with {{cmd|setuppaper}}[nx=...,ny=...,dx=...,dy=...]
Here's a convenient test file to help choose a schema or write a new one:
<context source="yes">\def\Schema{2*4} \setuppapersize[A9, landscape][A7, landscape]
% the schema being tested
\setuparranging [2*4]  % text describing the schema being tested, to print on the pages\def\Style{[2*4Schema]}
% Visuals
\setupbodyfont[ss,10pt]
\setuplayout [margin=0pt, width=fit, header=2.8ex, footer=2.8ex]\setupalign[middle,hilo]
\setuppagenumbering [alternative=doublesided,location=footer]
\setupheadertexts[\CONTEXT\ imposition test]
\setupbackgrounds [text][text][background=color,backgroundcolor=lightgray]
\setupcolors [state=start]
% Where the block of pages is placed on the sheet
% (Not relevant in this example, but relevant if there is space left over.)
\setuplayout [location=middle,marking=on]
\strut
\blank
\midalignedbold{[\StyleSchema]}
\vfill
\midaligned{This is page \recurselevel}
\vfill
\stopbuffer

Navigation menu