comparison yatex.el @ 294:8d3156073892 dev

for 1.77
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 01 Apr 2013 22:47:31 +0900
parents 027c4e8d98ce
children 326bd21ad995
comparison
equal deleted inserted replaced
293:f5151d4240a9 294:8d3156073892
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-2012 by HIROSE Yuuji.[yuuji@yatex.org] 2 ;;; (c)1991-2013 by HIROSE Yuuji.[yuuji@yatex.org]
3 ;;; Last modified Tue Feb 12 14:11:51 2013 on firestorm 3 ;;; Last modified Mon Apr 1 22:40:25 2013 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 ;;; http://www.yatex.org/ 6 ;;; http://www.yatex.org/
7 7
8 ;;; Code: 8 ;;; Code:
9 (require 'comment) 9 (require 'comment)
10 (require 'yatexlib) 10 (require 'yatexlib)
11 (defconst YaTeX-revision-number "1.76.3" 11 (defconst YaTeX-revision-number "1.77"
12 "Revision number of running yatex.el") 12 "Revision number of running yatex.el")
13 13
14 ;---------- Local variables ---------- 14 ;---------- Local variables ----------
15 (defvar YaTeX-prefix "\C-c" 15 (defvar YaTeX-prefix "\C-c"
16 "*Prefix key to call YaTeX functions. 16 "*Prefix key to call YaTeX functions.

yatex.org