summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-01-07 00:25:58 +0100
committerBastien Guerry <bzg@altern.org>2013-01-07 00:25:58 +0100
commit3a1c27060792fc095435efcaf270a6207d5d8d27 (patch)
treea807a5882784f926891f36372b52fab12742b21c
parent5484a33b8d1382958095922bc9bc2bd6f1d9ffc6 (diff)
downloadorg-mode-3a1c27060792fc095435efcaf270a6207d5d8d27.tar.gz
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.
-rw-r--r--lisp/org-entities.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-entities.el b/lisp/org-entities.el
index 01839f8..221738c 100644
--- a/lisp/org-entities.el
+++ b/lisp/org-entities.el
@@ -318,7 +318,7 @@ loaded, add these packages to `org-export-latex-packages-alist'."
("prop" "\\propto" t "&prop;" "[proportional to]" "[proportional to]" "∝")
("proptp" "\\propto" t "&prop;" "[proportional to]" "[proportional to]" "∝")
("not" "\\textlnot{}" nil "&not;" "[angled dash]" "¬" "¬")
- ("neg" "\\neg{}" nil "&not;" "[angled dash]" "¬" "¬")
+ ("neg" "\\neg{}" t "&not;" "[angled dash]" "¬" "¬")
("land" "\\land" t "&and;" "[logical and]" "[logical and]" "∧")
("wedge" "\\wedge" t "&and;" "[logical and]" "[logical and]" "∧")
("lor" "\\lor" t "&or;" "[logical or]" "[logical or]" "∨")