ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \definecolor and TikZ
@ 2012-05-20 10:59 Tim Steenvoorden
  2012-05-20 11:57 ` Hans Hagen
  0 siblings, 1 reply; 8+ messages in thread
From: Tim Steenvoorden @ 2012-05-20 10:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

Hi again,

The bug about \definecolor and TikZ is back again in the latest beta.
The minimal example in the attachment worked in version 2012.05.14
(both MKII and MKIV).

Regards,
Tim

[-- Attachment #2: tikzcolor.tex --]
[-- Type: application/x-tex, Size: 267 bytes --]

[-- Attachment #3: 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] 8+ messages in thread

* Re: \definecolor and TikZ
  2012-05-20 10:59 \definecolor and TikZ Tim Steenvoorden
@ 2012-05-20 11:57 ` Hans Hagen
  2012-05-24  8:02   ` Tim Steenvoorden
  0 siblings, 1 reply; 8+ messages in thread
From: Hans Hagen @ 2012-05-20 11:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 20-5-2012 12:59, Tim Steenvoorden wrote:
> Hi again,
>
> The bug about \definecolor and TikZ is back again in the latest beta.
> The minimal example in the attachment worked in version 2012.05.14
> (both MKII and MKIV).

A solution was posted a few mails ago.

Anyhow, as it seems to be a persistent issue, I've added a helper to 
mkii and mkiv so that the tikz can do:

\ifdefined\pgf@context@registercolor
     \let\pgfutil@registercolor\pgf@context@registercolor
\fi


Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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] 8+ messages in thread

* Re: \definecolor and TikZ
  2012-05-20 11:57 ` Hans Hagen
@ 2012-05-24  8:02   ` Tim Steenvoorden
  2012-05-24  8:17     ` Marco
  0 siblings, 1 reply; 8+ messages in thread
From: Tim Steenvoorden @ 2012-05-24  8:02 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users

Hi Hans,

Thanks, your solution works well. Do I have to put it in every
document when using TikZ? I'm afraid it still doesn't work out of the
box in 2012.05.24.

Regards,
Tim


2012/5/20 Hans Hagen <pragma@wxs.nl>:
> On 20-5-2012 12:59, Tim Steenvoorden wrote:
>>
>> Hi again,
>>
>> The bug about \definecolor and TikZ is back again in the latest beta.
>> The minimal example in the attachment worked in version 2012.05.14
>> (both MKII and MKIV).
>
>
> A solution was posted a few mails ago.
>
> Anyhow, as it seems to be a persistent issue, I've added a helper to mkii
> and mkiv so that the tikz can do:
>
> \ifdefined\pgf@context@registercolor
>    \let\pgfutil@registercolor\pgf@context@registercolor
> \fi
>
>
> Hans
>
> -----------------------------------------------------------------
>                                          Hans Hagen | PRAGMA ADE
>              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
>                                             | www.pragma-pod.nl
> -----------------------------------------------------------------
___________________________________________________________________________________
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] 8+ messages in thread

* Re: \definecolor and TikZ
  2012-05-24  8:02   ` Tim Steenvoorden
@ 2012-05-24  8:17     ` Marco
  2012-05-24  8:22       ` Marco
  2012-05-24  8:23       ` Tim Steenvoorden
  0 siblings, 2 replies; 8+ messages in thread
From: Marco @ 2012-05-24  8:17 UTC (permalink / raw)
  To: ntg-context

On 2012-05-24 Tim Steenvoorden <tim.steenvoorden@gmail.com> wrote:

> Thanks, your solution works well. Do I have to put it in every
> document when using TikZ? I'm afraid it still doesn't work out of the
> box in 2012.05.24.

It's already fixed upstream. I don't know how and when the changes
propagate into context standalone.

http://pgf.cvs.sourceforge.net/viewvc/pgf/pgf/generic/pgf/utilities/pgfutil-context.def?revision=1.32&view=markup


Marco


___________________________________________________________________________________
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] 8+ messages in thread

