You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have a permanent fix for this, but you can use the parser ignore command as a workaround:
%/* This line is ignored by the TE parser. %*/
I can't really format it right here on github. just type in the two "percentage-slash-star" and "percentage-star-slash"s and put the line which causes the error in between. Tikzedt also has a shortcut for the parser ignore command
Using the function plot example, I get a parser error (though the preview renders just fine).
Error:
Couldn't parse code. MismatchedTokenException: Expected token '}'. Instead found "0.05" which is of type FLOAT_WO_EXP in line 8 at position 36.
However, the following code works just fine with the lines using parentheses commented out:
If I only comment out the last line I get a different error:
Error:
Couldn't parse code. System.Exception: childt.Type not handled! 52 ("(")
I am using the latest portable on Windows 7 from the Google code website (found here)
Anyone have any tips? Has anyone found a similar issue?
The text was updated successfully, but these errors were encountered: