
5 Jun
2025
5 Jun
'25
7:29 p.m.
On 5/29/25 03:26, Matthias Weber wrote:
[...] Is there a suitable incantation to make this work?
Hi Matthias, I guess that this is only a workaround: \defineenumeration [Solving] [text={Solution:}, headstyle=bold, style=normal, title=no ] \protected\def\Solution#1{% \ifmode{solution}\startSolving #1\stopSolving\fi} \starttext \enablemode[solution] Just whatever. \Solution{Enabled} \stoptext But it might help. Cheers, Pablo