comparison yatexpkg.el @ 449:c2c547e147c7 dev

YaTeX-math-other-env-alist-* for additional math-environments
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 17 Jan 2017 22:38:37 +0900
parents 7a9d30752353
children 7bf780961390
comparison
equal deleted inserted replaced
447:9a91ec831762 449:c2c547e147c7
1 ;;; yatexpkg.el --- YaTeX package manager -*- coding: sjis -*- 1 ;;; yatexpkg.el --- YaTeX package manager -*- coding: sjis -*-
2 ;;; 2 ;;;
3 ;;; (c)2003-2017 by HIROSE, Yuuji [yuuji@yatex.org] 3 ;;; (c)2003-2017 by HIROSE, Yuuji [yuuji@yatex.org]
4 ;;; Last modified Thu Jan 5 17:46:30 2017 on firestorm 4 ;;; Last modified Tue Jan 17 17:42:47 2017 on firestorm
5 ;;; $Id$ 5 ;;; $Id$
6 6
7 ;;; Code: 7 ;;; Code:
8 (defvar YaTeX-package-ams-envs 8 (defvar YaTeX-package-ams-envs
9 (mapcar 'car YaTeX-ams-env-table)) 9 (mapcar 'car YaTeX-ams-env-table))
50 ("cpageref" (same-as . "cref")) 50 ("cpageref" (same-as . "cref"))
51 ("labelcref" (same-as . "cref")) 51 ("labelcref" (same-as . "cref"))
52 ("labelcpageref" (same-as . "cref")) 52 ("labelcpageref" (same-as . "cref"))
53 ("wrapfig" (env "wrapfigure" "wraptable")) 53 ("wrapfig" (env "wrapfigure" "wraptable"))
54 ("setspace" (env "spacing") (section "setstretch")) 54 ("setspace" (env "spacing") (section "setstretch"))
55 ("cases" (env "numcases" "subnumcases"))
55 ) 56 )
56 "Default package vs. macro list. 57 "Default package vs. macro list.
57 Alists contains '(PACKAGENAME . MACROLIST) 58 Alists contains '(PACKAGENAME . MACROLIST)
58 PACKAGENAME Basename of package(String). 59 PACKAGENAME Basename of package(String).
59 MACROLIST List of '(TYPE . MACROS) 60 MACROLIST List of '(TYPE . MACROS)

yatex.org