Added some characters
This commit is contained in:
parent
e2cd9520cb
commit
a53f9e9b02
|
@ -112,6 +112,9 @@
|
||||||
[⋀ "\\bigwedge{}"]
|
[⋀ "\\bigwedge{}"]
|
||||||
[⋁ "\\bigvee{}"]
|
[⋁ "\\bigvee{}"]
|
||||||
[± "\\pm{}"]
|
[± "\\pm{}"]
|
||||||
|
[≟ "\\stackrel{?}{=}"]
|
||||||
|
[≛ "\\stackrel{*}{=}"]
|
||||||
|
[≝ "\\stackrel{\\scriptscriptstyle\\mathsf{def}}{=}"]
|
||||||
))
|
))
|
||||||
(if (string? str)
|
(if (string? str)
|
||||||
(string-replace*
|
(string-replace*
|
||||||
|
|
|
@ -17,5 +17,6 @@
|
||||||
;; TODO:
|
;; TODO:
|
||||||
[❲ "\\ifmathjax{\\unicode{x2772}}\\iflatex{❲}"]
|
[❲ "\\ifmathjax{\\unicode{x2772}}\\iflatex{❲}"]
|
||||||
[❳ "\\ifmathjax{\\unicode{x2773}}\\iflatex{❳}"]
|
[❳ "\\ifmathjax{\\unicode{x2773}}\\iflatex{❳}"]
|
||||||
|
[φ "\\phi"]
|
||||||
))
|
))
|
||||||
(katex-convert-unicode str* mathmode? more-sym→*))
|
(katex-convert-unicode str* mathmode? more-sym→*))
|
Loading…
Reference in New Issue
Block a user