Re: [NTG-context] TikZ modules are missing \startmodule

2017-12-08 Thread Christian Feuersaenger

Hi,

thanks for making me aware of problems with ConTeXt and TikZ.

I will look into it, probably after christmas. I would appreciate it if 
you could make a detailed report, especially containing the missing 
statements or the suggested modifications. The report can be a mail; 
ticket is also fine with me.


Kind regards

Christian


Am 08.12.2017 um 09:26 schrieb Christoph Reller:

On Fri, Dec 8, 2017 at 9:04 AM, Mojca Miklavec
 wrote:

Dear Christoph,

On 8 December 2017 at 08:38, Christoph Reller wrote:

Hi,

Since a module nesting check has been introduced in file-mod.mkvi, the TikZ
modules provoke "module wrapping error" messages in the log file. May I
kindly ask the maintainer of the TikZ modules to insert the missing
\startmodule command in the following files:

\tex\texmf-modules\tex\context\pgf\basiclayer\t-pgf.tex
\tex\texmf-modules\tex\context\pgf\basiclayer\t-pgfbim.tex
\tex\texmf-modules\tex\context\pgf\basiclayer\t-pgfcor.tex
\tex\texmf-modules\tex\context\pgf\frontendlayer\t-tikz.tex
\tex\texmf-modules\tex\context\pgf\math\t-pgfmat.tex
\tex\texmf-modules\tex\context\pgf\systemlayer\t-pgfsys.tex
\tex\texmf-modules\tex\context\pgf\utilities\t-pgfcal.tex
\tex\texmf-modules\tex\context\pgf\utilities\t-pgffor.tex
\tex\texmf-modules\tex\context\pgf\utilities\t-pgfkey.tex
\tex\texmf-modules\tex\context\pgf\utilities\t-pgfmod.tex
\tex\texmf-modules\tex\context\pgf\utilities\t-pgfrcs.tex

Kind regards,
Christoph

Thanks for the report. I suspect that the maintainer of TikZ might not
be reading this mailing list (and is certainly not a ConTeXt user
himself).

I'm CC-ing him. The issue tracker is here:
 https://sourceforge.net/p/pgf/bugs/

In the past Hans and Aditya wrote a number of patches for TikZ
(potentially even fixing this particular issues, I'm not sure), but
not all of them were included.

So ... we need some more persistence in making sure that things get
fixed. This list might be the best place to get the patches, but then
you need to make sure that the patches are actually included upstream.
(This reminds me that I probably need to check if TikZ is still
properly synchronized with upstream in our distribution. As far as I
know SF is dropping support for CVS and I need to check how we sync
the sources now.)

Mojca

Thank you Mojca,

I hope that Christian will take care for this. Keep up the good work!

Cheers,
Christoph


--

Dr. Christian Feuersänger
Rheinbach

___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] Tikz calendar: \pgfutil undefined

2010-08-24 Thread Christian Feuersaenger

Hello,

thank you for the bug report. I have fixed the problem in TikZ.

Best regards

Christian

Am 19.08.2010 16:49, schrieb Mojca Miklavec:

On Thu, Aug 19, 2010 at 14:36, David Rogers wrote:
   

* Fabrice Larribefabrice.al...@gmail.com  [2010-08-19 06:17]:

 

Hello,

I have a problem to use the calendar from the Tikz/Pgf module; here
is a minimal example:

%---
\usemodule[tikz]
\usetikzlibrary[calendar]

\starttext
This should works:
\blank
\tikz  \calendar[dates=2000-01-01 to 2000-01-31,week list];
\blank
but this does not !
\stoptext
%---

I'm using MKII (2010-05-24) from TeX Live 2010  (Note however that I
had the same problem with TeXLive 2009). The error is when the calendar
library is loaded:

! Undefined control sequence.
l.36 \let\t...@atbegin@day=\pgfutil
@empty

I have tried the Tikz distribution from TexLive, the latest Tikz
distribution from the suport Tikz page, and the distribution from the
module made for ConTeXt, but the problem remains. In the past (last
academic year, in may), this worked well, but I'm not able to find what
has changed.
   


The example still works in mkiv. (Minimal distribution, fairly recent)
 

The following trick solves the problem temporary, but it should be
fixed somewhere in the source if possible. I'm not sure if it is the
fault of ConTeXt or the fault of TikZ:

\unprotect
\usemodule[tikz]
\usetikzlibrary[calendar]
\protect

\starttext

This should works:
\blank
\tikz  \calendar[dates=2000-01-01 to 2000-01-31,week list];
\blank
but this does not !
\stoptext
To me this looks like

Mojca

   


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