rmennes / tikzedt

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

Parse issue #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The following is valid tikz:
\begin{tikzpicture}
\draw (4,0)-- (20:6 -| 14,0);
\end{tikzpicture}

However, it produces the following error message:
Couldn't parse code. MismatchedTokenException: Expected token ')'. Instead 
found "20" which is of type INT in line 2 at position 15.

Original issue reported on code.google.com by m.kochen...@gmail.com on 31 Oct 2012 at 11:57

GoogleCodeExporter commented 8 years ago
Thanks a lot for reporting this.... that syntax is currently not supported, but 
I'll put it on the list for the next version.

Original comment by t.willwa...@gmail.com on 31 Oct 2012 at 1:37