From 6b0ce952f9db8474d75918e7ffc2b7d61abcb9bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Mon, 8 Aug 2016 00:43:42 +0200 Subject: [PATCH] Included AMS extensions in default config for Racket. --- config/default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.js b/config/default.js index b7aeae014..41b97ee82 100644 --- a/config/default.js +++ b/config/default.js @@ -101,7 +101,7 @@ MathJax.Hub.Config({ // jax array above, and "asciimath2jax.js" if you using "input/AsciiMath". // Include "jsmath2jax.js" if you are converting from using jsMath to MathJax. // - extensions: ["tex2jax.js"], + extensions: ["tex2jax.js","TeX/AMSmath.js","TeX/AMSsymbols.js"], // // Patterns to remove from before and after math script tags. If you are not