Explorar el Código

Merge branch 'maint'

Nicolas Goaziou hace 10 años
padre
commit
c3c285f959
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lisp/org-entities.el

+ 1 - 1
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]" "∝")