cdlatex
cdlatex copied to clipboard
what is the shortcut for inserting \vec
Hi
\vec is included in the code, but I don't see any keybinding to it. what do I miss
Uwe Brauer
I use
(setq cdlatex-math-modify-alist
'(
(118 "\\vec" nil t nil nil) ;; LC v for \vec{} in math mode - orig: \check(!)
))
in my emacs config to create "\vec{}" with 'v, replacing the default \check.