diff --git a/.travis.yml b/.travis.yml index 76ef9503c..f61ac73e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,6 +60,7 @@ before_script: # packages without it getting stuck on a confirmation prompt. script: - raco test -x -p scribble-math + - scribble --pdf scribblings/scribble-math.scrbl after_success: - raco setup --check-pkg-deps --pkgs scribble-math diff --git a/MathJax/config/default.js b/MathJax/config/default.js index 073092cf3..27c375236 100644 --- a/MathJax/config/default.js +++ b/MathJax/config/default.js @@ -341,7 +341,7 @@ MathJax.Hub.Config({ // restart processing within an element that has been marked as // ignored above. // - processClass: "tex-math" //"tex2jax_process", + processClass: "texMath" //"tex2jax_process", // // Set to "true" to allow \$ to produce a dollar without starting in-line diff --git a/dollar.rkt b/dollar.rkt index 7b1ffe7d3..588ab4bd6 100644 --- a/dollar.rkt +++ b/dollar.rkt @@ -59,28 +59,28 @@ (define (load-script-string src) (string-append - #<'); })(); -eojs +EOJS )) (define (load-style-string src) (string-append - #<'); })(); -eojs +EOJS )) (define load-mathjax-code @@ -95,7 +95,7 @@ eojs (string->bytes/utf-8 (string-append (load-style-string "katex/katex.min.css") (load-script-string "katex/katex.min.js") - #<bytes/utf-8 #<