Skip to content
New issue

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

text structures jump out of inline math #711

Open
u-fischer opened this issue Sep 18, 2024 · 0 comments
Open

text structures jump out of inline math #711

u-fischer opened this issue Sep 18, 2024 · 0 comments

Comments

@u-fischer
Copy link
Member

Unlike display math, inline math doesn't disable para tagging and so some structures jump out of the math:

\DocumentMetadata{testphase={phase-III,math,table}}

\documentclass{article}
\begin{document}

$%\tagpdfparaOff
  a = 
  \mbox{\LaTeX \begin{tabular}{l}a\end{tabular}} 
  \begin{tabular}{l}b\end{tabular} 
  \parbox{3cm}{some text}
$ 

\end{document}

image

with para tagging disabled it looks ok (if one ignores the open question how AT handles substructure of Formula)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant