21 Sep
2023
21 Sep
'23
4:26 a.m.
jbf schrieb am 21.09.2023 um 05:03:
Am attempting to get an underlined head style (chapter) with:
\setuphead[chapter][textcommand=\underbar]
But I get no underline. Am I doing something wrong? I can, of course, achieve the result at each chapter level with \startchapter[title={\underbar{text}}] but would prefer to achieve this with \setuphead
\setuphead[chapter][textcommand={\setbar[underbar]}] \starttext \chapter{\samplefile{ward}} \stoptext Wolfgang