comparison yatex.el @ 563:bf4bdd7c4aae dev

YaTeX-default-documentclass set to jsarticle
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 16 Jan 2019 08:24:17 +0900
parents 3f5ce5a755c4
children 71697ec66240
comparison
equal deleted inserted replaced
562:43508ed8bcc8 563:bf4bdd7c4aae
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 Dec 25 20:03:02 2018 on firestorm 3 ;;; Last modified Wed Jan 16 08:00:17 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.1" 19 (defconst YaTeX-revision-number "1.81.2"
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.

yatex.org