kpym / tikzedt

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

Couldn't parse code. System.Exception: childt.Type not handled! 52 ("(") #43

Open GoogleCodeExporter opened 8 years ago

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

\begin{tikzpicture}

\draw [blue, thick, x=0.01cm, y=0.5cm,
declare function={lines(\t)=300/\t ;}]
plot [ domain=75:400,samples=100, smooth] (\x, {lines(\x)}  );

\end{tikzpicture}

Compilation done
Compiling document for preview: pdflatex -interaction=nonstopmode 
-halt-on-error "C:/Users/Anton/AppData/Local/Temp/TE_temp_preview12328.tex" 
Couldn't parse code. System.Exception: childt.Type not handled! 52 ("(")
Compilation done
latex output in the textbox at the bottom of the TikzEdt main window. (You
can switch between Status/Latex output/Error list.)

What operating system and Latex distribution (Miktex/Texlive) are you
using?

Please provide any additional information below.

Original issue reported on code.google.com by antonv...@gmail.com on 18 Nov 2012 at 8:50

GoogleCodeExporter commented 8 years ago
MikTex 2.9
Windows 7
TikzEdt 2.1.0

Original comment by antonv...@gmail.com on 18 Nov 2012 at 8:59

GoogleCodeExporter commented 8 years ago
Yes, this is currently not handled by the parser.... 
For now, you can enclose the conflicting sections in 
%/*

%*/
to have the parser ignore them.
Thanks a lot for the report!

Original comment by t.willwa...@gmail.com on 4 Dec 2012 at 11:10