yatex
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 diff
1.1 --- a/yatex.el Wed Jan 16 08:24:17 2019 +0900 1.2 +++ b/yatex.el Thu Jan 24 08:03:47 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 Wed Jan 16 08:00:17 2019 on firestorm 1.7 +;;; Last modified Thu Jan 24 08:00:29 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 @@ -16,7 +16,7 @@ 1.12 1.13 ;;; Code: 1.14 (require 'yatexlib) 1.15 -(defconst YaTeX-revision-number "1.81.2" 1.16 +(defconst YaTeX-revision-number "1.81.3" 1.17 "Revision number of running yatex.el") 1.18 1.19 ;---------- Local variables ----------
2.1 --- a/yatexpkg.el Wed Jan 16 08:24:17 2019 +0900 2.2 +++ b/yatexpkg.el Thu Jan 24 08:03:47 2019 +0900 2.3 @@ -1,7 +1,7 @@ 2.4 ;;; yatexpkg.el --- YaTeX package manager -*- coding: sjis -*- 2.5 ;;; 2.6 ;;; (c)2003-2018 by HIROSE, Yuuji [yuuji@yatex.org] 2.7 -;;; Last modified Wed Nov 7 08:57:36 2018 on firestorm 2.8 +;;; Last modified Thu Jan 24 08:00:20 2019 on firestorm 2.9 ;;; $Id$ 2.10 2.11 ;;; Code: 2.12 @@ -32,6 +32,9 @@ 2.13 ("supertabular" (env "supertabular")) 2.14 ("amsmath" (env . YaTeX-package-ams-envs) 2.15 (section "tag" "tag*")) 2.16 + ("amsart" (same-as . "amsmath")) 2.17 + ("amsbook" (same-as . "amsmath")) 2.18 + ("amsproc" (same-as . "amsmath")) 2.19 ("amssymb" (maketitle "leqq" "geqq" "mathbb" "mathfrak" 2.20 "fallingdotseq" "therefore" "because" 2.21 "varDelta" "varTheta" "varLambda" "varXi" "varPi"