Skip to content

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

@MahdiRe

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>

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