Changes

Jump to navigation Jump to search
832 bytes added ,  09:04, 7 June 2009
Added the imposition test document from Willi [http://meeting.contextgarden.net/2007/share/willi/]
Another "style" of imposition is to place several identical templates on one sheet, e.g. labels.
==What can ConTeXt do for me?Imposition schemas== ===Default schemas===
ConTeXt has some built-in imposition schemas (see "arranging pages" in the manual):
{{todo|some graphical examples}}
==More=Additional schemas===
Hraban needed a "3SIDE" schema to fit three "filius" planner pages on one A4 sheet. Willi wrote it:
</texcode>
 
===Testing schemas===
 
Here's a convenient test file to help choose a schema or write a new one:
 
<texcode>
\setupbodyfont[ss,10pt]
\setuppapersize [A7][A4]
\setuparranging [2*2*4,doublesided] %% the schema you want to test
\setuppagenumbering [alternative=doublesided,location=footer]
\setuplayout [margin=0pt,width=fit]
\setupbackgrounds [text][text][background=screen,backgroundscreen=0.7]
\setupcolors [state=start]
\setuplayout [location=middle,marking=on]
\setuptolerance [tolerant]
 
\def\Style{[2*2*4,doublesided]}
 
 
\startbuffer[Fakepage]
\strut
\blank
\midaligned{\Style}
\vfill
\midaligned{This is page \recurselevel}
\vfill
\stopbuffer
 
\setupheadertexts[\CONTEXT\ imposition test document]
 
\starttext
% \showframe
\dorecurse{16}{\getbuffer[Fakepage]\page}
 
\stoptext</texcode>
== Cut marks ==

Navigation menu