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

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

[elpa] externals/auctex 76a2b5f 18/95: * tex-ispell.el: Add support for


From: Tassilo Horn
Subject: [elpa] externals/auctex 76a2b5f 18/95: * tex-ispell.el: Add support for enviroments from breqn.sty.
Date: Sun, 16 Apr 2017 01:26:47 -0400 (EDT)

branch: externals/auctex
commit 76a2b5f74f3a6146e30828b292fbadfc523dab9e
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>

    * tex-ispell.el: Add support for enviroments from breqn.sty.
---
 tex-ispell.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/tex-ispell.el b/tex-ispell.el
index 2eb13c0..9e3752d 100644
--- a/tex-ispell.el
+++ b/tex-ispell.el
@@ -1,6 +1,6 @@
 ;;; tex-ispell.el --- AUCTeX skip additions for Ispell
 
-;; Copyright (C) 2016 Free Software Foundation, Inc.
+;; Copyright (C) 2016-2017 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <address@hidden>
 ;; Maintainer: address@hidden
@@ -44,6 +44,7 @@
 ;; amsmath.sty
 ;; attachfile.sty
 ;; booktabs.sty
+;; breqn.sty
 ;; cleveref.sty
 ;; enumitem.sty
 ;; fancyref.sty
@@ -242,6 +243,9 @@ argument and spell check the mandatory one."))
     "\\\\end{\\(align\\(\\*\\|at\\*?\\)?\\|flalign\\*?\\)}")
    ("gather\\*?" . "\\\\end{gather\\*?}")
    ("multline\\*?" . "\\\\end{multline\\*?}")
+   ;; breqn.sty
+   ("\\(d\\(array\\*?\\|group\\*?\\|math\\*?\\|series\\*?\\)\\)" .
+    "\\\\end{\\(d\\(array\\*?\\|group\\*?\\|math\\*?\\|series\\*?\\)\\)}")
    ;; listings.sty
    ("lstlisting" . "\\\\end{lstlisting}")
    ;; minted.sty



reply via email to

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