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

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

[nongnu] elpa/cdlatex 2af5ee74d1 21/49: Add the AMSMATH split environmen


From: ELPA Syncer
Subject: [nongnu] elpa/cdlatex 2af5ee74d1 21/49: Add the AMSMATH split environment
Date: Mon, 11 Jul 2022 02:58:33 -0400 (EDT)

branch: elpa/cdlatex
commit 2af5ee74d14f37009f7f025c47fa5878a106a9c7
Author: Carsten Dominik <carsten.dominik@gmail.com>
Commit: Carsten Dominik <carsten.dominik@gmail.com>

    Add the AMSMATH split environment
---
 cdlatex.el | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/cdlatex.el b/cdlatex.el
index c97ff9dd9c..7530807660 100644
--- a/cdlatex.el
+++ b/cdlatex.el
@@ -1427,13 +1427,14 @@ zZ
      "" cdlatex-environment ("gather") t nil)
     ("gat*"      "Insert a GATHER* environment template"
      "" cdlatex-environment ("gather*") t nil)
+    ("split"     "Insert SPLIT environment template"
+     "" cdlatex-environment ("split") t nil)
     ("fla"       "Insert a FLALIGN environment template"
      "" cdlatex-environment ("flalign") t nil)
     ("fla*"      "Insert a FLALIGN* environment template"
      "" cdlatex-environment ("flalign*") t nil)
     ("fg"        "Insert a FIGURE environment template"
      "" cdlatex-environment ("figure") t nil)
-    
 
     ("sn"        "Insert a \\section{} statement"
      "\\section{?}" cdlatex-position-cursor nil t nil)
@@ -1997,6 +1998,12 @@ AUTOLABEL
 \\end{gather*}"
 "\\\\?")
 ;;------------------------------------
+( "split"
+"\\begin{split}
+?
+\\end{split}"
+"\\\\?")
+;;------------------------------------
 ;;; SOME NON-STANDARD ENVIRONMENTS
 ;; figure environment for the epsf macro package
 ( "epsfigure"



reply via email to

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