[NTG-context] thispagestyle

2007-03-11 Thread hector


Hello

I'm a new user of context, but i'm a user latex some years ago.

Y have some questions about context.

In this moment i want know what is the context
command for the latex command thispagestyle, for example
\thispagestyle{empty}?

Thanks

--
héctor





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


Re: [NTG-context] thispagestyle

2007-03-11 Thread Taco Hoekwater
hector wrote:
 
 Hello
 
 I'm a new user of context, but i'm a user latex some years ago.
 
 Y have some questions about context.
 
 In this moment i want know what is the context
 command for the latex command thispagestyle, for example
 \thispagestyle{empty}?

There is

   \noheaderandfooterlines  (disables header and footers on current page)

as well as

   \page[empty] (break this page, and insert an empty page)

Best, Taco






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


Re: [NTG-context] thispagestyle

2007-03-11 Thread Wolfgang Schuster
On Sat, 10 Mar 2007 19:30:28 -0500
hector [EMAIL PROTECTED] wrote:

 
 
 Hello
 
 I'm a new user of context, but i'm a user latex some years ago.
 
 Y have some questions about context.
 
 In this moment i want know what is the context
 command for the latex command thispagestyle, for example
 \thispagestyle{empty}?
 
 Thanks
 
 --
 héctor
 

Hi Hector,

you can make local changes by placing your content between \start ...
\stop and change the supress the header and footer with
\noheaderandfooterlines only at this local group.

If you want only to supress the header and footer at the page before
every chapter -- only when this page is empty -- you can use the
following setup.

\starttext

\setuphead
  [chapter]
  [page=,
   before={\page\ifodd\realpageno\else\page[empty]\fi\page[right]}]

\setupheadertexts
  [chapter]

\setuppagenumbering[alternative=doublesided]

\chapter {test} \dorecurse{10}{\input tufte }
\chapter {test} \dorecurse{10}{\input tufte }
\chapter {test} \dorecurse{10}{\input tufte }

\stoptext

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