Hi, I want to create a document that has the following requirements. Top margin (1st page) 1.0in Top margin (rest) .75in What is the correct way to do this? Adiya
Aditya Mahajan wrote:
Hi,
I want to create a document that has the following requirements.
Top margin (1st page) 1.0in Top margin (rest) .75in
What is the correct way to do this?
Check out \definemakeup (page-mak.tex). It is the command used to define the \startstandardmakeup ... \stopstandardmakeup environment. Cheers, Taco
Aditya Mahajan wrote:
Hi,
I want to create a document that has the following requirements.
Top margin (1st page) 1.0in Top margin (rest) .75in
What is the correct way to do this?
\definelayout[firstpage][width=10cm,height=10cm] \showframe \starttext \setuplayout[firstpage] test \page \setuplayout test \stoptext ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Tue, 15 Aug 2006, Hans Hagen wrote:
Aditya Mahajan wrote:
Hi,
I want to create a document that has the following requirements.
Top margin (1st page) 1.0in Top margin (rest) .75in
What is the correct way to do this?
\definelayout[firstpage][width=10cm,height=10cm]
\showframe
\starttext
\setuplayout[firstpage] test \page \setuplayout test
\stoptext
Thanks. Works perfectly. Aditya
participants (3)
-
Aditya Mahajan
-
Hans Hagen
-
Taco Hoekwater