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
  • #2893
Closed
Open
Issue created Jul 03, 2022 by hbghlyj@hbghlyj

typo "normnal" in MathML attribute

Line 133 in MathJax-src/ts/core/MmlTree/OperatorDictionary.ts:

  [0x20000, 0x2FA1F, TEXCLASS.ORD, 'mi', 'normnal'], // CJK Unified Ideographs Ext. B (through) CJK Sompatibility Ideographs Supp.

'normnal' should be 'normal'.

Test code

console.log(String.fromCodePoint(0x20000,0x20001,0x20002));

Output: "𠀀𠀁𠀂"

Using these characters in MathJax causes error:

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mi mathvariant="normnal">&#x20000;</mi>
  <mi mathvariant="normnal">&#x20001;</mi>
  <mi mathvariant="normnal">&#x20002;</mi>
</math>
png

After manually correcting the typo, these characters can be displayed. image

Assignee
Assign to
Time tracking