16 Mar
2015
16 Mar
'15
5:34 p.m.
Am 16.03.2015 um 13:54 schrieb Procházka Lukáš Ing. - Pontex s. r. o.
: Hello,
how to create multiline header?
This code ignores all attempts to force a new line:
---- \setupheadertexts[{abc\par def\\ ghi\crlf jkl}]
\startsetups[headertext] \startframed[frame=off,align=flushleft,width=fit] abc\\ def\\ ghi\\ jkl \stopframed \stopsetups \setupheadertexts[\directsetup{headertext}] \starttext aaa \stoptext Wolfgang