changeset 346:c7391d191cd0 dev

Add wrap{figure,table}
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 18 Dec 2014 23:32:50 +0900
parents 82ca1d4a994d
children 85737ee595a2
files yatexpkg.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/yatexpkg.el	Thu Dec 18 23:31:39 2014 +0900
+++ b/yatexpkg.el	Thu Dec 18 23:32:50 2014 +0900
@@ -1,7 +1,7 @@
 ;;; yatexpkg.el --- YaTeX package manager
 ;;; 
 ;;; (c)2003-2014 by HIROSE, Yuuji [yuuji@yatex.org]
-;;; Last modified Tue Dec 16 13:22:00 2014 on firestorm
+;;; Last modified Thu Dec 18 18:03:48 2014 on firestorm
 ;;; $Id$
 
 ;;; Code:
@@ -49,6 +49,7 @@
     ("cpageref"		(same-as . "cref"))
     ("labelcref"	(same-as . "cref"))
     ("labelcpageref"	(same-as . "cref"))
+    ("wrapfig"	(env "wrapfigure" "wraptable"))
     )
   "Default package vs. macro list.
 Alists contains '(PACKAGENAME . MACROLIST)

yatex.org