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
Merge pull request #921 from Octachron/latex_math_fix
latex math: remove line at the end of equation* environment
It is generally a good idea to avoid spurious blank line before the end of the equation* environment.
For example:
\begin{equation*}
\f\hat\xi\,e^{2 \pi i \xi x}
\,d\xi
\end{equation*}
In my tests, this blank line breaks at least the amsmath version of equation*.
This commit fix this issue that trimming the last part of the raw equation text before cutting a newline to end the equation* environment.
0 commit comments