auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. dd7f8446ca6eb98ce0c63


From: Ikumi Keita
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. dd7f8446ca6eb98ce0c633652e8f764c40f033e2
Date: Mon, 13 Jul 2020 03:03:06 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  dd7f8446ca6eb98ce0c633652e8f764c40f033e2 (commit)
      from  255e768d2b150484b9e9b29e05ee5b5886d343d2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dd7f8446ca6eb98ce0c633652e8f764c40f033e2
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date:   Mon Jul 13 15:59:55 2020 +0900

    Add support of \tag for texmathp
    
    * style/amsmath.el (): Add entries for \tag and \tag* to
    `texmathp-tex-commands-default'.
    ; Add supplementary comment.

diff --git a/style/amsmath.el b/style/amsmath.el
index 0fd9817..2179d57 100644
--- a/style/amsmath.el
+++ b/style/amsmath.el
@@ -46,7 +46,11 @@
              ("alignat"       env-on) ("alignat*"      env-on)
              ("xalignat"      env-on) ("xalignat*"     env-on)
              ("xxalignat"     env-on) ("\\boxed"       arg-on)
-             ("\\text"        arg-off) ("\\intertext"   arg-off))))
+             ;; In fact, \text macro is provided separately in
+             ;; amstext.sty, not amsmath.sty. However, it would be
+             ;; reasonable enough to include support for it here.
+             ("\\text"        arg-off) ("\\intertext"   arg-off)
+             ("\\tag"         arg-off) ("\\tag*"        arg-off))))
   (dolist (entry list)
     (cl-pushnew entry texmathp-tex-commands-default :test #'equal)))
 (texmathp-compile)

-----------------------------------------------------------------------

Summary of changes:
 style/amsmath.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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