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
  • #592
Closed
Open
Issue created Sep 30, 2013 by Administrator@rootContributor

greek characters in 'mi' with mathvariant="normal" are italicized when using the svg renderer

Created by: svacha

Testing the following MathML content on the MathJax demo page (http://www.mathjax.org/demos/ ):

<math xmlns="http://www.w3.org/1998/Math/MathML">
<mi>θ</mi>
<mi mathvariant="normal">θ</mi>
<mi mathvariant="italic">θ</mi>
<mtext>θ</mtext>
<mi mathvariant="sans-serif">θ</mi>
<mi mathvariant="sans-serif-italic">θ</mi>
</math>

Choosing the SVG math renderer, there is no difference between the display of the first four thetas (all as italics), but I would expect the second and fourth to be not italics. The HTML-CSS renderer does show the second and fourth as not italics.

Does the SVG renderer not have the glyphs for the non-italicized greek characters?

Tested on Chrome Version 29.0.1547.76.

Assignee
Assign to
Time tracking