Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what is the shortcut for inserting \vec #69

Open
ouboub opened this issue Jan 9, 2024 · 1 comment
Open

what is the shortcut for inserting \vec #69

ouboub opened this issue Jan 9, 2024 · 1 comment

Comments

@ouboub
Copy link

ouboub commented Jan 9, 2024

Hi

\vec is included in the code, but I don't see any keybinding to it.
what do I miss

Uwe Brauer

@MarcvdSluys
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants