Hi, I'm looking for two specific "tricks": First, declaring one (and only one) page as empty. I mean with no footer/header texts. This is for my cover page, and some page left intentionnaly blank. Second, I want to change the layout (margin, textwidth, etc) of a page. I know there is a "clean" way to declare a new layout for a specific page but I can't find my source again. Thanks in advance for your answers, Antoine
On Thu, 29 Apr 2010 07:41:52 +0200
Antoine Cailliau
Hi,
I'm looking for two specific "tricks":
First, declaring one (and only one) page as empty. I mean with no footer/header texts. This is for my cover page, and some page left intentionnaly blank.
essaye: \page\noheaderandfooterlines
Second, I want to change the layout (margin, textwidth, etc) of a page. I know there is a "clean" way to declare a new layout for a specific page but I can't find my source again.
Thanks in advance for your answers,
Antoine
___________________________________________________________________________________ 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 ___________________________________________________________________________________
-- René Bastian www.pythoneon.org www.musiques-rb.org http://www.soundsurvey.org.uk/
Am 29.04.10 07:41, schrieb Antoine Cailliau:
Hi,
I'm looking for two specific "tricks":
First, declaring one (and only one) page as empty. I mean with no footer/header texts. This is for my cover page, and some page left intentionnaly blank.
\page[empty] or \starttextmakeup \stoptextmakeup
Second, I want to change the layout (margin, textwidth, etc) of a page. I know there is a "clean" way to declare a new layout for a specific page but I can't find my source again.
\definelayout[myspecialpage][width=...,height=...,....] \starttext ... \page \setuplayout[myspecialpage] ... \page \setuplayout[reset] ... \stoptext Wolfgang
Hi,
First, declaring one (and only one) page as empty. I mean with no footer/header texts. This is for my cover page, and some page left intentionnaly blank.
\page[empty]
or
\starttextmakeup \stoptextmakeup
Second, I want to change the layout (margin, textwidth, etc) of a page. I know there is a "clean" way to declare a new layout for a specific page but I can't find my source again.
\definelayout[myspecialpage][width=...,height=...,....]
\starttext
...
\page \setuplayout[myspecialpage]
...
\page \setuplayout[reset]
...
\stoptext That was the trick :)
Thanks all for your answers. Antoine C.
participants (3)
-
Antoine Cailliau
-
R. Bastian
-
Wolfgang Schuster