Open u-fischer opened 1 year ago
it would be nevertheless good to understand what is happening there (if the math tagging is missing) but I agree it is probably not worth spending too much effort on it as math tagging has to be enabled eventually.
as I wrote: it is the closing literal. Basically the same problem as with all other whatsits after display math. E.g.
\documentclass{article}
\begin{document}
aaa
\[a=b\]
\begin{center}bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb\end{center}
\showoutput
aaa
\[a=b\] \label{blub}
\begin{center}bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb\end{center}
\end{document}
When the math is tagged there is no problem, as all MC-chunks are closed when handling the math. One could perhaps avoid the problem by delaying the setting of the MC-literal to the begin of the next paragraph but I'm not sure if it is worth the trouble.
ah ok, in that case we should most likely ignore it, ie a combination of "future" and "wontfix" since it will correct itself eventually once tagging is enabled throughout.
If display math is not explicitly tagged then there is too much space before a following block environment from the EMC literal if pdflatex is used:
With math tagging enabled or with lualatex, the spacing is ok, so probably it is not a real issue for now.