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