fix(emacs): use equiv
instead of cong
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
36f18dcc65
commit
71be4bff9c
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@
|
||||||
(?. ("\\cdots" "\\ldots"))
|
(?. ("\\cdots" "\\ldots"))
|
||||||
(?* ("\\cdot" "\\times"))
|
(?* ("\\cdot" "\\times"))
|
||||||
(?# ("\\mathbb" "\\mathcal"))
|
(?# ("\\mathbb" "\\mathcal"))
|
||||||
(?= ("\\Leftrightarrow" "\\Longleftrightarrow" "\\cong"))))
|
(?= ("\\Leftrightarrow" "\\Longleftrightarrow" "\\equiv"))))
|
||||||
|
|
||||||
(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