Included AMS extensions in default config for Racket.

This commit is contained in:
Georges Dupéron 2016-08-08 00:43:42 +02:00
parent 6e42bb8f2d
commit 6b0ce952f9

View File

@ -101,7 +101,7 @@ MathJax.Hub.Config({
// jax array above, and "asciimath2jax.js" if you using "input/AsciiMath". // jax array above, and "asciimath2jax.js" if you using "input/AsciiMath".
// Include "jsmath2jax.js" if you are converting from using jsMath to MathJax. // 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 // Patterns to remove from before and after math script tags. If you are not