Re: [NTG-context] Suppressing page number on chapter's last page

2010-05-12 Thread Piotr Kopszak
This works, but not in my case, as I absolutely need

\setuppagenumbering[alternative=doublesided,location=margin]

Best

Piotr



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

\setuphead
  [chapter]
  [page=mychapterpagebreak,footer=empty]
 %[page=Mychapterpagebreak,header=empty,footer=empty]

%\setupsectionblock[frontpart][page=chapter]
%\setupsectionblock[bodypart][page=chapter]
%\setupsectionblock[backpart][page=chapter]
%\setupsectionblock[appendix][page=chapter]

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

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


2010/5/10 Tom :
> The following link discusses a method for suppressing headers (including
> page numbers) from blank pages at the ends of chapters:
> http://wiki.contextgarden.net/Titles in the section titled "Truly empty
> pagebreak before chapters."
>
> Tom Benjey
> 717-258-9733 voice
> 717-243-0074 fax
> Twitter: @TomBenjey
>
>
>
>
>
>
> ___
> 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
> ___
>



-- 
http://okle.pl
___
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
___


Re: [NTG-context] Suppressing page number on chapter's last page

2010-05-10 Thread Tom
The following link discusses a method for suppressing headers (including
page numbers) from blank pages at the ends of chapters:
http://wiki.contextgarden.net/Titles in the section titled "Truly empty
pagebreak before chapters."

Tom Benjey
717-258-9733 voice
717-243-0074 fax
Twitter: @TomBenjey






___
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
___


[NTG-context] suppressing page number on chapter's last page

2010-05-10 Thread Piotr Kopszak
Hello list,

Last time I typeset a book I was reproached for not suppressing page
numbers on chapter's end pages and would like to avoid it this time ;)
I mean, is there any other way to suppress page numbers  more
"user-friendly" than peppering the text with
\setuppagenumbering[state=stop]? I need not page numbers only in
chapter's last page. I confess, I haven't checked the mail archive as
diligently as I should but the number of messages one gets looking for
"page numbering" is overwhelming.

Piotr
-- 
http://okle.pl
___
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
___