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

When converting mathml <menclose> tag to latex, an addition opening parenthesis getting added #3

Open
MahdiRe opened this issue May 6, 2024 · 0 comments

Comments

@MahdiRe
Copy link

MahdiRe commented May 6, 2024

I tried converting the below MathML code,
AB=2

The Latex output was as below (with an additional ')' added inside the overline),
\overline{)AB}=2

This is due to an additional parenthesis defined inside the glayout.xsl as below (line 166),
xsl:text\overline{)</xsl:text>

Solution is to remove the paranthesis as below,
xsl:text\overline{</xsl:text>

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