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
  • #826
Closed
Open
Issue created May 23, 2014 by Administrator@rootContributor

Scaling doesn't apply to characters in fallback text font

Created by: Herst

Let's say you have something like "\text{Gauß}" in your TeX input and you are rendering it in the HTML-CSS format output using the TeX font, then the "ß" is going to be rendered in a fallback font but the "scaling all math" setting is apparently not respected for that character.

From the DOM I see that the "ß" gets puts into its own span but why is the font-size explicitly reduced there? (e.g. to 40% in the case of a global scale factor of 200% on my test page)

Reproducible with the 2.3 and 2.4 beta in different browsers.

DOM snippet:

<span style="font-family: MathJax_Main;" id="MathJax-Span-6" class="mtext">Gau<span style="font-family: STIXGeneral,'Arial Unicode MS',serif; font-size: 40%; font-style: normal; font-weight: normal;">ß</span></span>
Assignee
Assign to
Time tracking