changeset 312:0d42b3d7f958 dev

Add completion of \cref
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 08 Jan 2014 07:45:44 +0900
parents f1d2753cb4f1
children fcdb9189cd9c
files yatex.el yatexadd.el yatexpkg.el
diffstat 3 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/yatex.el	Tue Dec 24 09:03:55 2013 +0900
+++ b/yatex.el	Wed Jan 08 07:45:44 2014 +0900
@@ -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")
--- a/yatexadd.el	Tue Dec 24 09:03:55 2013 +0900
+++ b/yatexadd.el	Wed Jan 08 07:45:44 2014 +0900
@@ -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
--- 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