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
  • #2961
Closed
Open
Issue created Nov 04, 2022 by Administrator@rootContributor

how do i customize the the latex defined by myself, and change it to mathml defined by myself

Created by: jaylenchan

  1. How can I convert my custom latex symbols to custom mathml

Cause: Now the server storage format is as follows: <?xml version="1.0" encoding="utf-8"?> <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <munderover> <mo>⇌</mo> <mi>A</mi> <mi>B</mi> </munderover> </mrow> </math>

but use mathjax convert \overset A{\underset B\leftrightharpoons}will get the result: <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> <mover> <munder> <mo stretchy="false">&#x21CB;</mo> <mi>B</mi> </munder> <mi>A</mi> </mover> </math>

the <munserover>will replaced by <mover> <munder>, I can't replace the store format, how can i do to solve this problem ?

in a word, i want to customize the mathml from input latex

Assignee
Assign to
Time tracking