org-entities: Change \minus to -

* lisp/org-entities.el: The LaTeX command \minus doesn't exist, but a
hyphen in math mode produces a minus symbol.
This commit is contained in:
TEC 2022-01-22 20:41:55 +08:00
parent d2a459d259
commit 15d25644cc
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
("trade" "\\texttrademark{}" nil "™" "TM" "TM" "")
"** Science et al."
("minus" "\\minus" t "−" "-" "-" "")
("minus" "-" t "−" "-" "-" "")
("pm" "\\textpm{}" nil "±" "+-" "±" "±")
("plusmn" "\\textpm{}" nil "±" "+-" "±" "±")
("times" "\\texttimes{}" nil "×" "*" "×" "×")