fix(emacs): add more |
symbols for latex
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
004ada3b58
commit
5fda10d68b
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue