Skip to content

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

Description

@MahdiRe

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions