소스 검색

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]" "∧")