yatex

diff yatex.el @ 575:777d17c07759

\onecolumn and \twocolumn completions added
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 17 Oct 2019 09:52:31 +0900
parents 714f3527b4a1
children 4dad5f91b26c
line diff
     1.1 --- a/yatex.el	Sat May 25 14:48:03 2019 +0900
     1.2 +++ b/yatex.el	Thu Oct 17 09:52:31 2019 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2019 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Sat May 25 14:46:49 2019 on firestorm
     1.7 +;;; Last modified Thu Oct 17 09:51:11 2019 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 @@ -16,7 +16,7 @@
    1.12  
    1.13  ;;; Code:
    1.14  (require 'yatexlib)
    1.15 -(defconst YaTeX-revision-number "1.81.4"
    1.16 +(defconst YaTeX-revision-number "1.81.5"
    1.17    "Revision number of running yatex.el")
    1.18  
    1.19  ;---------- Local variables ----------
    1.20 @@ -452,6 +452,7 @@
    1.21     '(("maketitle") ("makeindex") ("sloppy") ("protect") ("par") ("and")
    1.22       ("LaTeX") ("TeX") ("item") ("item[]") ("appendix") ("hline") ("kill")
    1.23       ;;("rightarrow") ("Rightarrow") ("leftarrow") ("Leftarrow")
    1.24 +     ("onecolumn") ("twocolumn")
    1.25       ("pagebreak") ("nopagebreak") ("tableofcontents")
    1.26       ("newpage") ("clearpage") ("cleardoublepage")
    1.27       ("footnotemark") ("verb") ("verb*")