[NTG-context] \startstandardmakeup aligned top-left

2005-12-21 Thread Jilani Khaldi

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

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] \startstandardmakeup aligned top-left

2005-12-21 Thread Jilani Khaldi

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

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \startstandardmakeup aligned top-left

2005-12-21 Thread Peter Münster
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/
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \startstandardmakeup aligned top-left

2005-12-21 Thread Radhelorn

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 [EMAIL PROTECTED]
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context