A rather special case of a chapter-start
Dear list! I have a book, in which I should repeat the title of the book on top of the first chapter title. - I thought that should be solvable with playing with the headertexts. However it seems, that it is not possible to force ConTeXt to place the headertexts-contents for a chapter, yes it displays the header space (header=empty} or removes the header space (header=high) in \setuphead[chapter]. MWE: \setuppagenumbering[location=] \setuplayout [header=40pt, headerdistance=10pt] \setupheader [state=normal] \setupheadertexts [Why not visible?][][][] \setuphead [chapter] [header=empty] \setupbackgrounds [header] [frame=on] \starttext \input ward \page \startchapter[title=test] \input knuth \page \input ward \stopchapter \stoptext Hints would be welcome! Kind regards Willi
On 6/5/2016 2:10 PM, Willi Egger wrote:
Dear list!
I have a book, in which I should repeat the title of the book on top of the first chapter title. - I thought that should be solvable with playing with the headertexts. However it seems, that it is not possible to force ConTeXt to place the headertexts-contents for a chapter, yes it displays the header space (header=empty} or removes the header space (header=high) in \setuphead[chapter].
MWE: \setuppagenumbering[location=] \setuplayout [header=40pt, headerdistance=10pt] \setupheader [state=normal] \setupheadertexts [Why not visible?][][][] \setuphead [chapter] [header=empty] \setupbackgrounds [header] [frame=on]
\starttext \input ward
\page
\startchapter[title=test] \input knuth \page \input ward \stopchapter \stoptext
Hints would be welcome!
because you say header=empty ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Indeed in the example it is stated header=empty, however in no case I get the header with text. In the meantime I chose another approach: \setuppagenumbering[location=] \setuplayout [header=0pt] \starttext \start \setuphead[chapter][page=no] \midaligned{\bf TEXT before chapter title} \startchapter[title=test] \input knuth \stopchapter \stop \startchapter[title=Normal chapter start] \input knuth \stopchapter \stoptext Thanks for looking at this! Kind regards Willi
On 5 jun. 2016, at 19:35, Hans Hagen
wrote: On 6/5/2016 2:10 PM, Willi Egger wrote:
Dear list!
I have a book, in which I should repeat the title of the book on top of the first chapter title. - I thought that should be solvable with playing with the headertexts. However it seems, that it is not possible to force ConTeXt to place the headertexts-contents for a chapter, yes it displays the header space (header=empty} or removes the header space (header=high) in \setuphead[chapter].
MWE: \setuppagenumbering[location=] \setuplayout [header=40pt, headerdistance=10pt] \setupheader [state=normal] \setupheadertexts [Why not visible?][][][] \setuphead [chapter] [header=empty] \setupbackgrounds [header] [frame=on]
\starttext \input ward
\page
\startchapter[title=test] \input knuth \page \input ward \stopchapter \stoptext
Hints would be welcome!
because you say
header=empty
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ 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 ___________________________________________________________________________________
Willi Egger mailto:context@boede.nl 5. Juni 2016 um 20:30 Indeed in the example it is stated header=empty, however in no case I get the header with text. You set different texts for left/right pages with no text for even numbered pages which you now get in your example.
\setupheadertexts[Why not visible?][][][] Wolfgang
Thank you Wolfgang, indeed, that was the problem! Kind regrards Willi
On 5 jun. 2016, at 20:44, Wolfgang Schuster
wrote: Willi Egger 5. Juni 2016 um 20:30 Indeed in the example it is stated header=empty, however in no case I get the header with text. You set different texts for left/right pages with no text for even numbered pages which you now get in your example.
\setupheadertexts[Why not visible?][][][]
Wolfgang ___________________________________________________________________________________ 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 ___________________________________________________________________________________
participants (3)
-
Hans Hagen
-
Willi Egger
-
Wolfgang Schuster