fix(emacs): add new math symbol latex keybinds
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
301f1f2398
commit
d38c2222c1
1 changed files with 8 additions and 0 deletions
|
@ -37,13 +37,21 @@
|
|||
|
||||
(setq cdlatex-math-symbol-alist
|
||||
'((?I ("\\int" "\\Im"))
|
||||
(?L ("\\Lambda" "\\lim"))
|
||||
(?0 ("\\varnothing" "\\emptyset"))
|
||||
(?- ("\\not" "\\neg"))
|
||||
(?+ ("\\cup" "\\cap"))
|
||||
(?/ ("\\frac"))
|
||||
(?{ ("\\subset" "\\subseteq"))
|
||||
(?} ("\\supset" "\\supseteq"))
|
||||
(?. ("\\cdot" "\\cdots" "\\ldots"))
|
||||
(?# ("\\mathbb" "\\mathcal"))))
|
||||
|
||||
(setq cdlatex-math-modify-alist
|
||||
'((?b "\\mathbb" "\\textbf" t nil nil)
|
||||
(?B "\\mathbf" "\\textbf" t nil nil)
|
||||
(?c "\\mathcal" nil t nil nil)
|
||||
(?t "\\text" nil t nil nil)))
|
||||
|
||||
(provide 'latexconfig)
|
||||
;;; latexconfig.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue