Changes

Jump to navigation Jump to search
809 bytes added ,  18:14, 6 February 2020
m
just proper code coloring
\setuparranging [XY]
</texcode>
 
Here’s an example for [[Labels]].
===Testing schemas===
<context source=yes>
% Adapted from page-imp.mkiv \installpagearrangement 1*4*Reversedreversed
{\dosetuparrangement{2}{2}{4}{3}{3}% X,Y,Total,hcutmarks,vcutmarks
\pusharrangedpageFOURSINGLESIDEDFOLDEDREVERSED\poparrangedpagesTWO\relax}
\setuppapersize [A10][A8]
\setuparranging [1*4*Reversedreversed]
\setuplayout [margin=0pt, width=fit]
\stoptext
</texcode>
 
== Adding pages for imposition signature ==
 
With `\setuppagenumbering[alternative=doublesided`, there will always be an even number of pages. If you need to always have a multiple of four pages, use `\page[quadruple]` at the end of the document:
 
<texcode>
% Enable doublesided; there will always be an even number of pages
\setuppagenumbering[alternative=doublesided,location=right]
 
\starttext
\completecontent
\startchapter[title={A Chapter}]
Text of chapter 1
\stopchapter
\startchapter[title={Another Chapter}]
Text of chapter 2
\stopchapter
 
% Make sure there are a multiple of four pages in the document
\page[quadruple]
\stoptext
</texcode>
 
''Is there is a case where the complex solution in the next section would be necessary?''
== Imposition by signatures ==
139

edits

Navigation menu