Fix ISO Latin1 expansion of \Delta

* lisp/org-entities.el (org-entities): Fix entry for Delta.

Reported by Matthew Junker
This commit is contained in:
Aaron Ecay 2016-09-01 16:48:42 +01:00
parent 96b410f896
commit ab5e100806
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
("beta" "\\beta" t "β" "beta" "beta" "β")
("Gamma" "\\Gamma" t "Γ" "Gamma" "Gamma" "Γ")
("gamma" "\\gamma" t "γ" "gamma" "gamma" "γ")
("Delta" "\\Delta" t "Δ" "Delta" "Gamma" "Δ")
("Delta" "\\Delta" t "Δ" "Delta" "Delta" "Δ")
("delta" "\\delta" t "δ" "delta" "delta" "δ")
("Epsilon" "E" nil "Ε" "Epsilon" "Epsilon" "Ε")
("epsilon" "\\epsilon" t "ε" "epsilon" "epsilon" "ε")