branch: elpa/cdlatex commit 2af5ee74d14f37009f7f025c47fa5878a106a9c7 Author: Carsten Dominik <carsten.domi...@gmail.com> Commit: Carsten Dominik <carsten.domi...@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"