diff yatexpkg.el @ 312:0d42b3d7f958 dev

Add completion of \cref
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 08 Jan 2014 07:45:44 +0900
parents 53709ee88448
children fcdb9189cd9c
line wrap: on
line diff
--- a/yatexpkg.el	Tue Dec 24 09:03:55 2013 +0900
+++ b/yatexpkg.el	Wed Jan 08 07:45:44 2014 +0900
@@ -1,7 +1,7 @@
 ;;; yatexpkg.el --- YaTeX package manager
 ;;; 
 ;;; (c)2003-2013 by HIROSE, Yuuji [yuuji@yatex.org]
-;;; Last modified Fri Jul  5 23:30:48 2013 on firestorm
+;;; Last modified Wed Jan  8 07:44:40 2014 on firestorm
 ;;; $Id$
 
 ;;; Code:
@@ -43,7 +43,8 @@
     ("xcolor"	(same-as . "color"))
     ("ulem"	(section "uline" "uuline" "uwave")
 		(option ("normalem")))
-    ("multicol"	(env "multicols")))
+    ("multicol"	(env "multicols"))
+    ("cref"	(section "cleveref")))
   "Default package vs. macro list.
 Alists contains '(PACKAGENAME . MACROLIST)
 PACKAGENAME     Basename of package(String).

yatex.org