diff yatexpkg.el @ 314:fae84a98372c dev

("crefrange") ("cpageref") ("labelcref") ("labelcpageref") for cleveref
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 08 Jan 2014 08:19:11 +0900
parents fcdb9189cd9c
children 30a8f68abe0a
line wrap: on
line diff
--- a/yatexpkg.el	Wed Jan 08 07:52:12 2014 +0900
+++ b/yatexpkg.el	Wed Jan 08 08:19:11 2014 +0900
@@ -1,7 +1,7 @@
 ;;; yatexpkg.el --- YaTeX package manager
 ;;; 
 ;;; (c)2003-2014 by HIROSE, Yuuji [yuuji@yatex.org]
-;;; Last modified Wed Jan  8 07:50:29 2014 on firestorm
+;;; Last modified Wed Jan  8 08:18:12 2014 on firestorm
 ;;; $Id$
 
 ;;; Code:
@@ -44,7 +44,12 @@
     ("ulem"	(section "uline" "uuline" "uwave")
 		(option ("normalem")))
     ("multicol"	(env "multicols"))
-    ("cref"	(section "cleveref")))
+    ("cref"	(section "cleveref"))
+    ("crefrange"	(same-as . "cref"))
+    ("cpageref"		(same-as . "cref"))
+    ("labelcref"	(same-as . "cref"))
+    ("labelcpageref"	(same-as . "cref"))
+    )
   "Default package vs. macro list.
 Alists contains '(PACKAGENAME . MACROLIST)
 PACKAGENAME     Basename of package(String).

yatex.org