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
  • #1652
Closed
Open
Issue created Oct 31, 2016 by Administrator@rootContributor

Need "visible times" symbol in Content MathML

Created by: metelkin

Thank you for your work! We are using MathJax with extensions like "content-mathml.js" in our project to translate from content MathML to html. The <times/> tag is translated always to "invisible times" symbol which looks not always OK for complicated equations. We have found the solution but it requires JS code modification. Is it possible to allow users to choose the symbol for times in MJ options? The better solution would be use the same approach as for gamma symbol in config function example or similar.

MathJax.Hub.Config({ "content-mathml": { collapsePlusMinus: true, cistyles: { vector: 'bold-italic', matrix: 'bold-upright' }, symbols: { gamma: '\u03B3' } } });

Assignee
Assign to
Time tracking