Difference between revisions of "Command/setuparranging"

From Wiki
Jump to navigation Jump to search
m (Text replace - "[[Category:Commands|" to "== ConTeXt-Forum == {{Forum|{{SUBPAGENAME}}}} [[Category:Commands|")
m (Text replace - "ConTeXt-Forum " to "Help from ConTeXt-Forum ")
Line 38: Line 38:
 
<!-- something like [[cmd:goto|\goto]] -->
 
<!-- something like [[cmd:goto|\goto]] -->
  
== ConTeXt-Forum ==
+
== Help from ConTeXt-Forum ==
 
{{Forum|{{SUBPAGENAME}}}}
 
{{Forum|{{SUBPAGENAME}}}}
  
 
[[Category:Commands|setuparranging]]
 
[[Category:Commands|setuparranging]]

Revision as of 01:32, 15 March 2012

\setuparranging

Syntax

\setuparranging[...,...,...]
[...,...,...] disable 2*16 2*8 2*4 2*2 22 224 242 2UP 2DOWN 2SIDE 2TOP mirrored rotated doublesided negative 90 180 270


Description

There's also "XY" mode, see Imposition.

comment

\setuppapersize[A6][A5,landscape]
\setuparranging[2SIDE]
\starttext
\showframe
\dorecurse{7}{\input tufte \par}
\stoptext

results in


Example

See also

Help from ConTeXt-Forum