Just implemented a basic tikz plugin in the unified Graph plugin.
I noticed that:
\foreach \x in {0,...,9}
\draw (\x,0) circle (0.4);
will be transformed to:
\foreach \x in {0,…,9}
\draw (\x,0) circle (0.4);
For dot
:
dot] …
Error: <stdin>: syntax error in line 1 near '…'
We may change the behavior of verbatim.