Difference between revisions of "Command/setuparranging"

From Wiki
Jump to navigation Jump to search
(Create reference page)
 
m (cleanup)
Line 1: Line 1:
<!-- please remove this and the following line if you have checked this page -->
 
{{Reference_Cleanup}}
 
 
{{Reference
 
{{Reference
 
|name=setuparranging
 
|name=setuparranging
Line 19: Line 17:
  
 
== Description ==  
 
== Description ==  
<pre>
+
There's also "XY" mode, see [[Imposition]].
There's also "XY" mode, see http://wiki.contextgarden.net/Imposition and http://source.contextgarden.net/page-imp.tex?search=XY
+
 
</pre>
 
 
== comment ==
 
== comment ==
<pre>
 
I wonder why the following example has a "0" in the lower left
 
corner on the third page? Could anybody explain? -PG
 
  
\setuppapersize[A5][A4,landscape]
+
<context source="yes" text="results in">
 +
\setuppapersize[A6][A5,landscape]
 
\setuparranging[2SIDE]
 
\setuparranging[2SIDE]
 
\starttext
 
\starttext
Line 33: Line 28:
 
\dorecurse{7}{\input tufte \par}
 
\dorecurse{7}{\input tufte \par}
 
\stoptext
 
\stoptext
</pre>
+
</context>
  
  

Revision as of 16:52, 16 April 2010

\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