fix(emacs): update latex math symbols
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
af84b038cf
commit
a6944f3a8a
1 changed files with 12 additions and 11 deletions
|
@ -57,14 +57,15 @@
|
||||||
'((?I ("\\int" "\\Im"))
|
'((?I ("\\int" "\\Im"))
|
||||||
(?L ("\\Lambda" "\\lim"))
|
(?L ("\\Lambda" "\\lim"))
|
||||||
(?S ("\\Sigma" "\\sum"))
|
(?S ("\\Sigma" "\\sum"))
|
||||||
|
(?m ("\\mu" "\\mod"))
|
||||||
(?0 ("\\varnothing" "\\emptyset"))
|
(?0 ("\\varnothing" "\\emptyset"))
|
||||||
(?- ("\\not" "\\neg"))
|
(?- ("\\not" "\\neg"))
|
||||||
(?+ ("\\cup" "\\cap"))
|
(?+ ("\\cup" "\\cap"))
|
||||||
(?/ ("\\frac"))
|
|
||||||
(?{ ("\\subset" "\\subseteq"))
|
(?{ ("\\subset" "\\subseteq"))
|
||||||
(?} ("\\supset" "\\supseteq"))
|
(?} ("\\supset" "\\supseteq"))
|
||||||
(?. ("\\cdot" "\\cdots" "\\ldots"))
|
(?. ("\\cdot" "\\cdots" "\\ldots"))
|
||||||
(?# ("\\mathbb" "\\mathcal"))))
|
(?# ("\\mathbb" "\\mathcal"))
|
||||||
|
(?= ("\\Leftrightarrow" "\\Longleftrightarrow" "\\cong"))))
|
||||||
|
|
||||||
(setq cdlatex-math-modify-alist
|
(setq cdlatex-math-modify-alist
|
||||||
'((?b "\\mathbb" "\\textbf" t nil nil)
|
'((?b "\\mathbb" "\\textbf" t nil nil)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue