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 @ 1cc635d3
...@@ -29,4 +29,11 @@ There aren't many, but `here's one discussion <https://groups.google.com/forum/# ...@@ -29,4 +29,11 @@ There aren't many, but `here's one discussion <https://groups.google.com/forum/#
Examples: Examples:
* ``\sqrt\frac{3}{4}`` doesn't work. Enclosing the argument in curly braces works ``\sqrt{\frac{3}{4}}`` * ``\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 or MathJax -- ``\hat{\mathbf u}`` works in amsart and MathJax * ``\hat \mathbf u`` works in article, not in amsart (or MathJax) -- ``\hat{\mathbf u}`` works in amsart and MathJax.
How do I show MathJax menu on double-click?
-----------------------------------------------------
Here's a `thread discussing it <http://groups.google.com/group/mathjax-users/browse_thread/thread/cd9806f1fd33310e/e4a9dfc673e48264>`_ and `here's code <https://github.com/ppurka/sagenb/blob/235e4869a8cccebf527306320a3a72ff98f46cab/sagenb/data/sage/js/DoubleClickEvent.js>`_ that might help you get started.
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