only page number in the header of the chapter title page
Hello list, how can I keep the page number but not the header text in the page of a chapter title? \setuphead[chapter][header=empty] makes all the header disappear. Is there an option to keep the page number? Thanks, Massi
I mean something like this: On the top of a chapter title page: +----------------------------------- | 34 | On the top of a page without chapter title: +----------------------------------- | 36 - Chapter title | Or (odd page): ----------------------------------+ Chapter title - 35 | | Thanks, Massi In data lunedì 9 novembre 2015 14:51:31, massifr@fastwebnet.it ha scritto:
Hello list, how can I keep the page number but not the header text in the page of a chapter title?
\setuphead[chapter][header=empty] makes all the header disappear. Is there an option to keep the page number?
Thanks, Massi ___________________________________________________________________________________ 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 ___________________________________________________________________________________
massifr@fastwebnet.it mailto:massifr@fastwebnet.it 10. November 2015 um 12:50
I mean something like this:
On the top of a chapter title page:
+-----------------------------------
| 34 |
On the top of a page without chapter title:
+-----------------------------------
| 36 - Chapter title |
Or (odd page):
----------------------------------+
Chapter title - 35 | |
Thanks, Massi
You can use the \definetext command to set a different header (or footer) for chapter pages. \setuppagenumbering[alternative=doublesided,location=] \setupheadertexts [][{\getmarking[chapter] – \convertedcounter[userpage]}] [{\convertedcounter[userpage] – \getmarking[chapter]}][] \definetext[chapterheader][header][][pagenumber] \setuphead[chapter][header=chapterheader] \starttext \dorecurse{4} {\expanded{\chapter{Chapter \recurselevel}} \dorecurse{10}{\input knuth\par}} \stoptext Wolfgang
Thanks a lot, Wolfgang just now I was posting a solution of mine, but yours is more elegant and concise. Best regards, Massi PS: here's my solution (but I'll use yours): \definemarking[headertitle] \setupheadertexts[] \setupheadertexts[\setups{oddpages}][][][\setups{evenpages}] \startsetups[evenpages] \pagenumber \emspace \getmarking[headertitle][top] \hfill \stopsetups \startsetups[oddpages] \hfill \getmarking[headertitle][top] \emspace \pagenumber \stopsetups \starttext \startchapter[title=Trial chapter] \marking[headertitle]{\space} \marking[headertitle]{Trial chapter} \dorecurse{11}{\input knuth\par} \stopchapter \stoptext In data martedì 10 novembre 2015 18:35:55, hai scritto:
massifr@fastwebnet.it mailto:massifr@fastwebnet.it 10. November 2015 um 12:50
I mean something like this:
On the top of a chapter title page:
+-----------------------------------
| 34 |
On the top of a page without chapter title:
+-----------------------------------
| 36 - Chapter title |
Or (odd page):
----------------------------------+
Chapter title - 35 | |
Thanks, Massi
You can use the \definetext command to set a different header (or footer) for chapter pages.
\setuppagenumbering[alternative=doublesided,location=]
\setupheadertexts [][{\getmarking[chapter] – \convertedcounter[userpage]}] [{\convertedcounter[userpage] – \getmarking[chapter]}][]
\definetext[chapterheader][header][][pagenumber]
\setuphead[chapter][header=chapterheader]
\starttext
\dorecurse{4} {\expanded{\chapter{Chapter \recurselevel}} \dorecurse{10}{\input knuth\par}}
\stoptext
Wolfgang
participants (2)
-
massifr@fastwebnet.it
-
Wolfgang Schuster