Am 14.02.2012 um 14:26 schrieb Steffen Wolfrum:
Am 14.02.2012 um 13:44 schrieb Hans Hagen:
On 14-2-2012 13:37, Steffen Wolfrum wrote:
Am 14.02.2012 um 13:21 schrieb Hans Hagen:
On 14-2-2012 12:55, Steffen Wolfrum wrote:
Hi,
due to \color[]{} now needs an argument, groupedcommand doesn't work as before:
\define\PlainSwitch% {\groupedcommand{\language[de]\ss}{}}
\define\ColorSwitch% {\groupedcommand{\language[de]\ss\color[darkred]}{}}
\starttext
English: \date
{\PlainSwitch German \date}
English: \date
{\ColorSwitch German \date}
Test \date
\stoptext
Someone knows what to change here (in order to get the red "G" back)?
something
{\groupedcommand{\language[de]\ss\startcolor[darkred]}{\stopcolor}}
In version 2012.01.16 this gives an error:
! Extra }, or forgotten \endgroup.
and how about
{\groupedcommand{\language[de]\ss\directcolored[darkred]}{}}
now it works: directedcolor, as well as switchtolcolor
You can also use \definestartstop to create your command which can then be used with \ColorSwitch{…} and {\ColorSwitch …}. \definestartstop [ColorSwitch] [commands={\language[de]}, style=sans, color=darkred] Wolfgang