Changing page number location for chapters
I have set up page numbering in the header thus: \setuppagenumbering[alternative=doublesided,location={header,margin}] I have suppressed this page number for chapters thus: \setuphead[chapter][page=right,header=empty] But what I really want is the page number for chapters in the footer, and centered. This is a common convention. What parameter should I use in the \setuphead command to accomplish this? -- John Culleton Free list of books for self-publishers: http://wexfordpress.net/shortlist.html Police Procedural and Expose: "Death Wore Black" "Create Book Covers with Scribus" http://www.booklocker.com/books/4055.html
Hi John, from the manual "cont-enp.pdf" p 81: \definetext[chapter][footer][pagenumber] with: \setuphead[chapter][header=high,footer=chapter,page=right] Hope this still works! Willi On Aug 10, 2012, at 8:34 PM, john Culleton wrote:
I have set up page numbering in the header thus: \setuppagenumbering[alternative=doublesided,location={header,margin}] I have suppressed this page number for chapters thus: \setuphead[chapter][page=right,header=empty]
But what I really want is the page number for chapters in the footer, and centered. This is a common convention. What parameter should I use in the \setuphead command to accomplish this? -- John Culleton Free list of books for self-publishers: http://wexfordpress.net/shortlist.html Police Procedural and Expose: "Death Wore Black" "Create Book Covers with Scribus" http://www.booklocker.com/books/4055.html ___________________________________________________________________________________ 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 ___________________________________________________________________________________
On Fri, 10 Aug 2012 20:47:33 +0200
Willi Egger
Hi John,
from the manual "cont-enp.pdf" p 81:
\definetext[chapter][footer][pagenumber] with: \setuphead[chapter][header=high,footer=chapter,page=right]
Hope this still works!
Willi
Yes!! Thanks! I used "header=empty" but it still works. Couldn't find the exact manual reference on page 81 but your code worked fine.
-- John Culleton
participants (2)
-
john Culleton
-
Willi Egger