* Re: \definecolor and TikZ
  2012-05-24  8:17     ` Marco
@ 2012-05-24  8:22       ` Marco
  2012-05-24  8:29         ` Tim Steenvoorden
  2012-05-24  8:23       ` Tim Steenvoorden
  1 sibling, 1 reply; 8+ messages in thread
From: Marco @ 2012-05-24  8:22 UTC (permalink / raw)
  To: ntg-context

On 2012-05-24 Marco <netuse@lavabit.com> wrote:

> It's already fixed upstream. I don't know how and when the changes
> propagate into context standalone.

Apparently you have to update with ./first-setup.sh --modules=all,
instead of plain ./first-setup.sh to apply the changes. I thought
the choice is remembered and the modules are updated automatically
with ./first-setup.sh

However, it works for me with a current 2012.05.24 09:57


Marco


___________________________________________________________________________________
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] 8+ messages in thread

* Re: \definecolor and TikZ
  2012-05-24  8:17     ` Marco
  2012-05-24  8:22       ` Marco
@ 2012-05-24  8:23       ` Tim Steenvoorden
  1 sibling, 0 replies; 8+ messages in thread
From: Tim Steenvoorden @ 2012-05-24  8:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thanks Marco! Hope it will be in TeXLive 2012.

Cheers,
Tim


2012/5/24 Marco <netuse@lavabit.com>:
> On 2012-05-24 Tim Steenvoorden <tim.steenvoorden@gmail.com> wrote:
>
>> Thanks, your solution works well. Do I have to put it in every
>> document when using TikZ? I'm afraid it still doesn't work out of the
>> box in 2012.05.24.
>
> It's already fixed upstream. I don't know how and when the changes
> propagate into context standalone.
>
> http://pgf.cvs.sourceforge.net/viewvc/pgf/pgf/generic/pgf/utilities/pgfutil-context.def?revision=1.32&view=markup
>
>
> Marco
>
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
___________________________________________________________________________________
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] 8+ messages in thread

* Re: \definecolor and TikZ
  2012-05-24  8:22       ` Marco
@ 2012-05-24  8:29         ` Tim Steenvoorden
  2012-05-24 16:23           ` Philipp A.
  0 siblings, 1 reply; 8+ messages in thread
From: Tim Steenvoorden @ 2012-05-24  8:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Updated again, worked like a charm!

Cheers,
Tim


2012/5/24 Marco <netuse@lavabit.com>:
> On 2012-05-24 Marco <netuse@lavabit.com> wrote:
>
>> It's already fixed upstream. I don't know how and when the changes
>> propagate into context standalone.
>
> Apparently you have to update with ./first-setup.sh --modules=all,
> instead of plain ./first-setup.sh to apply the changes. I thought
> the choice is remembered and the modules are updated automatically
> with ./first-setup.sh
>
> However, it works for me with a current 2012.05.24 09:57
>
>
> Marco
>
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
___________________________________________________________________________________
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] 8+ messages in thread

* Re: \definecolor and TikZ
  2012-05-24  8:29         ` Tim Steenvoorden
@ 2012-05-24 16:23           ` Philipp A.
  0 siblings, 0 replies; 8+ messages in thread
From: Philipp A. @ 2012-05-24 16:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

my biggest contribution to ConTeXt so far seems to be asking a
stackoverflow question, and filing a tikz bugreport with attached code from
the answer on stackoverflow. i’m sure i can do more myself in the future -.-

[-- Attachment #1.2: Type: text/html, Size: 223 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] 8+ messages in thread

end of thread, other threads:[~2012-05-24 16:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-20 10:59 \definecolor and TikZ Tim Steenvoorden
2012-05-20 11:57 ` Hans Hagen
2012-05-24  8:02   ` Tim Steenvoorden
2012-05-24  8:17     ` Marco
2012-05-24  8:22       ` Marco
2012-05-24  8:29         ` Tim Steenvoorden
2012-05-24 16:23           ` Philipp A.
2012-05-24  8:23       ` Tim Steenvoorden

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).