org-entities: Swapped symbols of varphi and phi

* org-entities.el (org-entities): Swap the unicode symbol of phi and of
  varphi.

TINYCHANGE
This commit is contained in:
Konstantin Kliakhandler 2016-06-30 17:13:21 +03:00 committed by Nicolas Goaziou
parent 07de65e1ea
commit a8e4a393bf
1 changed files with 2 additions and 2 deletions

View File

@ -208,8 +208,8 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
("upsih" "\\Upsilon" t "ϒ" "upsilon" "upsilon" "ϒ")
("upsilon" "\\upsilon" t "υ" "upsilon" "upsilon" "υ")
("Phi" "\\Phi" t "Φ" "Phi" "Phi" "Φ")
("phi" "\\phi" t "φ" "phi" "phi" "φ")
("varphi" "\\varphi" t "ϕ" "varphi" "varphi" "ɸ")
("phi" "\\phi" t "φ" "phi" "phi" "ɸ")
("varphi" "\\varphi" t "ϕ" "varphi" "varphi" "φ")
("Chi" "X" nil "Χ" "Chi" "Chi" "Χ")
("chi" "\\chi" t "χ" "chi" "chi" "χ")
("acutex" "\\acute x" t "´x" "'x" "'x" "𝑥́")