feat(emacs): configure latex math symbols bindings
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
6237d9214b
commit
a1ad9923a6
1 changed files with 10 additions and 0 deletions
|
@ -31,5 +31,15 @@
|
|||
|
||||
(add-hook 'LaTeX-mode-hook #'configure-latex)
|
||||
|
||||
(setq cdlatex-math-symbol-alist
|
||||
'((?I ("\\int" "\\Im"))
|
||||
(?0 ("\\varnothing" "\\emptyset"))
|
||||
(?- ("\\not" "\\neg"))
|
||||
(?+ ("\\cup" "\\cap"))
|
||||
(?{ ("\\subset" "\\subseteq"))
|
||||
(?} ("\\supset" "\\supseteq"))
|
||||
(?. ("\\cdot" "\\cdots" "\\ldots"))
|
||||
(?# ("\\mathbb" "\\mathcal"))))
|
||||
|
||||
(provide 'latexconfig)
|
||||
;;; latexconfig.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue