yatex

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 diff
     1.1 --- a/yatex.el	Sun Jan 29 17:29:02 2012 +0900
     1.2 +++ b/yatex.el	Sun Jan 29 19:43:23 2012 +0900
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; Yet Another tex-mode for emacs - //–ì’¹//
     1.5  ;;; yatex.el rev. 1.75.3
     1.6  ;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Sun Jan 29 17:27:03 2012 on firestorm
     1.8 +;;; Last modified Sun Jan 29 19:35:24 2012 on firestorm
     1.9  ;;; $Id$
    1.10  ;;; The latest version of this software is always available at;
    1.11  ;;; http://www.yatex.org/
    1.12 @@ -321,7 +321,8 @@
    1.13       ("verbatim") ("itemize") ("enumerate") ("description")
    1.14       ("list") ("tabular") ("tabular*") ("table") ("tabbing") ("titlepage")
    1.15       ("sloppypar") ("picture") ("displaymath")
    1.16 -     ("eqnarray") ("figure") ("equation") ("abstract") ("array")
    1.17 +     ("eqnarray") ("eqnarray*") ("figure") ("equation") ("equation*")
    1.18 +     ("abstract") ("array")
    1.19       ("thebibliography") ("theindex") ("flushleft") ("flushright")
    1.20       ("minipage")
    1.21       ("supertabular")
     2.1 --- a/yatexenv.el	Sun Jan 29 17:29:02 2012 +0900
     2.2 +++ b/yatexenv.el	Sun Jan 29 19:43:23 2012 +0900
     2.3 @@ -2,7 +2,7 @@
     2.4  ;;; YaTeX environment-specific functions.
     2.5  ;;; yatexenv.el
     2.6  ;;; (c) 1994-2006 by HIROSE Yuuji.[yuuji@yatex.org]
     2.7 -;;; Last modified Sun Jan 29 17:23:40 2012 on firestorm
     2.8 +;;; Last modified Sun Jan 29 19:34:13 2012 on firestorm
     2.9  ;;; $Id$
    2.10  
    2.11  ;;;
    2.12 @@ -206,7 +206,7 @@
    2.13  			   (symbol-name s)))
    2.14  	  'YaTeX-intelligent-newline-align))
    2.15   '(align* flalign  flalign* matrix pmatrix bmatrix Bmatrix vmatrix Vmatrix
    2.16 -   cases))
    2.17 +   cases eqnarray eqnarray*))
    2.18  
    2.19  ;;;
    2.20  ;; Functions for tabbing environment