mathbot
mathbot copied to clipboard
[bug] incorrect code parsing of LaTeX variables preceeded by a minus sign
Sample code
=texp
\usetikzlibrary{calc}
\begin{tikzpicture}[scale=0.3]
\draw (1,-\textheight) -- (0,\textheight);
\end{tikzpicture}