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"))
|
||||
(?L ("\\Lambda" "\\lim"))
|
||||
(?S ("\\Sigma" "\\sum"))
|
||||
(?m ("\\mu" "\\mod"))
|
||||
(?0 ("\\varnothing" "\\emptyset"))
|
||||
(?- ("\\not" "\\neg"))
|
||||
(?+ ("\\cup" "\\cap"))
|
||||
(?/ ("\\frac"))
|
||||
(?{ ("\\subset" "\\subseteq"))
|
||||
(?} ("\\supset" "\\supseteq"))
|
||||
(?. ("\\cdot" "\\cdots" "\\ldots"))
|
||||
(?# ("\\mathbb" "\\mathcal"))))
|
||||
(?# ("\\mathbb" "\\mathcal"))
|
||||
(?= ("\\Leftrightarrow" "\\Longleftrightarrow" "\\cong"))))
|
||||
|
||||
(setq cdlatex-math-modify-alist
|
||||
'((?b "\\mathbb" "\\textbf" t nil nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue