Open mdeeg opened 4 years ago
@mdeeg Oh huh, I didn't realize specific commands could be treated as verbatim.
There isn't a way to tell TexSoup to ignore commands ... yet -- I can followup here when that's added.
I think I just hit the "same" issue with the following tex input:
\begin{subblock}
\begin{lstlisting}
$
\end{lstlisting}
\end{subblock}
(resulting in an EOF error as well)
When parsing URLs containing a $ using the verbatim command
\url
from the url package TexSoup terminates with anEOFError
.Minimal example:
Is there an easy way to tell TexSoup how to handle such TeX code or simply ignore specific commands completely?