Closed
Description
When mathtools is loaded, the vertical spacing of \intertext
is wrong.
\DocumentMetadata
{
lang=en-US,
pdfversion=2.0,
pdfstandard=ua-2,
tagging=on, % toggle this
}
\documentclass{article}
\usepackage{mathtools} % toggle this
\usepackage{unicode-math}
\begin{document}
\begin{align}
A&=B
\intertext{normal intertext}
E&= F
\end{align}
\end{document}
PDF with mathtools and tagging
PDF with tagging and no mathtools
(almost the same as mathtools with no tagging; that difference is acceptable/expected)
The spacing of \shortintertext
seems okay.