1
0
Fork 0

fix(emacs): add more | symbols for latex

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-10-17 15:54:16 -04:00
parent 004ada3b58
commit 5fda10d68b
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -146,7 +146,8 @@
(?. ("\\cdots" "\\ldots")) (?. ("\\cdots" "\\ldots"))
(?* ("\\cdot" "\\times")) (?* ("\\cdot" "\\times"))
(?# ("\\mathbb" "\\mathcal")) (?# ("\\mathbb" "\\mathcal"))
(?= ("\\Leftrightarrow" "\\Longleftrightarrow" "\\equiv")))) (?= ("\\Leftrightarrow" "\\Longleftrightarrow" "\\equiv"))
(?| ("\\mapsto" "\\longmapsto" "\\mid"))))
(setq cdlatex-math-modify-alist (setq cdlatex-math-modify-alist
'((?b "\\mathbb" "\\textbf" t nil nil) '((?b "\\mathbb" "\\textbf" t nil nil)