2006/7/20, Jeffrey Drake
I have a title page I would like to centre some text on. I can easily do the horizontal text with:
\startalignment[middle]
...
\stopalignment
But I can't figure out how to get it to do verticle centring.
A \startlocal block modifying the layout might work, but I wonder if there is a better way.
Regards, Jeffrey Drake
2006/7/20, Jeffrey Drake
I have a title page I would like to centre some text on. I can easily do the horizontal text with:
\startalignment[middle]
...
\stopalignment
But I can't figure out how to get it to do verticle centring.
A \startlocal block modifying the layout might work, but I wonder if there is a better way.
You can use \startstandardmakeup[align=middle] In the middle \stopstandardmakeup or \centerbox{In the middle} Gruß Wolfgang