yatex

diff yatex.el @ 584:907de32064c9

Add add-in for spacing environment from setspace package
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 04 Dec 2021 07:12:33 +0900
parents f4c2dca86202
children 91a6b97d01fa
line diff
     1.1 --- a/yatex.el	Sat Feb 08 18:31:52 2020 +0900
     1.2 +++ b/yatex.el	Sat Dec 04 07:12:33 2021 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2020 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Sat Feb  8 18:31:09 2020 on firestorm
     1.7 +;;; Last modified Tue Nov 30 13:08:54 2021 on firestorm
     1.8  ;;; $Id$
     1.9  ;;; The latest version of this software is always available at;
    1.10  ;;; https://www.yatex.org/
    1.11 @@ -328,6 +328,7 @@
    1.12       ("subfigure")						;; subfigure
    1.13       ("ruby" 2) ("kenten")					;; okumacro
    1.14       ("geometry") ("path")
    1.15 +     ("setstretch")
    1.16       )
    1.17     (if YaTeX-use-LaTeX2e
    1.18         '(("documentclass") ("usepackage")
    1.19 @@ -403,7 +404,7 @@
    1.20       ("minipage") ("landscape")
    1.21       ("supertabular") ("floatingfigure") ("wrapfigure") ("wraptable")
    1.22       ("frame") ("block") ("example") ("columns") ("column")	;beamer
    1.23 -     ("tabularx")
    1.24 +     ("tabularx") ("spacing")
    1.25       )
    1.26     (if YaTeX-use-LaTeX2e
    1.27         '(("comment")			;defined in version