Re: [NTG-context] Color red:3

2012-10-22 Thread luigi scarso
On Mon, Oct 22, 2012 at 11:10 AM, Procházka Lukáš Ing. - Pontex s. r. o. 
l...@pontex.cz wrote:

 Hello,

 there is a color red:3 noticed at 
 http://wiki.contextgarden.net/**Colorshttp://wiki.contextgarden.net/Colors
 .

 However, the following code doesn't work with color red:3 specification:

 
 \starttext
   \showcolor[rgb]

   \color[red]{AAA}
   \color[red:3]{AAA}
 \stoptext
 

 So, how it the matter with using red:3 correctly?

 I don't see it -- where do you see red:3 ?


-- 
luigi
___
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] Color red:3

2012-10-22 Thread Procházka Lukáš Ing . - Pontex s . r . o .

On Mon, 22 Oct 2012 11:11:08 +0200, luigi scarso luigi.sca...@gmail.com wrote:


On Mon, Oct 22, 2012 at 11:10 AM, Procházka Lukáš Ing. - Pontex s. r. o. 
l...@pontex.cz wrote:


Hello,

there is a color red:3 noticed at 
http://wiki.contextgarden.net/**Colorshttp://wiki.contextgarden.net/Colors
.

However, the following code doesn't work with color red:3 specification:


\starttext
  \showcolor[rgb]

  \color[red]{AAA}
  \color[red:3]{AAA}
\stoptext


So, how it the matter with using red:3 correctly?

I don't see it -- where do you see red:3 ?


Wiki at http://wiki.contextgarden.net/Colors:


...
Using predefined colors: \setupcolor
...
\setupcolors[state=start]
\showcolor[rgb]

yields this:

picture   - The 3rd line from the bottom of the generated output: 0.790 1.000 
0.700 0.700 red:3

Defining colors: \definecolor
...


Lukas


--
Ing. Lukáš Procházka [mailto:l...@pontex.cz]
Pontex s. r. o.  [mailto:pon...@pontex.cz] [http://www.pontex.cz]
Bezová 1658
147 14 Praha 4

Tel: +420 244 062 238
Fax: +420 244 461 038

___
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] Color red:3

2012-10-22 Thread luigi scarso
On Mon, Oct 22, 2012 at 11:23 AM, Procházka Lukáš Ing. - Pontex s. r. o. 
l...@pontex.cz wrote:

 On Mon, 22 Oct 2012 11:11:08 +0200, luigi scarso luigi.sca...@gmail.com
 wrote:

  On Mon, Oct 22, 2012 at 11:10 AM, Procházka Lukáš Ing. - Pontex s. r. o. 
 l...@pontex.cz wrote:

  Hello,

 there is a color red:3 noticed at http://wiki.contextgarden.net/**
 **Colors http://wiki.contextgarden.net/**Colorshttp://wiki.**
 contextgarden.net/Colors http://wiki.contextgarden.net/Colors

 .

 However, the following code doesn't work with color red:3
 specification:

 
 \starttext
   \showcolor[rgb]

   \color[red]{AAA}
   \color[red:3]{AAA}
 \stoptext
 

 So, how it the matter with using red:3 correctly?

 I don't see it -- where do you see red:3 ?


 Wiki at 
 http://wiki.contextgarden.net/**Colorshttp://wiki.contextgarden.net/Colors
 :

 
 ...
 Using predefined colors: \setupcolor
 ...
 \setupcolors[state=start]
 \showcolor[rgb]

 yields this:

 picture   - The 3rd line from the bottom of the generated output:
 0.790 1.000 0.700 0.700 red:3

 Defining colors: \definecolor
 ...

 

 Lukas


Ah ok , it was an image. The text says
You find lists of predefined colors in the files colo-xxx.tex,..
but colo*tex it's an old file -- it should be colo-rgb.mkii , ie pdftex

So
%%test.mkii
\setupcolors[state=start]
\starttext
  \showcolor[rgb]

  \color[red]{AAA}
  \color[red:3]{AAA}
\stoptext

and
# texexec test.mkii
works

-- 
luigi
___
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] Color red:3

2012-10-22 Thread Procházka Lukáš Ing . - Pontex s . r . o .

Ah ok , it was an image. The text says
You find lists of predefined colors in the files colo-xxx.tex,..
but colo*tex it's an old file -- it should be colo-rgb.mkii , ie pdftex

So
%%test.mkii
\setupcolors[state=start]
\starttext
  \showcolor[rgb]

  \color[red]{AAA}
  \color[red:3]{AAA}
\stoptext

and
# texexec test.mkii
works



OK, thx for explanation.

I don't use MkII, so I'll avoid using red:3 with MkIV.

Best regards,

Lukas


--
Ing. Lukáš Procházka [mailto:l...@pontex.cz]
Pontex s. r. o.  [mailto:pon...@pontex.cz] [http://www.pontex.cz]
Bezová 1658
147 14 Praha 4

Tel: +420 244 062 238
Fax: +420 244 461 038

___
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] Color red:3

2012-10-22 Thread Philipp Gesang
···date: 2012-10-22, Monday···from: Procházka Lukáš Ing. - Pontex s. r. 
o.···

 I don't use MkII, so I'll avoid using red:3 with MkIV.

You don’t have to, these colors were upgraded to a superior way
of being defined (colo-imp-dem.mkiv):

·
\setupcolor[dem]

\starttext
\colored[red:3]{some text}

\showcolor[dem]
\stoptext
·

Regards
Philipp




 
 Best regards,
 
 Lukas
 
 
 -- 
 Ing. Lukáš Procházka [mailto:l...@pontex.cz]
 Pontex s. r. o.  [mailto:pon...@pontex.cz] [http://www.pontex.cz]
 Bezová 1658
 147 14 Praha 4
 
 Tel: +420 244 062 238
 Fax: +420 244 461 038
 
 ___
 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
 ___

-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments


pgpQy1j4rvwpk.pgp
Description: PGP signature
___
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] Color red:3

2012-10-22 Thread Procházka Lukáš Ing . - Pontex s . r . o .

On Mon, 22 Oct 2012 13:53:31 +0200, Philipp Gesang 
philipp.ges...@alumni.uni-heidelberg.de wrote:


You don’t have to, these colors were upgraded to a superior way
of being defined (colo-imp-dem.mkiv):

·
\setupcolor[dem]

\starttext
\colored[red:3]{some text}

\showcolor[dem]
\stoptext
·


Great, it works now!

Thanks.

Best regards,

Lukas



Regards
Philipp



--
Ing. Lukáš Procházka [mailto:l...@pontex.cz]
Pontex s. r. o.  [mailto:pon...@pontex.cz] [http://www.pontex.cz]
Bezová 1658
147 14 Praha 4

Tel: +420 244 062 238
Fax: +420 244 461 038
___
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
___