Difference between revisions of "Command/setuparranging"

From Wiki
Jump to navigation Jump to search
m (moved Reference/en/setuparranging to Command/setuparranging: Text replace - "Reference/en/" to "Command/")
m (Text replace - "[[Category:Commands|" to "== ConTeXt-Forum == {{Forum|{{SUBPAGENAME}}}} [[Category:Commands|")
Line 37: Line 37:
 
== See also ==
 
== See also ==
 
<!-- something like [[cmd:goto|\goto]] -->
 
<!-- something like [[cmd:goto|\goto]] -->
 +
 +
== ConTeXt-Forum ==
 +
{{Forum|{{SUBPAGENAME}}}}
  
 
[[Category:Commands|setuparranging]]
 
[[Category:Commands|setuparranging]]

Revision as of 23:57, 14 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

ConTeXt-Forum