Browse Source

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.
Bastien Guerry 12 years ago
parent
commit
3a1c270607
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-entities.el

+ 1 - 1
lisp/org-entities.el

@@ -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]" "∨")