comparison yatex.el @ 528:523f54775325 dev

Add completion for bibliographystyle
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 16 May 2018 22:42:48 +0900
parents e0222b0ab207
children d10e53367fef
comparison
equal deleted inserted replaced
527:af4601ee3c6a 528:523f54775325
1 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*- 1 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
2 ;;; (c)1991-2018 by HIROSE Yuuji.[yuuji@yatex.org] 2 ;;; (c)1991-2018 by HIROSE Yuuji.[yuuji@yatex.org]
3 ;;; Last modified Tue Jan 23 12:55:49 2018 on firestorm 3 ;;; Last modified Wed May 16 13:41:39 2018 on firestorm
4 ;;; $Id$ 4 ;;; $Id$
5 ;;; The latest version of this software is always available at; 5 ;;; The latest version of this software is always available at;
6 ;;; https://www.yatex.org/ 6 ;;; https://www.yatex.org/
7 7
8 ;;; This program is distributed as a free software. You can 8 ;;; This program is distributed as a free software. You can
301 ("subsection") ("subsection*") 301 ("subsection") ("subsection*")
302 ("subsubsection") ("paragraph") ("subparagraph") 302 ("subsubsection") ("paragraph") ("subparagraph")
303 ("author") ("thanks") ("documentstyle") ("pagestyle") ("thispagestyle") 303 ("author") ("thanks") ("documentstyle") ("pagestyle") ("thispagestyle")
304 ("title") ("underline") ("label") ("makebox") 304 ("title") ("underline") ("label") ("makebox")
305 ("footnote") ("footnotetext") ("index") 305 ("footnote") ("footnotetext") ("index")
306 ("hspace*") ("vspace*") ("bibliography") ("bibitem") ("cite") 306 ("hspace*") ("vspace*")
307 ("bibliography") ("bibliographystyle") ("bibitem") ("cite")
307 ("input") ("include") ("includeonly") ("mbox") ("hbox") ("caption") 308 ("input") ("include") ("includeonly") ("mbox") ("hbox") ("caption")
308 ("arabic") ("centering") ("uline") 309 ("arabic") ("centering") ("uline")
309 ("newcounter") 310 ("newcounter")
310 ("newlength") ("setlength" 2) ("addtolength" 2) ("settowidth" 2) 311 ("newlength") ("setlength" 2) ("addtolength" 2) ("settowidth" 2)
311 ("setcounter" 2) ("addtocounter" 2) ("stepcounter" 2) 312 ("setcounter" 2) ("addtocounter" 2) ("stepcounter" 2)

yatex.org