ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Color red:3
@ 2012-10-22  9:10 Procházka Lukáš Ing. - Pontex s. r. o.
  2012-10-22  9:11 ` luigi scarso
  0 siblings, 1 reply; 7+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2012-10-22  9:10 UTC (permalink / raw)
  To: ConTeXt

[-- Attachment #1: Type: text/plain, Size: 555 bytes --]

Hello,

there is a color "red:3" noticed at 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?

TIA.

Best regards,

Lukas


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

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

[-- Attachment #2: t-Col.mkiv --]
[-- Type: application/octet-stream, Size: 86 bytes --]

\starttext
  \showcolor[rgb]

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

[-- Attachment #3: t-Col.pdf --]
[-- Type: application/pdf, Size: 9425 bytes --]

[-- Attachment #4: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Color red:3
  2012-10-22  9:10 Color red:3 Procházka Lukáš Ing. - Pontex s. r. o.
@ 2012-10-22  9:11 ` luigi scarso
  2012-10-22  9:23   ` Procházka Lukáš Ing. - Pontex s. r. o.
  0 siblings, 1 reply; 7+ messages in thread
From: luigi scarso @ 2012-10-22  9:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 560 bytes --]

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

> Hello,
>
> there is a color "red:3" noticed at http://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" ?


-- 
luigi

[-- Attachment #1.2: Type: text/html, Size: 938 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Color red:3
  2012-10-22  9:11 ` luigi scarso
@ 2012-10-22  9:23   ` Procházka Lukáš Ing. - Pontex s. r. o.
  2012-10-22  9:42     ` luigi scarso
  0 siblings, 1 reply; 7+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2012-10-22  9:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

> On Mon, Oct 22, 2012 at 11:10 AM, Procházka Lukáš Ing. - Pontex s. r. o. <
> LPr@pontex.cz> wrote:
>
>> Hello,
>>
>> there is a color "red:3" noticed at http://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/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:LPr@pontex.cz]
Pontex s. r. o.      [mailto:pontex@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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Color red:3
  2012-10-22  9:23   ` Procházka Lukáš Ing. - Pontex s. r. o.
@ 2012-10-22  9:42     ` luigi scarso
  2012-10-22 10:18       ` Procházka Lukáš Ing. - Pontex s. r. o.
  0 siblings, 1 reply; 7+ messages in thread
From: luigi scarso @ 2012-10-22  9:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1661 bytes --]

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

> On Mon, 22 Oct 2012 11:11:08 +0200, luigi scarso <luigi.scarso@gmail.com>
> wrote:
>
>  On Mon, Oct 22, 2012 at 11:10 AM, Procházka Lukáš Ing. - Pontex s. r. o. <
>> LPr@pontex.cz> wrote:
>>
>>  Hello,
>>>
>>> there is a color "red:3" noticed at http://wiki.contextgarden.net/**
>>> **Colors <http://wiki.contextgarden.net/**Colors><http://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/**Colors<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
>

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

[-- Attachment #1.2: Type: text/html, Size: 2604 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Color red:3
  2012-10-22  9:42     ` luigi scarso
@ 2012-10-22 10:18       ` Procházka Lukáš Ing. - Pontex s. r. o.
  2012-10-22 11:53         ` Philipp Gesang
  0 siblings, 1 reply; 7+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2012-10-22 10:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

> 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:LPr@pontex.cz]
Pontex s. r. o.      [mailto:pontex@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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Color red:3
  2012-10-22 10:18       ` Procházka Lukáš Ing. - Pontex s. r. o.
@ 2012-10-22 11:53         ` Philipp Gesang
  2012-10-22 14:30           ` Procházka Lukáš Ing. - Pontex s. r. o.
  0 siblings, 1 reply; 7+ messages in thread
From: Philipp Gesang @ 2012-10-22 11:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1540 bytes --]

···<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:LPr@pontex.cz]
> Pontex s. r. o.      [mailto:pontex@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

[-- Attachment #1.2: Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Color red:3
  2012-10-22 11:53         ` Philipp Gesang
@ 2012-10-22 14:30           ` Procházka Lukáš Ing. - Pontex s. r. o.
  0 siblings, 0 replies; 7+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2012-10-22 14:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, 22 Oct 2012 13:53:31 +0200, Philipp Gesang <philipp.gesang@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:LPr@pontex.cz]
Pontex s. r. o.      [mailto:pontex@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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-10-22 14:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-22  9:10 Color red:3 Procházka Lukáš Ing. - Pontex s. r. o.
2012-10-22  9:11 ` luigi scarso
2012-10-22  9:23   ` Procházka Lukáš Ing. - Pontex s. r. o.
2012-10-22  9:42     ` luigi scarso
2012-10-22 10:18       ` Procházka Lukáš Ing. - Pontex s. r. o.
2012-10-22 11:53         ` Philipp Gesang
2012-10-22 14:30           ` Procházka Lukáš Ing. - Pontex s. r. o.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).