21 May
2021
21 May
'21
2:47 a.m.
On Thu, 20 May 2021, Rik Kabel wrote:
Consider the following example:
\define \HighlightColor {red}
Why not just use: \definecolor[HighlightColor][red] and then use color=HighlightColor, etc.
\definehighlight[RED][color=\HighlightColor] \definelabel[AA][alternative=inright,headcolor=\HighlightColor,text=] \definelabel[BB][alternative=inright,headcolor=red,text=] \noheaderandfooterlines \starttext \hsize3cm Is the label red?\AA
Is the label red?\BB
\RED{Is this line red?} \stoptext
Aditya