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
  • #555
Closed
Open
Issue created Aug 29, 2013 by Davide P. Cervone@dpvcContributor

U+2111 gets wrong glyph in HTML-CSS and SVG output

The block-letter capital I at U+2111 is appearing as a J rather than an I in HTML-CSS and SVG output with the MathJax font.

It turns out that the font data for the MathJax font is wrong for this (it remaps to the Fraktur font, but has the position wrong).

0x2111: [0x004A,MML.VARIANT.FRAKTUR],

should be

0x2111: [0x0049,MML.VARIANT.FRAKTUR],

in fontdata.js for both HTML-CSS and SVG versions of the TeX fonts.

Assignee
Assign to
Time tracking