How to set mathjax delimiter

Tim's Avatar

Tim

30 Sep, 2015 03:10 PM

Hi!

The default limiter for mathjax is for example \\( for inline math. How can I change it to use $? The following always returns "Error parsing additional MathJax configuration"

MathJax.Hub.Config({
  tex2jax: {
    inlineMath: [['$','$'], ['\\(','\\)']],
    processEscapes: true
  }
});

  1. Support Staff 1 Posted by Brett on 30 Sep, 2015 03:27 PM

    Brett's Avatar

    The current version is a little buggy in handling this. The desired
    input is just the settings part:

    {
    tex2jax: {
    inlineMath: [['$','$'], ['\\(','\\)']],
    processEscapes: true
    }
    }

    But it's having a bit of trouble processing. This is vastly improved in
    the next update, which has been submitted to the App Store for review
    and will come out for direct customers at the same time.

    -Brett

  2. 2 Posted by Tim on 30 Sep, 2015 03:32 PM

    Tim's Avatar

    Dear Brett,

    thanks for the quick answer. If I copy this into the "Additional Mathjax Option" I still get the error "Error parsing additional MathJax configuration".

    Will this be fixed in the next version (I use Version 2.4.11 (895))

  3. Support Staff 3 Posted by Brett on 30 Sep, 2015 03:33 PM

    Brett's Avatar

    Yes, 2.5 parses it much better.

Reply to this discussion

Internal reply

Formatting help / Preview (switch to plain text) No formatting (switch to Markdown)

Attaching KB article:

»

Attached Files

You can attach files up to 10MB

If you don't have an account yet, we need to confirm you're human and not a machine trying to post spam.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac