Selaa lähdekoodia

Merge branch 'master' of orgmode.org:org-mode

Nicolas Goaziou 8 vuotta sitten
vanhempi
commit
fce3e7395b
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      lisp/org-entities.el

+ 2 - 0
lisp/org-entities.el

@@ -88,6 +88,8 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
      ("aacute" "\\'{a}" nil "á" "a" "á" "á")
      ("Acirc" "\\^{A}" nil "Â" "A" "Â" "Â")
      ("acirc" "\\^{a}" nil "â" "a" "â" "â")
+     ("Amacr" "\\bar{A}" nil "Ā" "A" "Ã" "Ã")
+     ("amacr" "\\bar{a}" nil "ā" "a" "ã" "ã")
      ("Atilde" "\\~{A}" nil "Ã" "A" "Ã" "Ã")
      ("atilde" "\\~{a}" nil "ã" "a" "ã" "ã")
      ("Auml" "\\\"{A}" nil "Ä" "Ae" "Ä" "Ä")