diff yatexmth.el @ 449:c2c547e147c7 dev

YaTeX-math-other-env-alist-* for additional math-environments
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 17 Jan 2017 22:38:37 +0900
parents 7a9d30752353
children 8871fe9f563b
line wrap: on
line diff
--- a/yatexmth.el	Thu Jan 05 23:15:34 2017 +0900
+++ b/yatexmth.el	Tue Jan 17 22:38:37 2017 +0900
@@ -1,7 +1,7 @@
 ;;; yatexmth.el --- YaTeX math-mode-specific functions -*- coding: sjis -*-
 ;;; 
 ;;; (c)1993-2017 by HIROSE Yuuji [yuuji@yatex.org]
-;;; Last modified Thu Jan  5 17:46:22 2017 on firestorm
+;;; Last modified Tue Jan 17 22:33:52 2017 on firestorm
 ;;; $Id$
 
 ;;; Commentary:
@@ -522,7 +522,8 @@
 	      ;;  "equation*" "cases" "flalign" "flalign*"
 	      ;;  "alignat*" "xalignat" "xalignat*" "xxalignat" "xxalignat*"
 	      YaTeX-math-begin-list
-	    )))
+	    )
+	  YaTeX-math-other-env-alist))
 	(let*((p (point)) (nest 0) me0 r firstp dollar
 	      (delim (concat YaTeX-sectioning-regexp "\\|^$\\|^\C-l"))
 	      (boundary

yatex.org