Changes

Jump to navigation Jump to search
822 bytes added ,  19:36, 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 simply refer to built-in the ''custom'' <code>makeup.</code> 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 on Vertical Alignment
\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
</texcode>
== Horizontal Aligment == Horizontal aligment is specified with the <code>align</code> optionas in: <texcode>\definemakeup[custom][align=flushright] % align here is used to set text flush to the right\starttext\startcustommakeupThis is a title page.\stopcustommakeup \input zapf\stoptext</texcode>
== See Also ==

Navigation menu