Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't parse an array inside the equation environment #152

Open
Khodunov opened this issue Jan 8, 2024 · 0 comments
Open

Can't parse an array inside the equation environment #152

Khodunov opened this issue Jan 8, 2024 · 0 comments

Comments

@Khodunov
Copy link

Khodunov commented Jan 8, 2024

If you try to parse the following TeX file:

\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}

\begin{document}

Solve a system of linear equations:
\begin{equation}
\left\{\begin{array}{l}
x + y = 3\\
x - y = 1
\end{array}\right.
\end{equation}


\end{document}

the parser will raise an error:

EOFError: [Line: 0, Offset: 44] "equation" env expecting \end{equation}. Instead got \end{array}\
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant