# HG changeset patch # User HIROSE Yuuji # Date 1418942927 -32400 # Node ID 85737ee595a2ad385e8b0b028ff0f7e6668bc46a # Parent c7391d191cd004bb14855af5d29e17d980f0a151 `jsarticle' as default diff -r c7391d191cd0 -r 85737ee595a2 yatex.el --- 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