|
@@ -338,6 +338,8 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
|
|
("vee" "\\vee" t "∨" "[logical or]" "[logical or]" "∨")
|
|
("vee" "\\vee" t "∨" "[logical or]" "[logical or]" "∨")
|
|
("cap" "\\cap" t "∩" "[intersection]" "[intersection]" "∩")
|
|
("cap" "\\cap" t "∩" "[intersection]" "[intersection]" "∩")
|
|
("cup" "\\cup" t "∪" "[union]" "[union]" "∪")
|
|
("cup" "\\cup" t "∪" "[union]" "[union]" "∪")
|
|
|
|
+ ("smile" "\\smile" t "⌣" "[cup product]" "[cup product]" "⌣")
|
|
|
|
+ ("frown" "\\frown" t "⌢" "[Cap product]" "[cap product]" "⌢")
|
|
("int" "\\int" t "∫" "[integral]" "[integral]" "∫")
|
|
("int" "\\int" t "∫" "[integral]" "[integral]" "∫")
|
|
("therefore" "\\therefore" t "∴" "[therefore]" "[therefore]" "∴")
|
|
("therefore" "\\therefore" t "∴" "[therefore]" "[therefore]" "∴")
|
|
("there4" "\\therefore" t "∴" "[therefore]" "[therefore]" "∴")
|
|
("there4" "\\therefore" t "∴" "[therefore]" "[therefore]" "∴")
|
|
@@ -493,8 +495,6 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
|
|
("rlm" "" nil "‏" "" "" "")
|
|
("rlm" "" nil "‏" "" "" "")
|
|
|
|
|
|
"** Smilies"
|
|
"** Smilies"
|
|
- ("smile" "\\smile" t "⌣" ":-)" ":-)" "⌣")
|
|
|
|
- ("frown" "\\frown" t "⌢" ":-(" ":-(" "⌢")
|
|
|
|
("smiley" "\\ddot\\smile" t "☺" ":-)" ":-)" "☺")
|
|
("smiley" "\\ddot\\smile" t "☺" ":-)" ":-)" "☺")
|
|
("blacksmile" "\\ddot\\smile" t "☻" ":-)" ":-)" "☻")
|
|
("blacksmile" "\\ddot\\smile" t "☻" ":-)" ":-)" "☻")
|
|
("sad" "\\ddot\\frown" t "☹" ":-(" ":-(" "☹")
|
|
("sad" "\\ddot\\frown" t "☹" ":-(" ":-(" "☹")
|