[NTG-context] Missing space between numbers in \showcolor (MkIV only)

2011-02-26 Thread Vedran Miletić
\starttext
\showcolor[rgb]
\stoptext

Numbers are next to each other. In MkII (with \setupcolors[state=start]) it
looks OK.

Regards.
Vedran Miletić
___
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
___


Re: [NTG-context] Missing space between numbers in \showcolor (MkIV only)

2011-02-26 Thread Wolfgang Schuster

Am 26.02.2011 um 18:30 schrieb Vedran Miletić:

 \starttext
 \showcolor[rgb]
 \stoptext
 
 Numbers are next to each other. In MkII (with \setupcolors[state=start]) it 
 looks OK.

colo-ini.lua:

- function commands.formatcolor   (a) context(colors.formatcolor
   (a)) end
+ function commands.formatcolor   (...) context(colors.formatcolor  
 (...)) end
- function commands.formatgray(a) context(colors.formatgray 
   (a)) end
+ function commands.formatgray(...) context(colors.formatgray   
 (...)) end

Wolfgang

___
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
___