asteppke / tikzedt

Automatically exported from code.google.com/p/tikzedt
0 stars 0 forks source link

Parse error in inline styles #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

\begin{tikzpicture}
[
xst/.style={draw, minimum size=5,label=90:{$out$}}, 
int/.style={draw, circle, fill},
]
\node [xst] at (0,0) {};
\end{tikzpicture}

produces a parse error

Original issue reported on code.google.com by t.willwa...@gmail.com on 23 Aug 2011 at 2:16

GoogleCodeExporter commented 8 years ago
Solved in new version (by a slight hack admittedly...)

Original comment by t.willwa...@gmail.com on 7 Oct 2011 at 9:09