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

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

[nongnu] elpa/cdlatex 200ae37f70 07/13: Add mathring command


From: ELPA Syncer
Subject: [nongnu] elpa/cdlatex 200ae37f70 07/13: Add mathring command
Date: Sat, 12 Aug 2023 12:59:19 -0400 (EDT)

branch: elpa/cdlatex
commit 200ae37f7059a787a89a813f9ffd71b732be2f34
Author: Carsten Dominik <carsten.dominik@gmail.com>
Commit: Carsten Dominik <carsten.dominik@gmail.com>

    Add mathring command
---
 cdlatex.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/cdlatex.el b/cdlatex.el
index 4c85b87c9d..6a9a5aed6f 100644
--- a/cdlatex.el
+++ b/cdlatex.el
@@ -3,7 +3,7 @@
 ;;
 ;; Author: Carsten Dominik <carsten.dominik@gmail.com>
 ;; Keywords: tex
-;; Version: 4.14
+;; Version: 4.14.1
 ;;
 ;; This file is not part of GNU Emacs.
 ;;
@@ -1590,12 +1590,13 @@ zZ
     ( ?\:   "\\ddot"              nil        t   t   nil )
     ( ?\~   "\\tilde"             nil        t   t   nil )
     ( ?N    "\\widetilde"         nil        t   t   nil )
+    ( ?o    "\\mathring"          nil        t   t   nil )
     ( ?^    "\\hat"               nil        t   t   nil )
     ( ?H    "\\widehat"           nil        t   t   nil )
     ( ?\-   "\\bar"               nil        t   t   nil )
     ( ?T    "\\overline"          nil        t   nil nil )
     ( ?\_   "\\underline"         nil        t   nil nil )
-    ( ?\]    "\\overbrace"         nil        t   nil nil )
+    ( ?\]   "\\overbrace"         nil        t   nil nil )
     ( ?\}   "\\underbrace"        nil        t   nil nil )
     ( ?\>   "\\vec"               nil        t   t   nil )
     ( ?/    "\\grave"             nil        t   t   nil )



reply via email to

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