Steffen Wolfrum schrieb am 27.06.2021 um 15:55:
uncommenting the following \setupcolors changes magenta to black when running luatex.
but when running luametatex the footnote is crippled to «error»:
\starttext
\definestartstop[UL][color=magenta]
%\setupcolors[state=stop,conversion=never]% <- bw with lualatex, but «error» with luametatex?
\input ward \footnote{foo foo \startUL{}foo\stopUL{} foo foo foo foo foo \startUL{}foo\stopUL{} error}
\stoptext
Don't use extra stuff (e.g. footnotes) when they aren't necessary to reproduce the error. %\setupcolors[cmyk=no,rgb=no,conversion=no] %\setupcolors[state=stop,conversion=no] \setcolormodel[none] \starttext \dorecurse{20}{\convertnumber{word}{#1} }% \color[red]{not a number} \dorecurse{20}{\convertnumber{word}{#1} } \stoptext Wolfgang