소스 검색

org-entities.el (org-entities): Add the "neg" entity

* org-entities.el (org-entities): Add the "neg" entity.

Thanks to Florian beck for triggering this issue.
Bastien Guerry 12 년 전
부모
커밋
b75b46620b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lisp/org-entities.el

+ 1 - 0
lisp/org-entities.el

@@ -318,6 +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]" "¬" "¬")
     ("land" "\\land" t "∧" "[logical and]" "[logical and]" "∧")
     ("wedge" "\\wedge" t "∧" "[logical and]" "[logical and]" "∧")
     ("lor" "\\lor" t "∨" "[logical or]" "[logical or]" "∨")