Revert "Preprocess some unicode characters in MathJax (see #7)"

This reverts commit e45cbe5c74.
This commit is contained in:
Georges Dupéron 2017-07-11 01:37:19 +02:00
parent e45cbe5c74
commit 8714493822

View File

@ -287,10 +287,8 @@ EOTEX
(list (tex-addition tex-commands) (list (tex-addition tex-commands)
'exact-chars))) 'exact-chars)))
;; TODO: handle delayed elements here instead of just flattening.
(define ($-mathjax strs) (define ($-mathjax strs)
(elem #:style math-inline-style-mathjax (elem #:style math-inline-style-mathjax strs))
(map katex-convert-unicode (flatten strs))))
(define ($-katex strs) (define ($-katex strs)
(elem #:style math-inline-style-katex (elem #:style math-inline-style-katex