diff --git a/katex-convert-unicode.rkt b/katex-convert-unicode.rkt index 71c9dd123..d65e9e246 100644 --- a/katex-convert-unicode.rkt +++ b/katex-convert-unicode.rkt @@ -100,5 +100,6 @@ [⋯ "\\cdots"] [⋰ "\\uddots"] ;; or \iddots from package mathdots, see http://tex.stackexchange.com/a/17650 [⋱ "\\ddots"] - [∌ "\\notni"])) + [∌ "\\notni"] + [ℰ "\\mathcal{E}"])) str)) \ No newline at end of file