Changes

Jump to navigation Jump to search
473 bytes added ,  11:41, 15 February 2023
Added an example with pagestate=start to increment page numbers
== Example ==
=== Example 1 ===
<texcode>
% this layout is automatically used by the “custom” makeup
\stoptext
</texcode>
=== Example 2 ===
Set the bodyfont on just the makeup page
<texcode>
 
\definemakeup [custom] [style={\switchtobodyfont[heros,14pt]}]
</texcode>
=== Example 3 ===
Make sure page numbering is incremented using `pagestate=start`
 
<texcode>
\definemakeup [title] [doublesided=empty, pagestate=start]
 
\starttext
\input knuth
\starttitlemakeup
Title
\stoptitlemakeup
\input knuth
\stoptext
</texcode>
== See also ==
* [[Makeup]]
* [[Layout]]
* [[Standardmakeup background]] (2013)
* {{src|page-mak.mkiv}}
* {{cmd|setuplayout}}
[[Category:Command/Layout|setupmakeup]]
 
[[Category:Layout]]
1

edit

Navigation menu