yatex

diff yatexenv.el @ 582:f4c2dca86202

Add "mcfamily" and "gtfamily"
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 08 Feb 2020 18:31:52 +0900
parents c0827f80b18e
children
line diff
     1.1 --- a/yatexenv.el	Sun Sep 17 10:25:38 2017 +0859
     1.2 +++ b/yatexenv.el	Sat Feb 08 18:31:52 2020 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatexenv.el --- YaTeX environment-specific functions
     1.5 -;;; (c) 1994-2017 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Sun Sep 17 10:23:16 2017 on firestorm
     1.7 +;;; (c) 1994-2019 by HIROSE Yuuji.[yuuji@yatex.org]
     1.8 +;;; Last modified Sat May 25 14:46:33 2019 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; Code:
    1.12 @@ -89,7 +89,7 @@
    1.13      (while (< (point) end)
    1.14  	(setq elt (following-char))
    1.15  	(cond
    1.16 -	 ((string-match (char-to-string elt) "clr") ;normal indicators.
    1.17 +	 ((string-match (char-to-string elt) "clrX") ;normal indicators.
    1.18  	  (setq cols (1+ cols))
    1.19  	  (forward-char 1))
    1.20  	 ((equal elt ?|)		;vertical
    1.21 @@ -174,6 +174,7 @@
    1.22  (fset 'YaTeX-intelligent-newline-array 'YaTeX-intelligent-newline-tabular)
    1.23  (fset 'YaTeX-intelligent-newline-supertabular 'YaTeX-intelligent-newline-tabular)
    1.24  (fset 'YaTeX-intelligent-newline-longtable 'YaTeX-intelligent-newline-tabular)
    1.25 +(fset 'YaTeX-intelligent-newline-tabularx 'YaTeX-intelligent-newline-tabular*)
    1.26  
    1.27  (defun YaTeX-intelligent-newline-align ()
    1.28    "Intelligent newline function for align.