Skip to content

Issues with a few stretchy accents #2768

Open
@jmitsdarfer

Description

@jmitsdarfer

Issue Summary

Most stretchy accents are appearing as we'd expect in MathJax [reverse vector (x20d6), tilde (x303), underbar (x332), vector (x20d7), and circumflex (x302)], but we're having trouble with three of them: double bar overhead (x33f), double headed arrow accent (x20e1), and vinculum (x305).

Here's how they're looking for us in MathJax currently:

image

Here's the tagging that was used:

<mover> <mrow> <mi>x</mi> <mi>y</mi> <mi>z</mi> </mrow> <mrow> <mo accent="true" stretchy="true">&#x33F;</mo> </mrow> </mover> <mspace width=".25em" /> <mover> <mrow> <mi>x</mi> <mi>y</mi> <mi>z</mi> </mrow> <mrow> <mo accent="true" stretchy="true">&#x20E1;</mo> </mrow> </mover> <mspace width=".25em" /> <mover> <mrow> <mi>x</mi> <mi>y</mi> <mi>z</mi> </mrow> <mrow> <mo accent="true" stretchy="true">&#x20D6;</mo> </mrow> </mover> <mspace width=".25em" /> <mover> <mrow> <mi>x</mi> <mi>y</mi> <mi>z</mi> </mrow> <mrow> <mo accent="true" stretchy="true">&#x303;</mo> </mrow> </mover> <mspace width=".25em" /> <munder> <mrow> <mi>x</mi> <mi>y</mi> <mi>z</mi> </mrow> <mrow> <mo accent="true" stretchy="true">&#x332;</mo> </mrow> </munder> <mspace width=".25em" /> <mover> <mrow> <mi>x</mi> <mi>y</mi> <mi>z</mi> </mrow> <mrow> <mo accent="true" stretchy="true">&#x20D7;</mo> </mrow> </mover> <mspace width=".25em" /> <mover> <mrow> <mi>x</mi> <mi>y</mi> <mi>z</mi> </mrow> <mrow> <mo accent="true" stretchy="true">&#x305;</mo> </mrow> </mover> <mspace width=".25em" /> <mover> <mrow> <mi>x</mi> <mi>y</mi> <mi>z</mi> </mrow> <mrow> <mo accent="true" stretchy="true">&#x302;</mo> </mrow> </mover>

Is this a bug? Is the only way to solve these by using different characters for the accents, i.e.,

image

<mover> <mrow> <mi>x</mi> <mi>y</mi> <mi>z</mi> </mrow> <mrow> <mo stretchy="true">=</mo> </mrow> </mover>

image

<mover> <mrow> <mi>x</mi> <mi>y</mi> <mi>z</mi> </mrow> <mrow> <mo stretchy="true">&#x2194;</mo> </mrow> </mover>

image

<mover> <mrow> <mi>x</mi> <mi>y</mi> <mi>z</mi> </mrow> <mrow> <mo stretchy="true">&#xAF;</mo> </mrow> </mover>

Technical details:

MathJax Version: master - latest commit: MathJax.js v2.7.9
Client OS: Windows
Browser: Version 93.0.4577.63 (Official Build) (64-bit)
Renderer: HTML-CSS

Metadata

Metadata

Assignees

No one assigned

    Labels

    AcceptedIssue has been reproduced by MathJax teamv2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions