We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When $$...$$ are used for display math, paratagging is not disabled (differently to e.g. equation) and structures jump out of the Formula:
$$...$$
\DocumentMetadata{testphase={phase-III,math},pdfversion=2.0} %\input{regression-test} \documentclass{book} \begin{document} \begin{equation} x=1\quad \parbox{3cm}{text 1} \end{equation} $$ y=1\quad \parbox{3cm}{text 2} $$ \end{document}
The text was updated successfully, but these errors were encountered:
move tagpdfparaOff (latex3/tagging-project#765)
c749060
testfiles for latex3/tagging-project#765
7dc2c16
tagging Issue 764, 765 (#1553)
110cc0a
* handle fakemath better with structelem latex3/tagging-project#764 * switch to tagging socket WIP * update tagpdf to 0.99i * move tagpdfparaOff (latex3/tagging-project#765) * issue 765, WIPgit add -p mtag-007 is wrong * remove unneeded tagpdfparaOn * testfiles for latex3/tagging-project#765 * different error * from review
No branches or pull requests
When
$$...$$
are used for display math, paratagging is not disabled (differently to e.g. equation) and structures jump out of the Formula:The text was updated successfully, but these errors were encountered: