\startstandardmakeup aligned top-left
Hi All, I have the first page of a document set this way: ... \startstandardmakeup *Document info* \stopstandardmakeup ... The result is *Document info* is placed in the center of the page. How to put it (*Document info*) at the top-left of the page? Thank you. jk -- Jilani KHALDI http://jkhaldi.oltrelinux.com
On Wed, 21 Dec 2005, Jilani Khaldi wrote:
\startstandardmakeup *Document info* \stopstandardmakeup ... The result is *Document info* is placed in the center of the page. How to put it (*Document info*) at the top-left of the page?
\starttext \startstandardmakeup *Document info* \vfill \stopstandardmakeup \stoptext Cheers, Peter -- http://pmrb.free.fr/contact/
Jilani Khaldi wrote:
Hi All, I have the first page of a document set this way: .... \startstandardmakeup *Document info* \stopstandardmakeup .... The result is *Document info* is placed in the center of the page. How to put it (*Document info*) at the top-left of the page? Thank you.
Inside standardmakeup you can use whole bunch of TeX/ConTeXt commands
for setting up glue and spaces. In your case just add \vfill after
*Document info*. Also see cont-en manual about makeups. You can define
your own or alter many options of standard makeup.
--
Radhelorn
participants (3)
-
Jilani Khaldi
-
Peter Münster
-
Radhelorn