Difference between revisions of "Command/setuparranging"

From Wiki
Jump to navigation Jump to search
m (Text replace - "== Help from ConTeXt-Forum ==" to "== Help from ConTeXt-Forum == All issues with:")
(delete manual syntax)
 
(8 intermediate revisions by 4 users not shown)
Line 4: Line 4:
 
}}
 
}}
  
== [[Help:Reference|Syntax]] ==
+
== [[Help:Reference|Syntax]] (autogenerated) ==
<table cellspacing="4" cellpadding="2" class="cmd">
+
<syntax>setuparranging</syntax>
  <tr>
 
    <td colspan="2" class="cmd">\setuparranging<span class="first" >[...,...,...]</span></td>
 
  </tr>
 
  <tr valign="top" class="first">
 
    <td class="cmd">[...,...,...]</td>
 
    <td>disable 2*16 2*8 2*4 2*2 2<i></i>2 2<i>2</i>4 2<i>4</i>2 2UP 2DOWN 2SIDE 2TOP mirrored rotated doublesided negative 90 180 270 </td>
 
  </tr>
 
</table>
 
 
 
  
 
== Description ==  
 
== Description ==  
There's also "XY" mode, see [[Imposition]].
+
Setup the way you wish to arrange (impose) multiple pages per sheet, in order to create e.g. book signatures. For a description of the various options, see [[Imposition]].
 
 
== comment ==
 
  
 +
== Example ==
 
<context source="yes" text="results in">
 
<context source="yes" text="results in">
\setuppapersize[A6][A5,landscape]
+
\setuppapersize[A8][A7,landscape]
 
\setuparranging[2SIDE]
 
\setuparranging[2SIDE]
 +
\showframe
 +
 +
\setupbodyfont[5pt]
 
\starttext
 
\starttext
\showframe
+
\dorecurse{2}{\input knuth \page[yes]}
\dorecurse{7}{\input tufte \par}
 
 
\stoptext
 
\stoptext
 
</context>
 
</context>
 
 
 
== Example ==
 
<!-- Please fill in an example if you can -->
 
  
 
== See also ==
 
== See also ==
<!-- something like [[cmd:goto|\goto]] -->
+
* [[Imposition]]
 +
<!-- something like {{cmd|goto}} -->
  
== Help from ConTeXt-Forum ==
+
== Help from ConTeXt-Mailinglist/Forum ==
 
All issues with:
 
All issues with:
 
{{Forum|{{SUBPAGENAME}}}}
 
{{Forum|{{SUBPAGENAME}}}}
  
[[Category:Commands|setuparranging]]
+
[[Category:Command/Layout|setuparranging]]
 +
[[Category:Layout]]

Latest revision as of 22:34, 19 November 2021

\setuparranging

Syntax (autogenerated)

\setuparranging[...,...]
[...,...]disable mirrored doublesided negative 90 180 270 reset background normal 2*16 2*8 2*4 2*2 2**2 2SIDE 2TOP 2UP 2DOWN 2*4*2 2*2*4 2TOPSIDE 2*8*Z 2*6*Z 1*8 1*4 3SIDE TRYPTICHON ZFLYER-8 ZFLYER-10 ZFLYER-12 MAPFLYER-12 DOUBLEWINDOW 1*2-Conference 1*4-Conference 2*2*2 2*2*3 XY name


Description

Setup the way you wish to arrange (impose) multiple pages per sheet, in order to create e.g. book signatures. For a description of the various options, see Imposition.

Example

\setuppapersize[A8][A7,landscape]
\setuparranging[2SIDE]
\showframe

\setupbodyfont[5pt]
\starttext
\dorecurse{2}{\input knuth \page[yes]}
\stoptext

results in

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: