27 Nov
2012
27 Nov
'12
9:24 a.m.
Am 27.11.2012 um 10:11 schrieb luigi scarso
On Tue, Nov 27, 2012 at 10:04 AM, "H. Özoguz"
wrote: \setupheadertexts
[] [{\getmarking[section]}]
[][]
\starttext
\section{This is a very long section title, and so, clearly, it does not fit in one line, definitely not, absolutely no change. Without line break not possible.}
\stoptext
Hm, I dont' understand clearly what you want (the title is ok for me), […]
The headertext isn’t broken into lines. \defineframed[headerframed][frame=off,width=max,align=normal] \setupheadertexts [][\headerframed{\getmarking[section]}] [][] A better solution is to provide a shorter text with the “marking” key from \startsection. Wolfgang