
12 Mar
2025
12 Mar
'25
1:23 p.m.
Hi, I have section headings where I need to output some descriptions after the label and before the heading title (which may be missing in some cases). I've thought the something like the example below should work, but the text from the variable overflows. What am I missing here? Is there maybe an easier way to reach that goal? Best, Denis \define[2]\sectionCMD {#1\par \structureuservariable{something}\par #2 } \setuphead [section] [ command=\sectionCMD, ] \starttext \startsection [title=Hello] [something=ajskdflö asjdfkl asjdföla asdf asdf asdf asdf asdf ksdföalks djföalskd föalskdföl asdjkfaöls djkfaölsdjf,] asdf \stopsection \stoptext