yatex

changeset 307:326bd21ad995 dev

Add 'longtable to array like environment
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 20 Nov 2013 21:47:51 +0900
parents 9cfc505ba6aa
children 5c0f3d315bf9
files yatex.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/yatex.el	Wed Nov 20 14:15:42 2013 +0900
     1.2 +++ b/yatex.el	Wed Nov 20 21:47:51 2013 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2013 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Mon Apr  1 22:40:25 2013 on firestorm
     1.7 +;;; Last modified Wed Nov 20 21:43:25 2013 on firestorm
     1.8  ;;; $Id$
     1.9  ;;; The latest version of this software is always available at;
    1.10  ;;; http://www.yatex.org/
    1.11 @@ -156,6 +156,7 @@
    1.12    "*Regexp of verb family.  Do not contain preceding \\\\ nor \\(\\).")
    1.13  (defvar YaTeX-fill-inhibit-environments
    1.14    (append '("tabular" "tabular*" "array" "picture" "eqnarray" "eqnarray*"
    1.15 +	    "longtable"
    1.16  	    "equation" "equation*" "math" "displaymath")
    1.17  	  YaTeX-verbatim-environments)
    1.18    "*In these environments, YaTeX inhibits fill-paragraph from formatting.
    1.19 @@ -170,6 +171,7 @@
    1.20  (defvar YaTeX-array-env-regexp
    1.21    (concat
    1.22     "array\\*?\\|eqnarray\\*?\\|tabbing\\|tabular\\*?\\|"	;LaTeX
    1.23 +   "longtable\\|"						;LaTeX2e
    1.24     "matrix\\|pmatrix\\|bmatrix\\|vmatrix\\|Vmatrix\\|"		;AMS-LaTeX
    1.25     "align\\*?\\|split\\*?\\|aligned\\*?\\|alignat\\*?\\|"	;AMS-LaTeX
    1.26     "[bpvV]?matrix\\|smallmatrix\\|cases\\|"			;AMS-LaTeX