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 wrap: on
line diff
--- a/yatex.el	Thu Dec 18 23:32:50 2014 +0900
+++ b/yatex.el	Fri Dec 19 07:48:47 2014 +0900
@@ -1,6 +1,6 @@
 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
 ;;; (c)1991-2014 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Thu Dec 18 18:20:39 2014 on firestorm
+;;; Last modified Fri Dec 19 07:46:21 2014 on firestorm
 ;;; $Id$
 ;;; The latest version of this software is always available at;
 ;;; http://www.yatex.org/
@@ -105,7 +105,7 @@
   "*Command name to convert dvi file to PDF.")
 
 (defvar YaTeX-default-document-style
-  (concat (if YaTeX-japan "j") "article")
+  (concat (if YaTeX-japan "js") "article")
   "*Default LaTeX Documentstyle for YaTeX-typeset-region.")
 
 (defvar YaTeX-need-nonstop nil

yatex.org