ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* empty page - how?
@ 2009-07-17 13:03 Ciro Soto
  2009-07-17 14:37 ` Aditya Mahajan
  0 siblings, 1 reply; 3+ messages in thread
From: Ciro Soto @ 2009-07-17 13:03 UTC (permalink / raw)
  To: context

Hi All,

I want each chapter to start on an odd number page, and  the preceding
page to be totally empty (no header,
no footer).

Before the \chapter command, I tried:

\page[odd,blank] ... didn't work. I get the header and footer
\page[odd,empty] ... didn't work. I get an extra page (empty)
\page[odd,makeup] ... didn't work. I get the same as in the first case

what is the combination I need to use?

thank you
Ciro






-- Links of your interest:
http://www-personal.engin.umd.umich.edu/~cirosoto/
http://www.TheGuitarMakerExploration.com
http://www.myspace.com/sotoaguirre
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: empty page - how?
  2009-07-17 13:03 empty page - how? Ciro Soto
@ 2009-07-17 14:37 ` Aditya Mahajan
       [not found]   ` <297ee2eb0907172143y559b926ct6733270b8f82056c@mail.gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Aditya Mahajan @ 2009-07-17 14:37 UTC (permalink / raw)
  To: ciro, mailing list for ConTeXt users

On Fri, 17 Jul 2009, Ciro Soto wrote:

> Hi All,
>
> I want each chapter to start on an odd number page, and  the preceding
> page to be totally empty (no header,
> no footer).
>
> Before the \chapter command, I tried:
>
> \page[odd,blank] ... didn't work. I get the header and footer
> \page[odd,empty] ... didn't work. I get an extra page (empty)
> \page[odd,makeup] ... didn't work. I get the same as in the first case
>
> what is the combination I need to use?

See
http://wiki.contextgarden.net/Titles#Truly_empty_pagebreak_before_chapters

Aditya
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: empty page - how?
       [not found]   ` <297ee2eb0907172143y559b926ct6733270b8f82056c@mail.gmail.com>
@ 2009-07-18 16:57     ` Aditya Mahajan
  0 siblings, 0 replies; 3+ messages in thread
From: Aditya Mahajan @ 2009-07-18 16:57 UTC (permalink / raw)
  To: Ciro Soto; +Cc: mailing list for ConTeXt users

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1466 bytes --]

On Sat, 18 Jul 2009, Ciro Soto wrote:

> On Fri, Jul 17, 2009 at 10:37 AM, Aditya Mahajan<adityam@umich.edu> wrote:
>> On Fri, 17 Jul 2009, Ciro Soto wrote:
>>
>>> Hi All,
>>>
>>> I want each chapter to start on an odd number page, and  the preceding
>>> page to be totally empty (no header,
>>> no footer).
>>>
>>> Before the \chapter command, I tried:
>>>
>>> \page[odd,blank] ... didn't work. I get the header and footer
>>> \page[odd,empty] ... didn't work. I get an extra page (empty)
>>> \page[odd,makeup] ... didn't work. I get the same as in the first case
>>>
>>> what is the combination I need to use?
>>
>> See
>> http://wiki.contextgarden.net/Titles#Truly_empty_pagebreak_before_chapters
>
> it didn't work. I get the same "blank" page with header and footer.

Please reply to the list so that others might also help...

The following example works for me:

\definepagebreak
   [mychapterpagebreak]
   [yes,header,footer,right]

\setuphead
   [chapter]
   [page=mychapterpagebreak]

\setuppagenumbering[alternative=doublesided,location={header,margin}]
\setupheadertexts[{My special headertext}]
\setupfootertexts[This is a text in the footer]

\starttext
   \chapter{testA} \dorecurse{10}{\input tufte }
   \chapter{testB} \dorecurse{10}{\input tufte }
   \chapter{testC} \dorecurse{10}{\input tufte }
\stoptext


> I'll insert a blank page with pdftk.

You should never have to resort to that.

Aditya

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2009-07-18 16:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-17 13:03 empty page - how? Ciro Soto
2009-07-17 14:37 ` Aditya Mahajan
     [not found]   ` <297ee2eb0907172143y559b926ct6733270b8f82056c@mail.gmail.com>
2009-07-18 16:57     ` Aditya Mahajan

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).