Changes

Jump to navigation Jump to search
539 bytes added ,  19:28, 3 November 2021
m
</texcode>
And another where Another way to start a previously defined <code>makeup</code> is to put it into the <code>\start</code> invocation, i.e., \startcustommakeup refers start<name>makeup</code>. In the above case we can easily refer to built-in ''custom'' makeup.with <code>\startcustommakeup</code>:
<texcode>
This is a title page.
\stopcustommakeup
 
\input zapf
\stoptext
</texcode>
 
And then extend to others:
 
<texcode>
\definemakeup[customone][align=middle]
\definemakeup[customtwo][bottom=,] % See note below
\starttext
\startcustomonemakeup
This is a title/divider page using customone.
\stopcustomonemakeup
 
\input ward
 
\startcustomtwomakeup
This is a title/divider page using customtwo.
\stopcustomtwomakeup
\input zapf

Navigation menu