Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M MathJax
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 304
    • Issues 304
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MathJax
  • MathJax
  • Issues
  • #2768
Closed
Open
Issue created Sep 13, 2021 by Administrator@rootContributor

Issues with a few stretchy accents

Created by: 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

Assignee
Assign to
Time tracking