From f5752a1dfd75f01d6c02c2e3631db1edbeaa9670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Wed, 10 Aug 2016 23:45:21 +0200 Subject: [PATCH] Changed MathJax configuration so that it works with scribble-math. --- MathJax/config/default.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MathJax/config/default.js b/MathJax/config/default.js index 41b97ee82..073092cf3 100644 --- a/MathJax/config/default.js +++ b/MathJax/config/default.js @@ -281,7 +281,7 @@ MathJax.Hub.Config({ // be able to handle that. // inlineMath: [ -// ['$','$'], // uncomment this for standard TeX math delimiters + ['$','$'], // uncomment this for standard TeX math delimiters ['\\(','\\)'] ], @@ -328,7 +328,7 @@ MathJax.Hub.Config({ // in the class name. Assigning an element this class name will // prevent `tex2jax` from processing its contents. // - ignoreClass: "tex2jax_ignore", + ignoreClass: ".*", //"tex2jax_ignore", // // This is the class name used to mark elements whose contents SHOULD @@ -341,7 +341,7 @@ MathJax.Hub.Config({ // restart processing within an element that has been marked as // ignored above. // - processClass: "tex2jax_process", + processClass: "tex-math" //"tex2jax_process", // // Set to "true" to allow \$ to produce a dollar without starting in-line