org-entities.el (org-entities): "neg" should be used in LaTeX math mode

* org-entities.el (org-entities): "neg" should be used in LaTeX
math mode.

Thanks to Florian Beck for spotting this.
This commit is contained in:
Bastien Guerry 2013-01-07 00:25:58 +01:00
parent 5484a33b8d
commit 3a1c270607
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ loaded, add these packages to `org-export-latex-packages-alist'."
("prop" "\\propto" t "∝" "[proportional to]" "[proportional to]" "")
("proptp" "\\propto" t "∝" "[proportional to]" "[proportional to]" "")
("not" "\\textlnot{}" nil "¬" "[angled dash]" "¬" "¬")
("neg" "\\neg{}" nil "¬" "[angled dash]" "¬" "¬")
("neg" "\\neg{}" t "¬" "[angled dash]" "¬" "¬")
("land" "\\land" t "∧" "[logical and]" "[logical and]" "")
("wedge" "\\wedge" t "∧" "[logical and]" "[logical and]" "")
("lor" "\\lor" t "∨" "[logical or]" "[logical or]" "")