Add support for \intertext
from amsmath and \shortintertext
from mathtools
#202
Labels
enhancement
New feature or request
type: LaTeX
Issues concerning supported or new LaTeX command or packages
It would be nice to have support for
\intertext
from amsmath and\shortintertext
from mathtools. They are used in align environment for text between two equations, e.g.One is also allowed to skip the line break
\\
.My current solution is to add
to amsmath. Only adding
parms.math_text_macros.append('\\intertext')
does not work because of the spacing.I could add some tests and open a PR. Where should the tests go
test_equation.py
andtest_display.py
, ortest_amsmath.py
andtest_mathtools.py
?The text was updated successfully, but these errors were encountered: