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
Found in tran8745
Minimal use case:
\begin{textequation}\tag{HR}\label{HR1} A \end{textequation} \begin{textequation}\tag{$HR$}\label{HR1} B \end{textequation}
becomes
<disp-formula content-type="text" id="ltxid4"> <p>A</p> <tag parens="yes">HR</tag> </disp-formula> <disp-formula content-type="text" id="ltxid5"> <p>B</p> <tag parens="yes"> <inline-formula content-type="math/tex"> <tex-math>HR</tex-math> </inline-formula> </tag> </disp-formula>
The additional whitespace in the second tag element is unexpected. Downstream we end up with spaces after/before parentheses.
tag
The text was updated successfully, but these errors were encountered:
A solution might be via #231.
Sorry, something went wrong.
No branches or pull requests
Found in tran8745
Minimal use case:
becomes
The additional whitespace in the second
tag
element is unexpected. Downstream we end up with spaces after/before parentheses.The text was updated successfully, but these errors were encountered: