with some recent beta (sorry for vagueness), tikz stopped working after titles. (i use first-setup.sh to install: these are the betas, not something different, right?)
(quite) minimal example:
—————✁—————
\usemodule[tikz]
\def\pic{\framed{\starttikzpicture
\node[draw] (A) {A};
\node[draw] (B) at (1, 0) {B};
\draw[green, ->] (A) -- (B);
\draw[red, <->] (A) -- (B);
\draw[blue, <- ] (A) -- (B);
\stoptikzpicture}}
\starttext
Works:
\pic
\section{This fucks things up}
Doesn’t work:
\pic
\stoptext
—————✃—————
result:
[image: tikztest.png]
(if this gets scrapped: https://imgur.com/GV1gK )
<<tikztest.png>>
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : [email protected] / 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 ___________________________________________________________________________________
