
21 Jul
2025
21 Jul
'25
10:53 a.m.
Am 21.07.25 um 10:38 schrieb Thomas Meyer:
Hi folks,
once again I have a problem that I can't solve: I would like to have a linebreak for \setupheadertexts.
\setupheadertexts [{\bf Johnson}, Uwe][{\sl Mutmassungen über Jakob}] \starttext Freiheit ist die Einsicht in die Notwendigkeit. \stoptext
*Johnson,* Uwe
should be the result. Unfortunately, what I have tried (\\, \crlf, \break) does not work.
Use a frame like in https://wiki.contextgarden.net/Command/setupheadertexts (example multi-line headers). Maybe a \vbox is enough. Hraban