Difference between revisions of "Command/setuparranging"

From Wiki
Jump to navigation Jump to search
(Create reference page)
 
m
(13 intermediate revisions by 4 users not shown)
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
 
|attributes=
 
|attributes=
 
}}
 
}}
 +
 +
== [[Help:Reference|Syntax]] (autogenerated) ==
 +
<syntax>setuparranging</syntax>
  
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==
Line 13: Line 14:
 
   <tr valign="top" class="first">
 
   <tr valign="top" class="first">
 
     <td class="cmd">[...,...,...]</td>
 
     <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>
+
     <td>disable XY 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>
 
   </tr>
 
</table>
 
</table>
 
  
 
== Description ==  
 
== Description ==  
<pre>
+
Setup the way you wish to arrange multiple pages per sheet, in order to create e.g. book signatures. For a description of the various options, 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 ==
 
<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]
+
== Example ==
 +
<context source="yes" text="results in">
 +
\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
</pre>
+
</context>
  
 +
== See also ==
 +
<!-- something like {{cmd|goto}} -->
  
 +
== Help from ConTeXt-Mailinglist/Forum ==
 +
All issues with:
 +
{{Forum|{{SUBPAGENAME}}}}
  
== Example ==
+
[[Category:Command/Layout|setuparranging]]
<!-- Please fill in an example if you can -->
+
[[Category:Layout]]
 
 
== See also ==
 
<!-- something like [[cmd:goto|\goto]] -->
 
 
 
[[Category:Reference/en|setuparranging]]
 

Revision as of 12:37, 8 June 2020

\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


Syntax

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

Description

Setup the way you wish to arrange 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: