diff yatexadd.el @ 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
line wrap: on
line diff
--- 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

yatex.org