Uwe Stöhr wrote:
I'll try to implement the encoding check when I find some more time.
Therefore I requested bugzilla entries as this assures that it won't
be forgotten.
OK, I'll do so.
I implemented JMarcs suggestion that the japanese packaeg is only
loaded when a textclass doesn't already provide it.
Thank you. I attach layout files for standard Japanese classes using
this feature. Could you include these in trunk?
And, when japanese-plain is used, it seems that we have to omit
[english] option from \documentclass declaration, i.e. the line current
output of jsarticle has
> \documentclass[english]{jsarticle}
but this must be changed to
> \documentclass{jsarticle}
otherwise output such as "Part I" remains English, not Japanese.
I furthermore disables the SJIS-plain encoding for now until we have
better support for it using the needed conversion your described.
Yes, thank you.
Koji
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass{article (Japanese)}
# Japanese article textclass definition file.
# Author : Koji Yokota ([EMAIL PROTECTED])
# This style provides japanese features
Provides japanese 1
# Input general definitions
Input article.layout
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass{book (Japanese)}
# Japanese book textclass definition file.
# Author : Koji Yokota ([EMAIL PROTECTED])
# This style provides japanese features
Provides japanese 1
# Input general definitions
Input book.layout
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass{report (Japanese)}
# Japanese report textclass definition file.
# Author : Koji Yokota ([EMAIL PROTECTED])
# This style provides japanese features
Provides japanese 1
# Input general definitions
Input report.layout
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass{article (Japanese New)}
# Japanese new article textclass definition file.
# Author : Koji Yokota ([EMAIL PROTECTED])
# This style provides japanese features
Provides japanese 1
# Input general definitions
Input article.layout
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass{book (Japanese New)}
# Japanese new book textclass definition file.
# Author : Koji Yokota ([EMAIL PROTECTED])
# This style provides japanese features
Provides japanese 1
# Input general definitions
Input book.layout
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass{article (Japanese in vertical writing)}
# Definition file of Japanese article textclass for vertical writing.
# Author : Koji Yokota ([EMAIL PROTECTED])
# This style provides japanese features
Provides japanese 1
# Input general definitions
Input article.layout
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass{book (Japanese in vertical writing)}
# Definition file of Japanese book textclass for vertical writing.
# Author : Koji Yokota ([EMAIL PROTECTED])
# This style provides japanese features
Provides japanese 1
# Input general definitions
Input book.layout
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass{report (Japanese in vertical writing)}
# Definition file of Japanese report textclass for vertical writing.
# Author : Koji Yokota ([EMAIL PROTECTED])
# This style provides japanese features
Provides japanese 1
# Input general definitions
Input report.layout