yatex

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 diff
     1.1 --- a/yatex.el	Tue Dec 24 09:03:55 2013 +0900
     1.2 +++ b/yatex.el	Wed Jan 08 07:45:44 2014 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2013 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Thu Nov 21 16:15:16 2013 on firestorm
     1.7 +;;; Last modified Wed Jan  8 07:43:42 2014 on firestorm
     1.8  ;;; $Id$
     1.9  ;;; The latest version of this software is always available at;
    1.10  ;;; http://www.yatex.org/
    1.11 @@ -261,6 +261,7 @@
    1.12       ("newenvironment" 3) ("newtheorem" 2)
    1.13       ("cline") ("framebox") ("savebox" 2) ("sbox" 2) ("newsavebox") ("usebox")
    1.14       ("date") ("put") ("ref") ("pageref") ("tabref") ("figref") ("raisebox" 2)
    1.15 +     ("cref") ;cleveref
    1.16       ("multicolumn" 3) ("shortstack") ("parbox" 2)
    1.17       ;; for mathmode accent
    1.18       ("tilde") ("hat") ("check") ("bar") ("dot") ("ddot") ("vec")
     2.1 --- a/yatexadd.el	Tue Dec 24 09:03:55 2013 +0900
     2.2 +++ b/yatexadd.el	Wed Jan 08 07:45:44 2014 +0900
     2.3 @@ -1,7 +1,7 @@
     2.4  ;;; yatexadd.el --- YaTeX add-in functions
     2.5  ;;; yatexadd.el rev.20
     2.6  ;;; (c)1991-2013 by HIROSE Yuuji.[yuuji@yatex.org]
     2.7 -;;; Last modified Tue Dec 24 08:53:15 2013 on firestorm
     2.8 +;;; Last modified Wed Jan  8 07:44:08 2014 on firestorm
     2.9  ;;; $Id$
    2.10  
    2.11  ;;; Code:
    2.12 @@ -1248,6 +1248,7 @@
    2.13        
    2.14  
    2.15  (fset 'YaTeX::pageref 'YaTeX::ref)
    2.16 +(fset 'YaTeX::cref 'YaTeX::ref)
    2.17  (defun YaTeX::tabref (argp)	    ; For the style file of IPSJ journal
    2.18    (YaTeX::ref
    2.19     argp nil nil
     3.1 --- a/yatexpkg.el	Tue Dec 24 09:03:55 2013 +0900
     3.2 +++ b/yatexpkg.el	Wed Jan 08 07:45:44 2014 +0900
     3.3 @@ -1,7 +1,7 @@
     3.4  ;;; yatexpkg.el --- YaTeX package manager
     3.5  ;;; 
     3.6  ;;; (c)2003-2013 by HIROSE, Yuuji [yuuji@yatex.org]
     3.7 -;;; Last modified Fri Jul  5 23:30:48 2013 on firestorm
     3.8 +;;; Last modified Wed Jan  8 07:44:40 2014 on firestorm
     3.9  ;;; $Id$
    3.10  
    3.11  ;;; Code:
    3.12 @@ -43,7 +43,8 @@
    3.13      ("xcolor"	(same-as . "color"))
    3.14      ("ulem"	(section "uline" "uuline" "uwave")
    3.15  		(option ("normalem")))
    3.16 -    ("multicol"	(env "multicols")))
    3.17 +    ("multicol"	(env "multicols"))
    3.18 +    ("cref"	(section "cleveref")))
    3.19    "Default package vs. macro list.
    3.20  Alists contains '(PACKAGENAME . MACROLIST)
    3.21  PACKAGENAME     Basename of package(String).