comparison yatex.el @ 575:777d17c07759 dev

\onecolumn and \twocolumn completions added
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 17 Oct 2019 09:52:31 +0900
parents 714f3527b4a1
children 4dad5f91b26c
comparison
equal deleted inserted replaced
574:80692d8b8828 575:777d17c07759
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-2019 by HIROSE Yuuji.[yuuji@yatex.org] 2 ;;; (c)1991-2019 by HIROSE Yuuji.[yuuji@yatex.org]
3 ;;; Last modified Sat May 25 14:46:49 2019 on firestorm 3 ;;; Last modified Thu Oct 17 09:51:11 2019 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
14 ;;; This software can be treated with: ``The 2-Clause BSD License'' 14 ;;; This software can be treated with: ``The 2-Clause BSD License''
15 ;;; (since 2017-09-09, yatex 1.80). 15 ;;; (since 2017-09-09, yatex 1.80).
16 16
17 ;;; Code: 17 ;;; Code:
18 (require 'yatexlib) 18 (require 'yatexlib)
19 (defconst YaTeX-revision-number "1.81.4" 19 (defconst YaTeX-revision-number "1.81.5"
20 "Revision number of running yatex.el") 20 "Revision number of running yatex.el")
21 21
22 ;---------- Local variables ---------- 22 ;---------- Local variables ----------
23 (defvar YaTeX-prefix "\C-c" 23 (defvar YaTeX-prefix "\C-c"
24 "*Prefix key to call YaTeX functions. 24 "*Prefix key to call YaTeX functions.
450 (defvar singlecmd-table 450 (defvar singlecmd-table
451 (append 451 (append
452 '(("maketitle") ("makeindex") ("sloppy") ("protect") ("par") ("and") 452 '(("maketitle") ("makeindex") ("sloppy") ("protect") ("par") ("and")
453 ("LaTeX") ("TeX") ("item") ("item[]") ("appendix") ("hline") ("kill") 453 ("LaTeX") ("TeX") ("item") ("item[]") ("appendix") ("hline") ("kill")
454 ;;("rightarrow") ("Rightarrow") ("leftarrow") ("Leftarrow") 454 ;;("rightarrow") ("Rightarrow") ("leftarrow") ("Leftarrow")
455 ("onecolumn") ("twocolumn")
455 ("pagebreak") ("nopagebreak") ("tableofcontents") 456 ("pagebreak") ("nopagebreak") ("tableofcontents")
456 ("newpage") ("clearpage") ("cleardoublepage") 457 ("newpage") ("clearpage") ("cleardoublepage")
457 ("footnotemark") ("verb") ("verb*") 458 ("footnotemark") ("verb") ("verb*")
458 ("linebreak") ("pagebreak") ("noindent") ("indent") 459 ("linebreak") ("pagebreak") ("noindent") ("indent")
459 ("raggedright") ("raggedleft") ("centering") 460 ("raggedright") ("raggedleft") ("centering")

yatex.org