changeset 240:5ab3322d0f03 dev

Intelligent newline of eqnarray(*) is same as align's.
author yuuji@gentei.org
date Sun, 29 Jan 2012 19:43:23 +0900
parents 5de195a540c7
children 3d077fc07d9d
files yatex.el yatexenv.el
diffstat 2 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/yatex.el	Sun Jan 29 17:29:02 2012 +0900
+++ b/yatex.el	Sun Jan 29 19:43:23 2012 +0900
@@ -2,7 +2,7 @@
 ;;; Yet Another tex-mode for emacs - //–ì’¹//
 ;;; yatex.el rev. 1.75.3
 ;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Sun Jan 29 17:27:03 2012 on firestorm
+;;; Last modified Sun Jan 29 19:35:24 2012 on firestorm
 ;;; $Id$
 ;;; The latest version of this software is always available at;
 ;;; http://www.yatex.org/
@@ -321,7 +321,8 @@
      ("verbatim") ("itemize") ("enumerate") ("description")
      ("list") ("tabular") ("tabular*") ("table") ("tabbing") ("titlepage")
      ("sloppypar") ("picture") ("displaymath")
-     ("eqnarray") ("figure") ("equation") ("abstract") ("array")
+     ("eqnarray") ("eqnarray*") ("figure") ("equation") ("equation*")
+     ("abstract") ("array")
      ("thebibliography") ("theindex") ("flushleft") ("flushright")
      ("minipage")
      ("supertabular")
--- a/yatexenv.el	Sun Jan 29 17:29:02 2012 +0900
+++ b/yatexenv.el	Sun Jan 29 19:43:23 2012 +0900
@@ -2,7 +2,7 @@
 ;;; YaTeX environment-specific functions.
 ;;; yatexenv.el
 ;;; (c) 1994-2006 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Sun Jan 29 17:23:40 2012 on firestorm
+;;; Last modified Sun Jan 29 19:34:13 2012 on firestorm
 ;;; $Id$
 
 ;;;
@@ -206,7 +206,7 @@
 			   (symbol-name s)))
 	  'YaTeX-intelligent-newline-align))
  '(align* flalign  flalign* matrix pmatrix bmatrix Bmatrix vmatrix Vmatrix
-   cases))
+   cases eqnarray eqnarray*))
 
 ;;;
 ;; Functions for tabbing environment

yatex.org