branch: externals/auctex
commit 39d49593267e8a069d62c52455aa52a5d0273d70
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>

    * 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