Am 15.05.2013 um 05:01 schrieb Andrew Bernard <andrew.bern...@gmail.com>:

> Greetings list,
> 
> A newbie question: how does one adjust the vertical position of text in a 
> makeup block for a title page? It seems to go on the centre no matter what. 
> The voffset and hoffset parameters appear to have no effect.

You have to use the \vfill command to push the content up/down.

\showframe[text][text]

\starttext

\startmakeup[standard][bottom=\vfill]
Top aligned
\stopmakeup

\startmakeup[standard][top=\vfill]
Bottom aligned
\stopmakeup

\startmakeup[standard][top=\vfill,bottom=\vfill\vfill]
High aligned
\stopmakeup

\startmakeup[standard][top=\vfill\vfill,bottom=\vfill]
Low aligned
\stopmakeup

\stoptext

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to