summaryrefslogtreecommitdiff
path: root/lisp/org-entities.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org-entities.el')
-rw-r--r--lisp/org-entities.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org-entities.el b/lisp/org-entities.el
index f0f7b54..112088d 100644
--- a/lisp/org-entities.el
+++ b/lisp/org-entities.el
@@ -326,7 +326,7 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
("deg" "\\textdegree{}" nil "°" "degree" "°" "°")
("prime" "\\prime" t "′" "'" "'" "′")
("Prime" "\\prime{}\\prime" t "″" "''" "''" "″")
- ("infin" "\\propto" t "∞" "[infinity]" "[infinity]" "∞")
+ ("infin" "\\infty" t "∞" "[infinity]" "[infinity]" "∞")
("infty" "\\infty" t "∞" "[infinity]" "[infinity]" "∞")
("prop" "\\propto" t "∝" "[proportional to]" "[proportional to]" "∝")
("propto" "\\propto" t "∝" "[proportional to]" "[proportional to]" "∝")
@@ -361,8 +361,8 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
("lessgtr" "\\lessgtr" t "≶" "[less than or greater than]" "[less than or greater than]" "≶")
("lesseqgtr" "\\lesseqgtr" t "⋚" "[less than or equal or greater than or equal]" "[less than or equal or greater than or equal]" "⋚")
("ll" "\\ll" t "&Lt;" "<<" "<<" "≪")
- ("Ll" "\lll" t "&Ll;" "<<<" "<<<" "⋘")
- ("lll" "\lll" t "&Ll;" "<<<" "<<<" "⋘")
+ ("Ll" "\\lll" t "&Ll;" "<<<" "<<<" "⋘")
+ ("lll" "\\lll" t "&Ll;" "<<<" "<<<" "⋘")
("gg" "\\gg" t "&Gt;" ">>" ">>" "≫")
("Gg" "\\ggg" t "&Gg;" ">>>" ">>>" "⋙")
("ggg" "\\ggg" t "&Gg;" ">>>" ">>>" "⋙")