yatex

diff yatex.el @ 566:2ef9f21dd13b

Add note on YaTeX::usepackage-alist-default
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 24 Jan 2019 15:19:32 +0900
parents 71697ec66240
children 2ed79846fd53
line diff
     1.1 --- a/yatex.el	Thu Jan 24 08:03:47 2019 +0900
     1.2 +++ b/yatex.el	Thu Jan 24 15:19:32 2019 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2018 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Thu Jan 24 08:00:29 2019 on firestorm
     1.7 +;;; Last modified Thu Jan 24 15:14:47 2019 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 @@ -326,6 +326,7 @@
    1.12       ("frametitle") ("framesubtitle") 				;; beamer
    1.13       ("subfigure")						;; subfigure
    1.14       ("ruby" 2) ("kenten")					;; okumacro
    1.15 +     ("geometry") ("path")
    1.16       )
    1.17     (if YaTeX-use-LaTeX2e
    1.18         '(("documentclass") ("usepackage")
    1.19 @@ -398,9 +399,8 @@
    1.20       ("eqnarray") ("eqnarray*") ("figure") ("equation") ("equation*")
    1.21       ("abstract") ("array")
    1.22       ("thebibliography") ("theindex") ("flushleft") ("flushright")
    1.23 -     ("minipage")
    1.24 -     ("supertabular")
    1.25 -     ("wrapfigure") ("wraptable")
    1.26 +     ("minipage") ("landscape")
    1.27 +     ("supertabular") ("floatingfigure") ("wrapfigure") ("wraptable")
    1.28       ("frame") ("block") ("example") ("columns") ("column")	;beamer
    1.29       )
    1.30     (if YaTeX-use-LaTeX2e