emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 071c5e4bf1: org-entities: Fix LaTeX macron accent


From: ELPA Syncer
Subject: [elpa] externals/org 071c5e4bf1: org-entities: Fix LaTeX macron accent
Date: Sun, 9 Jan 2022 11:57:40 -0500 (EST)

branch: externals/org
commit 071c5e4bf1c74ecf0eb9bcd2c28a20b840df8b0a
Author: TEC <tec@tecosaur.com>
Commit: TEC <tec@tecosaur.com>

    org-entities: Fix LaTeX macron accent
    
    * lisp/org-entities.el: The macron accent should be produced with the
    text accent \=, not \bar which is a maths accent.
---
 lisp/org-entities.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/org-entities.el b/lisp/org-entities.el
index b2dbccd40c..2bd4f2fe3c 100644
--- a/lisp/org-entities.el
+++ b/lisp/org-entities.el
@@ -89,8 +89,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" "ã" "ã")
+     ("Amacr" "\\={A}" nil "&Amacr;" "A" "Ã" "Ã")
+     ("amacr" "\\={a}" nil "&amacr;" "a" "ã" "ã")
      ("Atilde" "\\~{A}" nil "&Atilde;" "A" "Ã" "Ã")
      ("atilde" "\\~{a}" nil "&atilde;" "a" "ã" "ã")
      ("Auml" "\\\"{A}" nil "&Auml;" "Ae" "Ä" "Ä")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]