auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex 39d4959 23/43: * texmathp.el (tex


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex 39d4959 23/43: * texmathp.el (texmathp-tex-commands-default): Add entries for breqn.sty.
Date: Tue, 20 Mar 2018 11:34:09 -0400 (EDT)

branch: externals/auctex
commit 39d49593267e8a069d62c52455aa52a5d0273d70
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>

    * texmathp.el (texmathp-tex-commands-default): Add entries for breqn.sty.
---
 texmathp.el | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

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 ()



reply via email to

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