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

Reply via email to