yatex

diff yatexpkg.el @ 552:c3b9e81bd432

Add-in "::" function should take an argument.
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 22 Oct 2018 11:47:23 +0900
parents 603acc1caec7
children ae0b9fe6372a
line diff
     1.1 --- a/yatexpkg.el	Fri Jan 05 00:23:36 2018 +0900
     1.2 +++ b/yatexpkg.el	Mon Oct 22 11:47:23 2018 +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 Fri Jan  5 00:22:46 2018 on firestorm
     1.8 +;;; Last modified Mon Oct 22 11:30:45 2018 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; Code:
    1.12 @@ -57,6 +57,7 @@
    1.13      ("wrapfig"	(env "wrapfigure" "wraptable"))
    1.14      ("setspace"	(env "spacing") (section "setstretch"))
    1.15      ("cases"	(env "numcases" "subnumcases"))
    1.16 +    ("subfigure"	(section "subfigure"))
    1.17      )
    1.18    "Default package vs. macro list.
    1.19  Alists contains '(PACKAGENAME . MACROLIST)