yatex

diff yatex19.el @ 68:0eb6997bee16

More adjustment for Emacs20 and XEmacs [prefix] g for <applet> <!--#include> <!--#exec>
author yuuji
date Mon, 26 Oct 1998 12:05:32 +0000
parents 36a48185b95a
children 807c1e7e68b7
line diff
     1.1 --- a/yatex19.el	Tue Dec 16 13:28:38 1997 +0000
     1.2 +++ b/yatex19.el	Mon Oct 26 12:05:32 1998 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; -*- Emacs-Lisp -*-
     1.5  ;;; YaTeX facilities for Emacs 19
     1.6  ;;; (c )1994-1997 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp]
     1.7 -;;; Last modified Sun Dec 14 21:51:14 1997 on firestorm
     1.8 +;;; Last modified Thu Jan 29 10:55:12 1998 on crx
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; とりあえず hilit19 を使っている時に色が付くようにして
    1.12 @@ -314,8 +314,8 @@
    1.13      ;; formulas
    1.14      ("[^\\]\\\\("  "\\\\)" formula)                   ; \( \)
    1.15      ("[^\\]\\\\\\[" "\\\\\\]" formula)                ; \[ \]
    1.16 -    ("\\\\begin{\\(eqn\\|equation\\|x?x?align\\|split\\|multiline\\|gather\\)"
    1.17 -     "\\\\end{\\(eqn\\|equation\\|x?x?align\\|split\\|multiline\\|gather\\).*}"
    1.18 +    ("\\\\begin{\\(eqn\\|equation\\|x?x?align\\|split\\|multline\\|gather\\)"
    1.19 +     "\\\\end{\\(eqn\\|equation\\|x?x?align\\|split\\|multline\\|gather\\).*}"
    1.20       formula)
    1.21      ("[^\\$]\\($\\($[^$]*\\$\\|[^$]*\\)\\$\\)" 1 formula); '$...$' or '$$...$$'
    1.22