You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this a \end{XXX} tag only matches a \begin{...} tag with the same
environment name. Effectively,
\begin{equation*}
I = \begin{pmatrix}
1 & 0\\
0 & 1
\end{pmatrix}
\end{equation*}
won't result in borked syntax.
0 commit comments