浏览代码

Merge branch 'master' of git://repo.or.cz/org-mode

Dan Davison 15 年之前
父节点
当前提交
801a8ef0fc
共有 2 个文件被更改,包括 5 次插入2 次删除
  1. 3 0
      lisp/ChangeLog
  2. 2 2
      lisp/org-entities.el

+ 3 - 0
lisp/ChangeLog

@@ -1,5 +1,8 @@
 2010-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
 
+	* org-entities.el (org-entities): Use \land and \lor for logical
+	operators.
+
 	* org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
 	indentation commands.
 	(org-hidden-tree-error): New defsubst.

+ 2 - 2
lisp/org-entities.el

@@ -293,9 +293,9 @@ loaded, add these packages to `org-export-latex-packages-alist'."
     ("infty" "\\infty" t "&infin;" "[infinity]" "[infinity]" "∞")
     ("ang" "\\angle" t "&ang;" "[angle]" "[angle]" "∠")
     ("angle" "\\angle" t "&ang;" "[angle]" "[angle]" "∠")
-    ("and" "\\wedge" t "&and;" "[logical and]" "[logical and]" "∧")
+    ("land" "\\land" t "&and;" "[logical and]" "[logical and]" "∧")
     ("wedge" "\\wedge" t "&and;" "[logical and]" "[logical and]" "∧")
-    ("or" "\\vee" t "&or;" "[logical or]" "[logical or]" "∨")
+    ("lor" "\\lor" t "&or;" "[logical or]" "[logical or]" "∨")
     ("vee" "\\vee" t "&or;" "[logical or]" "[logical or]" "∨")
     ("cap" "\\cap" t "&cap;" "[intersection]" "[intersection]" "∩")
     ("cup" "\\cup" t "&cup;" "[union]" "[union]" "∪")