diff --git a/yatex.el b/yatex.el index 6beae45..855b776 100644 --- a/yatex.el +++ b/yatex.el @@ -1,6 +1,6 @@ ;;; yatex.el --- Yet Another tex-mode for emacs //�쒹// -*- coding: sjis -*- ;;; (c)1991-2013 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Thu Nov 21 16:15:16 2013 on firestorm +;;; Last modified Wed Jan 8 07:43:42 2014 on firestorm ;;; $Id$ ;;; The latest version of this software is always available at; ;;; http://www.yatex.org/ @@ -261,6 +261,7 @@ ("newenvironment" 3) ("newtheorem" 2) ("cline") ("framebox") ("savebox" 2) ("sbox" 2) ("newsavebox") ("usebox") ("date") ("put") ("ref") ("pageref") ("tabref") ("figref") ("raisebox" 2) + ("cref") ;cleveref ("multicolumn" 3) ("shortstack") ("parbox" 2) ;; for mathmode accent ("tilde") ("hat") ("check") ("bar") ("dot") ("ddot") ("vec") diff --git a/yatexadd.el b/yatexadd.el index dc07c94..e22dd51 100644 --- a/yatexadd.el +++ b/yatexadd.el @@ -1,7 +1,7 @@ ;;; yatexadd.el --- YaTeX add-in functions ;;; yatexadd.el rev.20 ;;; (c)1991-2013 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Tue Dec 24 08:53:15 2013 on firestorm +;;; Last modified Wed Jan 8 07:44:08 2014 on firestorm ;;; $Id$ ;;; Code: @@ -1248,6 +1248,7 @@ (fset 'YaTeX::pageref 'YaTeX::ref) +(fset 'YaTeX::cref 'YaTeX::ref) (defun YaTeX::tabref (argp) ; For the style file of IPSJ journal (YaTeX::ref argp nil nil diff --git a/yatexpkg.el b/yatexpkg.el index 16c3647..8d7fb3e 100644 --- a/yatexpkg.el +++ b/yatexpkg.el @@ -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).