ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* thispagestyle
@ 2007-03-11  0:30 hector
  2007-03-11 12:01 ` thispagestyle Taco Hoekwater
  2007-03-11 12:08 ` thispagestyle Wolfgang Schuster
  0 siblings, 2 replies; 3+ messages in thread
From: hector @ 2007-03-11  0:30 UTC (permalink / raw)
  To: ntg-context



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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: thispagestyle
  2007-03-11  0:30 thispagestyle hector
@ 2007-03-11 12:01 ` Taco Hoekwater
  2007-03-11 12:08 ` thispagestyle Wolfgang Schuster
  1 sibling, 0 replies; 3+ messages in thread
From: Taco Hoekwater @ 2007-03-11 12:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: thispagestyle
  2007-03-11  0:30 thispagestyle hector
  2007-03-11 12:01 ` thispagestyle Taco Hoekwater
@ 2007-03-11 12:08 ` Wolfgang Schuster
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Schuster @ 2007-03-11 12:08 UTC (permalink / raw)
  To: ntg-context

On Sat, 10 Mar 2007 19:30:28 -0500
hector <hmanuelp@gmx.net> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-03-11 12:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-11  0:30 thispagestyle hector
2007-03-11 12:01 ` thispagestyle Taco Hoekwater
2007-03-11 12:08 ` thispagestyle Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).