yatex

changeset 316:c66a2ddb46e4 dev

Now 'YaTeX-use-AMS-LaTeX is t.
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 30 Jan 2014 21:37:46 +0900
parents 12fe2878bd30
children b40fe847c16d
files yatex.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/yatex.el	Fri Jan 17 19:11:13 2014 +0900
     1.2 +++ b/yatex.el	Thu Jan 30 21:37:46 2014 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2014 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Wed Jan  8 08:16:45 2014 on firestorm
     1.7 +;;; Last modified Thu Jan 30 21:36:57 2014 on firestorm
     1.8  ;;; $Id$
     1.9  ;;; The latest version of this software is always available at;
    1.10  ;;; http://www.yatex.org/
    1.11 @@ -8,7 +8,7 @@
    1.12  ;;; Code:
    1.13  (require 'comment)
    1.14  (require 'yatexlib)
    1.15 -(defconst YaTeX-revision-number "1.77.2"
    1.16 +(defconst YaTeX-revision-number "1.77.3"
    1.17    "Revision number of running yatex.el")
    1.18  
    1.19  ;---------- Local variables ----------
    1.20 @@ -189,7 +189,7 @@
    1.21  
    1.22  (defvar YaTeX-auto-math-mode t
    1.23    "*T for changing YaTeX-math mode automatically.")
    1.24 -(defvar YaTeX-use-AMS-LaTeX nil
    1.25 +(defvar YaTeX-use-AMS-LaTeX t
    1.26    "*T for using AMS-LaTeX")
    1.27  
    1.28  (defvar yatex-mode-hook nil