yatex

changeset 347:85737ee595a2 dev

`jsarticle' as default
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 19 Dec 2014 07:48:47 +0900
parents c7391d191cd0
children 3478a327ae41
files yatex.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/yatex.el	Thu Dec 18 23:32:50 2014 +0900
     1.2 +++ b/yatex.el	Fri Dec 19 07:48:47 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 Thu Dec 18 18:20:39 2014 on firestorm
     1.7 +;;; Last modified Fri Dec 19 07:46:21 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 @@ -105,7 +105,7 @@
    1.12    "*Command name to convert dvi file to PDF.")
    1.13  
    1.14  (defvar YaTeX-default-document-style
    1.15 -  (concat (if YaTeX-japan "j") "article")
    1.16 +  (concat (if YaTeX-japan "js") "article")
    1.17    "*Default LaTeX Documentstyle for YaTeX-typeset-region.")
    1.18  
    1.19  (defvar YaTeX-need-nonstop nil