alvinwan / TexSoup

fault-tolerant Python3 package for searching, navigating, and modifying LaTeX documents
https://texsoup.alvinwan.com
BSD 2-Clause "Simplified" License
290 stars 43 forks source link

Fails parsing `array`'s tabular column directives #134

Open astromancer opened 2 years ago

astromancer commented 2 years ago
TexSoup('''
\begin{table}
  \begin{tabular}{l >{$}r<{$}} 
    i   & 7078.2747\\
  \end{tabular}
\end{table}
''')

EOFError: [Line: 0, Offset: 33] "$" env expecting $. Reached end of file.