Changes

Jump to navigation Jump to search
751 bytes added ,  14:07, 12 June 2012
Add information and example
It is a page type with a special layout / header & footer sections that last only temporarily. The key point is that such a page does not (have to) rely on the current page layout style, which is especially useful for title pages.
 
By default the page layout set up with <code>\setuplayout</code> is being reused. However, a custom page layout can be used as well. <code>\definemakeup</code> automatically uses a layout defined with <code>definelayout</code> with the same name as the makeup.
 
There are two different ways to switch to the defined makeups:
 
<texcode>
\startmakeup [custom]
… some content …
\stopmakeup
</texcode>
 
and
 
<texcode>
\startcustommakeup
… some content …
\stopcustommakeup
</texcode>
== Example ==
 <!-- Please fill in an example if you can --texcode>% this layout is automatically used by the “custom” makeup\definelayout [custom] [backspace=5mm] \definemakeup [custom] \starttext  \startmakeup [custom] \input ward \stopmakeup  \input knuth  \startcustommakeup \input ward \stopcustommakeup \stoptext</texcode> 
== See also ==
69

edits

Navigation menu