On Fri, 31 Mar 2023, Hans Hagen via ntg-context wrote:
On 3/30/2023 11:56 PM, Xavier B. via ntg-context wrote:
Thanks, Max, for finding the problem. It is related to two more bugs: https://github.com/pgf-tikz/pgf/issues/990 and https://github.com/pgf-tikz/pgf/issues/958
Perhaps Hans or other people could help tikz staff to do the pending and definitive solution. It's annoying to have to put workarrounds in production documents.
There is just a glad mkiv user ;-) \usemodule[tikz]
\starttext Hello World. \stoptext
works ok here
Last time I tested, a simple \starttikzpicture \draw (0,0)--(1,0); \stoptikzpicture was failing. I'll try again with the latest version of LMTX + TikZ. Hans, are you using the latest version of tikz from ctan? Some of these issues are due to recent changes made in tikz. Aditya