Use \land and \lor for logical operators

This commit is contained in:
Carsten Dominik 2010-04-23 17:22:07 +02:00
parent 11baa7cf77
commit 899302ce86
2 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

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