yatex

diff yatex.el @ 528:523f54775325

Add completion for bibliographystyle
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 16 May 2018 22:42:48 +0900
parents e0222b0ab207
children d10e53367fef
line diff
     1.1 --- a/yatex.el	Sat Feb 24 16:42:28 2018 +0900
     1.2 +++ b/yatex.el	Wed May 16 22:42:48 2018 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2018 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Tue Jan 23 12:55:49 2018 on firestorm
     1.7 +;;; Last modified Wed May 16 13:41:39 2018 on firestorm
     1.8  ;;; $Id$
     1.9  ;;; The latest version of this software is always available at;
    1.10  ;;; https://www.yatex.org/
    1.11 @@ -303,7 +303,8 @@
    1.12       ("author") ("thanks") ("documentstyle") ("pagestyle") ("thispagestyle")
    1.13       ("title") ("underline") ("label") ("makebox")
    1.14       ("footnote") ("footnotetext") ("index")
    1.15 -     ("hspace*") ("vspace*") ("bibliography") ("bibitem") ("cite")
    1.16 +     ("hspace*") ("vspace*")
    1.17 +     ("bibliography") ("bibliographystyle") ("bibitem") ("cite")
    1.18       ("input") ("include") ("includeonly") ("mbox") ("hbox") ("caption")
    1.19       ("arabic") ("centering") ("uline")
    1.20       ("newcounter")