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
  • Wiki
  • LFAQ less frequently asked questions

LFAQ less frequently asked questions · Changes

Page history
Updated LFAQ less frequently asked questions (rest) authored May 01, 2012 by pkra's avatar pkra
Hide whitespace changes
Inline Side-by-side
LFAQ----less-frequently-asked-questions.rest
View page @ 40ca75ec
......@@ -21,3 +21,12 @@ You might want to read `this thread <http://groups.google.com/group/mathjax-user
<script>window.MathJax || document.write('<script type="text/x-mathjax-config">MathJax.Hub.Config({"HTML-CSS":{imageFont:null }});<\/script>
<script src="<<PATH_TO_YOUR_LOCAL_MATHJAX>>MathJax.js?config=TeX-AMS_HTML-full"><\/ script>')</script>
Are there any fundamental differences between MathJax TeX input and TeX/LaTeX?
------------------------------------------------------------------------------
There aren't many, but `here's one discussion <https://groups.google.com/forum/#!msg/mathjax-users/aCj-qkCp3hY/nxd56AUC7coJ>`_ .
Examples:
* `\sqrt\frac{3}{4}` doesn't work. Enclosing the argument in curly braces works `\sqrt{\frac{3}{4}}`
* `\hat \mathbf u` works in article-class, not in amsart and gives an error in MathJax -- `\hat{\mathbf u}` works in amsart and MathJax
Clone repository

MathJax Wiki

  • Contributing
  • Development
    • Development Process
      • Release Process Checklist
      • Hotfix Release Process
      • Documentation Update Process
      • Source Control Policies
    • Design Documents
      • MathJax Roadmap
      • CDN Hosting
        • Directory Structure
        • CDN .htaccess settings
        • Managing Amazon Cloudfront distribution
        • Initial CDN investigation
      • Performance Discussion
      • Profiling and Diagnostics Tools
      • Configuration Options
      • Documentation generation guide
      • Testing