summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2016-10-19 17:05:08 +0200
committerBastien <bzg@gnu.org>2016-10-19 17:05:08 +0200
commit622f2337962c4d3d472ee373e05be36f1a11e2f7 (patch)
treeac7970a28b2795c5054f3f94ae3b650016d26283
parent9aeee623fdfe922a1aa7025dea78d7e226c0e7b3 (diff)
downloadorg-mode-622f2337962c4d3d472ee373e05be36f1a11e2f7.tar.gz
org-entities.el (org-entities): Add Amacr and amacr entities
Thanks to Karel Sprenger for the suggestion.
-rw-r--r--lisp/org-entities.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/org-entities.el b/lisp/org-entities.el
index dcab7d7..79b28e2 100644
--- a/lisp/org-entities.el
+++ b/lisp/org-entities.el
@@ -88,6 +88,8 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
("aacute" "\\'{a}" nil "&aacute;" "a" "á" "á")
("Acirc" "\\^{A}" nil "&Acirc;" "A" "Â" "Â")
("acirc" "\\^{a}" nil "&acirc;" "a" "â" "â")
+ ("Amacr" "\\bar{A}" nil "&Amacr;" "A" "Ã" "Ã")
+ ("amacr" "\\bar{a}" nil "&amacr;" "a" "ã" "ã")
("Atilde" "\\~{A}" nil "&Atilde;" "A" "Ã" "Ã")
("atilde" "\\~{a}" nil "&atilde;" "a" "ã" "ã")
("Auml" "\\\"{A}" nil "&Auml;" "Ae" "Ä" "Ä")