On Wed, Aug 2, 2017 at 10:23 PM, Henning Hraban Ramm
Am 2017-08-02 um 19:28 schrieb Mikael P. Sundqvist
: I do not want to change the output of the chapters/sections themself.
I want to have a "running header", but in the margin rather than in the header. I get that with the code I gave, but I want to disable it for new chapters _on the page where the chapter begins_.
I guess this is a case for setups.
\startsetups[chapterpage] \setupheadertexts[][][][] \stopsetups
\setuphead[chapter][setup=chapterpage]
Something like this, I didn’t check.
Greetlings, Hraban --- http://www.fiee.net http://wiki.contextgarden.net GPG Key ID 1C9B22FD
___________________________________________________________________________________ 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://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
Thank you for your answer, Henning. I am sorry, but it does not work. The problem is that I don't have the marking text in the header, but in overlays in the margins. I tried to replace your \setupheadertexts[][][][] inside the setup with \setupbackgrounds[text][rightmargin][background=] but with no luck. But maybe you are right that one should use setups. /Mikael