22 Sep
2008
22 Sep
'08
11:55 a.m.
On Mon, 22 Sep 2008, Taco Hoekwater wrote:
Steffen Wolfrum wrote:
But this above never closes the italics, while ...
\def\Colorit{\strut\groupedcommand\it\color[magenta]\/}
... gives an error.
Someone can help?
Worryingly lowlevel:
\def\emphasistypeface{\it\color[magenta]}
This has to be used {\emphasistypeface ....}. If you want something that works as \emph{....} as well as {\emph ...} and can also be passed as an option to all the style= keys, try \definealternativestyle [emph] [{\it\color[magenta]}] [] Aditya