Fails parsing `array`'s tabular column directives
Opened this issue · 0 comments
astromancer commented
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.