Hi, in MkII I set \setupcolors[state=start] to activate defined colors (for text, numbers etc.), and \setupcolors[state=stop] to set these colors to black. Now, in MkIV \setupcolors[state=stop] does set these colors to gray. Not to black. [Log: "color : system gray is global activated"] What is the key to set either "color is color" or "color is black" again? Steffen
Hi Steffen, Am 01.03.2010 13:41, schrieb Steffen Wolfrum:
Hi,
in MkII I set \setupcolors[state=start] to activate defined colors (for text, numbers etc.), and \setupcolors[state=stop] to set these colors to black.
Now, in MkIV \setupcolors[state=stop] does set these colors to gray. Not to black. [Log: "color : system gray is global activated"]
What is the key to set either "color is color" or "color is black" again?
i don't think mkiv has such an option (but maybe i'm wrong). how about defining some color palettes then? this should work with both marks. \definepalet[coloredtext][...] \setuppalet[coloredtext] \startmode[black] \definepalet[blacktext] [red=black, blue=black,...] \setuppalet[blacktext] \stopmode Best wishes, Peter
Steffen ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
On 1-3-2010 15:02, Peter Rolf wrote:
Hi Steffen,
Am 01.03.2010 13:41, schrieb Steffen Wolfrum:
Hi,
in MkII I set \setupcolors[state=start] to activate defined colors (for text, numbers etc.), and \setupcolors[state=stop] to set these colors to black.
Now, in MkIV \setupcolors[state=stop] does set these colors to gray. Not to black. [Log: "color : system gray is global activated"]
What is the key to set either "color is color" or "color is black" again?
i don't think mkiv has such an option (but maybe i'm wrong). how about defining some color palettes then? this should work with both marks.
\definepalet[coloredtext][...] \setuppalet[coloredtext]
\startmode[black] \definepalet[blacktext] [red=black, blue=black,...] \setuppalet[blacktext] \stopmode
as colorspace info travels indepently you can say \attribute\colormodelattribute\attributeunsetvalue i'll add \setupcolors[state=stop,conversion=never] ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Peter Rolf
-
Steffen Wolfrum