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
  • #2945
Closed
Open
Issue created Oct 03, 2022 by Administrator@rootContributor

\xrightarrow does not render properly

Created by: DerivedSkill

Issue Summary

I've tried this link to view a latex equation. Which does not rendered properly, it renders like this but it should render like this. Here mathJax 2.7.1 can render the latex perfectly.

I've also tried using MathJax version 3 by using below cdn, same things also happen there.

<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>

The latex was: A{\buildrel{4F}\over{ \xrightarrow[\ \ \ \ \ \ \ \ \ \ \ \ ]{}}}B

Steps to Reproduce:

  1. Use above mentioned CDN.
  2. Render above mentioned latex.

Technical details:

  • MathJax Version: 3, 2.7.1
  • Client OS: Windows 10
  • Browser: Firefox, Chrome, Microsoft Edge

MathJax Configuration:

MathJax = { chtml: { mtextInheritFont: true, } };

<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Assignee
Assign to
Time tracking