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
  • #2317
Closed
Open
Issue created Feb 06, 2020 by Administrator@rootContributor

[svg] Munderover not rendered correctly

Created by: RainHallikas

Using MathJax 3 MML-SVG and munderover gets rendered incorrectly. MathJax 2.7.6 does not have the same issue. It's because the mstyle has mathsize of 140%. Result link: https://i.ibb.co/hDp5d9P/Capture.png and source MathML:

<math xmlns="http://www.w3.org/1998/Math/MathML" id="mml_m11" overflow="scroll"><mrow> <mi>T</mi> <mi>E</mi> <msub> <mi>R</mi> <mrow> <mi>H</mi> <mi>F</mi> </mrow> </msub> <mo>=</mo> <munderover> <mstyle mathsize="140%" displaystyle="true" stretchy="false"> <mo>∑</mo> </mstyle> <mrow> <mi>n</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>N</mi> </munderover> <mi>E</mi> <msub> <mi>R</mi> <mrow> <mi>A</mi> <mi>L</mi> <mo>,</mo> <mi>H</mi> <mi>F</mi> <mo>,</mo> <mi>n</mi> </mrow> </msub> <mo>+</mo> <munderover> <mstyle mathsize="140%" displaystyle="true" stretchy="false"> <mo>∑</mo> </mstyle> <mrow> <mi>m</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>M</mi> </munderover> <mi>E</mi> <msub> <mi>R</mi> <mrow> <mi>E</mi> <mi>L</mi> <mi>V</mi> <mo>,</mo> <mi>H</mi> <mi>F</mi> <mo>,</mo> <mi>m</mi> </mrow> </msub></mrow></math>

Assignee
Assign to
Time tracking