Hi Hans, It doesn’t keep failing for me because the fix is well documented, so I fixed it on my machine. I am just imagining that it might be nice to put that fix in the modules that people download. For example, a teacher wants to help me test my book, so he followed the instructions on the wiki to instal ConTeXt (LMTX) and the modules (https://wiki.contextgarden.net/Modules). Then he had to go in and change two commands the file: context-osx-64/tex/texmf-modules/generic/pgfplots/pgfplots.code.tex The changes are: Line 7928: change “\begin{axis}" to “\axis” Line 7934: change “\end{axis}" to “\endaxis” Then everything is great. I don't know where the modules live and how they are maintained, but if this fix could be put into those modules before people download them, that would be helpful as I add more collaborators. it makes no sense to mojca to fix modules that come from elsewhere because a next time it might be different so when tikz is not updated on ctan (where it's fetched from) it's not an official fix
(a well documented tikz fix that doesn't go into tikz is not really a fix, is it?)
Hans
TikZ is fixed on ctan (based on the fixed version in my TeXLive distribution). Mojca has directed me to a fixed version at distribution.contextgarden.net. I’m trying to figure out why my collaborator and I did not get that fixed version when we followed the instructions at https://wiki.contextgarden.net/Modules#ConTeXt_LMTX. I’ll keep working on it. Gavin