yatex

diff yatexpkg.el @ 564:71697ec66240

Auto-usepackage assumes amsart, amsbook and amsproc same as amsmath
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 24 Jan 2019 08:03:47 +0900
parents a6c72ad6445a
children 6c09561c22f0
line diff
     1.1 --- a/yatexpkg.el	Wed Nov 07 09:03:15 2018 +0900
     1.2 +++ b/yatexpkg.el	Thu Jan 24 08:03:47 2019 +0900
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; yatexpkg.el --- YaTeX package manager -*- coding: sjis -*-
     1.5  ;;; 
     1.6  ;;; (c)2003-2018 by HIROSE, Yuuji [yuuji@yatex.org]
     1.7 -;;; Last modified Wed Nov  7 08:57:36 2018 on firestorm
     1.8 +;;; Last modified Thu Jan 24 08:00:20 2019 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; Code:
    1.12 @@ -32,6 +32,9 @@
    1.13      ("supertabular" (env "supertabular"))
    1.14      ("amsmath"	(env . YaTeX-package-ams-envs)
    1.15       		(section "tag" "tag*"))
    1.16 +    ("amsart"	(same-as . "amsmath"))
    1.17 +    ("amsbook"	(same-as . "amsmath"))
    1.18 +    ("amsproc"	(same-as . "amsmath"))
    1.19      ("amssymb"	(maketitle "leqq" "geqq" "mathbb" "mathfrak"
    1.20  			   "fallingdotseq" "therefore" "because"
    1.21  			   "varDelta" "varTheta" "varLambda" "varXi" "varPi"