mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-07 15:22:06 +00:00
org-entities: Add support for hbar.
* lisp/org-entities.el (org-entities): Add support for hbar. Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
This commit is contained in:
parent
e84299ea6c
commit
cb630137d5
@ -366,6 +366,7 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
|
||||
("rfloor" "\\rfloor" t "⌋" "[right floor]" "[right floor]" "⌋")
|
||||
("lang" "\\langle" t "⟨" "<" "<" "⟨")
|
||||
("rang" "\\rangle" t "⟩" ">" ">" "⟩")
|
||||
("hbar" "\\hbar" t "ℏ" "hbar" "hbar" "ℏ")
|
||||
|
||||
"** Arrows"
|
||||
("larr" "\\leftarrow" t "←" "<-" "<-" "←")
|
||||
|
Loading…
Reference in New Issue
Block a user