mathbot icon indicating copy to clipboard operation
mathbot copied to clipboard

[bug] incorrect code parsing of LaTeX variables preceeded by a minus sign

Open VincentTam opened this issue 2 years ago • 0 comments

Sample code

=texp
\usetikzlibrary{calc}
\begin{tikzpicture}[scale=0.3]
\draw (1,-\textheight) -- (0,\textheight);
\end{tikzpicture}

Expected output

VS code

Error

image

VincentTam avatar Jun 08 '22 09:06 VincentTam