On Fri, 19 Sep 2003 09:27:24 +0200
Hans Hagen
At 21:11 18/09/2003 +0200, you wrote
%M \definecolor [colorprettyone] [r=1] %M \definecolor [colorprettytwo] [g=1] %M \definecolor [colorprettythree] [b=1] %M \definecolor [colorprettyfour] [r=1,b=1]
this should come after the section with \module ...
it does
since this hasn't changed anything, i added %M \definepalet %M [MPcolorpretty] %M [ prettyone=colorprettyone, %M prettytwo=colorprettytwo, %M prettythree=colorprettythree, %M prettyfour=colorprettyfour]
still results in the default gray palet.
did you use --mode=color ?
no, only --color, but now with --mode=color it has colored output
or add %M \setupcolors[state=start] i did, without effect, but since --color writes \setupcolors[\c!status=\v!start] in texexec.tmp i think this should be enough.
\enablemode[color] seems to be the important setting. However, now the problem is, that the \definecolor's have no effect. The colors used are always the same. What typing mode is used internally, so that i can assign the palet to that mode: \setuptyping[<typing mode>][palet=<my palet>] I tried 'MP' and 'definition' for <typing mode> without success. Thanks again, Jens