21 May
2021
21 May
'21
4:26 a.m.
Aditya Mahajan schrieb am 21.05.2021 um 04:47:
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.
This is the better way to create unique color names but the problem in the example was the use of \define instead of \defineexpandable. \defineexpandable\HighlightColor{red} Wolfgang