changeset 564:71697ec66240 dev

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 bf4bdd7c4aae
children 6c09561c22f0
files yatex.el yatexpkg.el
diffstat 2 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/yatex.el	Wed Jan 16 08:24:17 2019 +0900
+++ b/yatex.el	Thu Jan 24 08:03:47 2019 +0900
@@ -1,6 +1,6 @@
 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
 ;;; (c)1991-2018 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Wed Jan 16 08:00:17 2019 on firestorm
+;;; Last modified Thu Jan 24 08:00:29 2019 on firestorm
 ;;; $Id$
 ;;; The latest version of this software is always available at;
 ;;; https://www.yatex.org/
@@ -16,7 +16,7 @@
 
 ;;; Code:
 (require 'yatexlib)
-(defconst YaTeX-revision-number "1.81.2"
+(defconst YaTeX-revision-number "1.81.3"
   "Revision number of running yatex.el")
 
 ;---------- Local variables ----------
--- a/yatexpkg.el	Wed Jan 16 08:24:17 2019 +0900
+++ b/yatexpkg.el	Thu Jan 24 08:03:47 2019 +0900
@@ -1,7 +1,7 @@
 ;;; yatexpkg.el --- YaTeX package manager -*- coding: sjis -*-
 ;;; 
 ;;; (c)2003-2018 by HIROSE, Yuuji [yuuji@yatex.org]
-;;; Last modified Wed Nov  7 08:57:36 2018 on firestorm
+;;; Last modified Thu Jan 24 08:00:20 2019 on firestorm
 ;;; $Id$
 
 ;;; Code:
@@ -32,6 +32,9 @@
     ("supertabular" (env "supertabular"))
     ("amsmath"	(env . YaTeX-package-ams-envs)
      		(section "tag" "tag*"))
+    ("amsart"	(same-as . "amsmath"))
+    ("amsbook"	(same-as . "amsmath"))
+    ("amsproc"	(same-as . "amsmath"))
     ("amssymb"	(maketitle "leqq" "geqq" "mathbb" "mathfrak"
 			   "fallingdotseq" "therefore" "because"
 			   "varDelta" "varTheta" "varLambda" "varXi" "varPi"

yatex.org