yatex

diff yatexmth.el @ 57:18f4939986e6

(j)LaTeX2e supported yatex19.el fixed a lot
author yuuji
date Sat, 02 Dec 1995 18:35:28 +0000
parents a9653fbd1c1c
children 3a7c0c2bf16d
line diff
     1.1 --- a/yatexmth.el	Thu Jun 29 13:46:57 1995 +0000
     1.2 +++ b/yatexmth.el	Sat Dec 02 18:35:28 1995 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; YaTeX math-mode-specific functions.
     1.5  ;;; yatexmth.el rev.4
     1.6  ;;; (c )1993-1995 by HIROSE Yuuji [yuuji@ae.keio.ac.jp]
     1.7 -;;; Last modified Sat Feb 18 03:54:50 1995 on VFR
     1.8 +;;; Last modified Wed Aug 16 12:45:55 1995 on inspire
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; [Customization guide]
    1.12 @@ -445,8 +445,7 @@
    1.13    (or (YaTeX-quick-in-environment-p
    1.14         '("math" "eqnarray" "equation" "eqnarray*" "displaymath"))
    1.15        (let*((p (point)) (nest 0) me0
    1.16 -	    (delim (concat YaTeX-sectioning-regexp
    1.17 -			   "\\|^%\\|^$\\|^\C-l"))
    1.18 +	    (delim (concat YaTeX-sectioning-regexp "\\|^$\\|^\C-l"))
    1.19  	    (boundary
    1.20  	     (save-excursion
    1.21  	       (if (looking-at delim)