Added some characters

This commit is contained in:
Georges Dupéron 2017-07-21 19:01:15 +02:00
parent e2cd9520cb
commit a53f9e9b02
2 changed files with 4 additions and 0 deletions

View File

@ -112,6 +112,9 @@
[ "\\bigwedge{}"]
[ "\\bigvee{}"]
[± "\\pm{}"]
[ "\\stackrel{?}{=}"]
[ "\\stackrel{*}{=}"]
[ "\\stackrel{\\scriptscriptstyle\\mathsf{def}}{=}"]
))
(if (string? str)
(string-replace*

View File

@ -17,5 +17,6 @@
;; TODO:
[ "\\ifmathjax{\\unicode{x2772}}\\iflatex{}"]
[ "\\ifmathjax{\\unicode{x2773}}\\iflatex{}"]
[φ "\\phi"]
))
(katex-convert-unicode str* mathmode? more-sym→*))