yatex

diff yatexpkg.el @ 331:d9c547265e6e

Insertion of includegraphics and args should be done separately
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 16 Dec 2014 11:31:45 +0900
parents fcdb9189cd9c
children 30a8f68abe0a
line diff
     1.1 --- a/yatexpkg.el	Wed Jan 08 07:52:12 2014 +0900
     1.2 +++ b/yatexpkg.el	Tue Dec 16 11:31:45 2014 +0900
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; yatexpkg.el --- YaTeX package manager
     1.5  ;;; 
     1.6  ;;; (c)2003-2014 by HIROSE, Yuuji [yuuji@yatex.org]
     1.7 -;;; Last modified Wed Jan  8 07:50:29 2014 on firestorm
     1.8 +;;; Last modified Wed Jan  8 08:18:12 2014 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; Code:
    1.12 @@ -44,7 +44,12 @@
    1.13      ("ulem"	(section "uline" "uuline" "uwave")
    1.14  		(option ("normalem")))
    1.15      ("multicol"	(env "multicols"))
    1.16 -    ("cref"	(section "cleveref")))
    1.17 +    ("cref"	(section "cleveref"))
    1.18 +    ("crefrange"	(same-as . "cref"))
    1.19 +    ("cpageref"		(same-as . "cref"))
    1.20 +    ("labelcref"	(same-as . "cref"))
    1.21 +    ("labelcpageref"	(same-as . "cref"))
    1.22 +    )
    1.23    "Default package vs. macro list.
    1.24  Alists contains '(PACKAGENAME . MACROLIST)
    1.25  PACKAGENAME     Basename of package(String).