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
  • #2135
Closed
Open
Issue created Apr 03, 2019 by Administrator@rootContributor

Inconsistent Sizing on \overleftarrow

Created by: matoushs

\overleftarrow appears smaller than \overrightarrow

Issue Summary

The over left arrow is considerably smaller than the over right arrow with HTML-CSS renderer. This TeX code: $\overrightarrow{R} \overleftarrow{R} \leftarrow \rightarrow$, renders as:

image

The MML code shows stretchy=false on the left arrow:

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mover>
    <mi>R</mi>
    <mo>&#x2192;<!-- → --></mo>
  </mover>
  <mover>
    <mi>R</mi>
    <mo>&#x2190;<!-- ← --></mo>
  </mover>
  <mo stretchy="false">&#x2190;<!-- ← -->&#x2192;<!-- → --></mo>
</math>

After reading #1470 (closed) I added the STIX font to my configuration file:

"HTML-CSS": { preferredFont: "STIX" }

The font is STIX, but the arrows are still different.

mathjax-ss

Technical details:

  • MathJax Version: 2.3 (latest commit: f3aaf3a2)
  • Client OS: Mac OS X 10.14.3
  • Browser: Firefox Developer - Aurora
Assignee
Assign to
Time tracking