From 3a1c27060792fc095435efcaf270a6207d5d8d27 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 7 Jan 2013 00:25:58 +0100 Subject: [PATCH] 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. --- lisp/org-entities.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-entities.el b/lisp/org-entities.el index 01839f8b1..221738cfc 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 "∝" "[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]" "∨")