Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

Changing the math deliminator #29

Open
npezolano opened this issue Mar 17, 2017 · 2 comments
Open

Changing the math deliminator #29

npezolano opened this issue Mar 17, 2017 · 2 comments

Comments

@npezolano
Copy link

Is it possible to change the math deliminator? ex: from $$ to a single $?

@npezolano npezolano changed the title Changing math deliminator Changing the math deliminator Mar 17, 2017
@cgldevel
Copy link

I am also looking for this solution; specifically -- from $$ to a single $. I assume this configuration needs to take place in the pluginsConfig / book.json file but could use some additional advice if anyone else has encountered and/or worked through this issue.

The code I'm currently playing with / testing looks like:

{ "plugins": ["mathjax"], "pluginsConfig": { "mathjax": { "extensions": ["tex2jax.js"], "tex2jax": { "inlineMath": [["$", "$"],["\\(", "\\)"]], "processEscapes": true } } } }

@CHN-beta
Copy link

To enable $...$, you could use:

    "plugins": [
        "mathjax@git+https://github.com/Dronecode/plugin-mathjax.git#update_cdn"
    ],

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants