浏览代码

Backport Emacs trunk revno r116039

Bastien Guerry 11 年之前
父节点
当前提交
be54f049dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-entities.el

+ 1 - 1
lisp/org-entities.el

@@ -330,7 +330,7 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
     ("infin" "\\propto" t "∞" "[infinity]" "[infinity]" "∞")
     ("infty" "\\infty" t "∞" "[infinity]" "[infinity]" "∞")
     ("prop" "\\propto" t "∝" "[proportional to]" "[proportional to]" "∝")
-    ("proptp" "\\propto" t "∝" "[proportional to]" "[proportional to]" "∝")
+    ("propto" "\\propto" t "∝" "[proportional to]" "[proportional to]" "∝")
     ("not" "\\textlnot{}" nil "¬" "[angled dash]" "¬" "¬")
     ("neg" "\\neg{}" t "¬" "[angled dash]" "¬" "¬")
     ("land" "\\land" t "∧" "[logical and]" "[logical and]" "∧")