1
0
Fork 0

fix(emacs): use equiv instead of cong

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-02-29 12:05:24 -05:00
parent 36f18dcc65
commit 71be4bff9c
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -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)