Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More mathjax configuation in admin panel #16

Open
vanabel opened this issue Jan 24, 2015 · 1 comment
Open

More mathjax configuation in admin panel #16

vanabel opened this issue Jan 24, 2015 · 1 comment

Comments

@vanabel
Copy link

vanabel commented Jan 24, 2015

FIrstly, I want to point out that in the newest version, It seems that the inlinemath and displaymath configuration should be

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

the \\\\ shoud be replaced with \\.

Secondly, It is inconvenient to configure the macros in

Macros: {

}

How move the configuration in admin panel, just like the cdn?

@kasperpeulen
Copy link
Owner

The first part of your issue is fixed here: f24a06b

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

No branches or pull requests

2 participants