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. 39d49593267e8a069d62c


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 39d49593267e8a069d62c52455aa52a5d0273d70
Date: Wed, 27 Dec 2017 04:41:50 -0500 (EST)

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  39d49593267e8a069d62c52455aa52a5d0273d70 (commit)
      from  3d08a92d0918a44305385c6c38445ab29a95add5 (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 39d49593267e8a069d62c52455aa52a5d0273d70
Author: Arash Esbati <address@hidden>
Date:   Wed Dec 27 10:41:11 2017 +0100

    * texmathp.el (texmathp-tex-commands-default): Add entries for breqn.sty.

diff --git a/texmathp.el b/texmathp.el
index 23e72f8..ab218e9 100644
--- a/texmathp.el
+++ b/texmathp.el
@@ -152,7 +152,14 @@
     ("AmSgather"     env-on)      ("AmSgather*"    env-on)
     ("AmSmultline"   env-on)      ("AmSmultline*"  env-on)
     ("AmSflalign"    env-on)      ("AmSflalign*"   env-on)
-    ("AmSalignat"    env-on)      ("AmSalignat*"   env-on))
+    ("AmSalignat"    env-on)      ("AmSalignat*"   env-on)
+
+    ;; breqn
+    ("dmath"         env-on)      ("dmath*"        env-on)
+    ("dseries"       env-on)      ("dseries*"      env-on)
+    ("dgroup"        env-on)      ("dgroup*"       env-on)
+    ("darray"        env-on)      ("darray*"       env-on)
+    ("dsuspend"      env-off))
   "The default entries for `texmathp-tex-commands', which see.")
 
 (defun texmathp-compile ()

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

Summary of changes:
 texmathp.el | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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