12 Jun
2013
12 Jun
'13
8:58 a.m.
Has to be \defineheadalternative:
\defineheadalternative[mysection][renderingsetup=mysection]
\startsetups[mysection] \vbox\bgroup \headsetupspacing \strut\headnumbercontent\par \begstrut\headtextcontent\endstrut \egroup \stopsetups
\setuplabeltext[en][section={, Section}]
\setuphead [section] [alternative=mysection, conversion=I, sectionstopper=.]
\starttext \section{Test} \stoptext
Wolfgang
It works nice, thanks Jan