yatex

diff yatexadd.el @ 183:1c41dc8a28eb

doc fix
author yuuji@gentei.org
date Thu, 13 Oct 2011 10:16:58 +0900
parents 7dc3c2332da5
children ad4e0a008972
line diff
     1.1 --- a/yatexadd.el	Fri Feb 18 14:52:12 2011 +0900
     1.2 +++ b/yatexadd.el	Thu Oct 13 10:16:58 2011 +0900
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; YaTeX add-in functions.
     1.5  ;;; yatexadd.el rev.19
     1.6  ;;; (c)1991-2011 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Thu Feb 17 11:15:20 2011 on firestorm
     1.8 +;;; Last modified Mon Mar  7 12:12:11 2011 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;;
    1.12 @@ -1690,6 +1690,7 @@
    1.13      ("latterpaper") ("legalpaper") ("executivepaper") ("landscape")
    1.14      ("oneside") ("twoside") ("draft") ("final") ("leqno") ("fleqn") ("openbib")
    1.15      ("tombow") ("titlepage") ("notitlepage") ("dvips")
    1.16 +    ("mingoth")				;for jsarticle
    1.17      ("clock")				;for slides class only
    1.18      )
    1.19      "Default options list for documentclass")
    1.20 @@ -1727,6 +1728,7 @@
    1.21  
    1.22  (defvar YaTeX:documentclasses-default
    1.23    '(("article") ("jarticle") ("report") ("jreport") ("book") ("jbook")
    1.24 +    ("jsarticle") ("jsbook")
    1.25      ("j-article") ("j-report") ("j-book")
    1.26      ("letter") ("slides") ("ltxdoc") ("ltxguide") ("ltnews") ("proc"))
    1.27    "Default documentclass alist")