blob: 508ec55ca0173b631db563f2247cc104844a8e3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
BXjscls Package
===============
LaTeX: Japanese document class collection for all major engines
This package provides an extended version of the Japanese document
class collection provided by [jsclasses package]. While the original
version supports only pLaTeX and upLaTeX, the extended version also
supports pdfLaTeX, XeLaTeX and LuaLaTeX, with the aid of suitable
packages that provide capability of Japanese typesetting.
[jsclasses package]: (https://www.ctan.org/pkg/jsclasses)
### SYSTEM REQUIREMENTS
* TeX engine: pdfTeX, XeTeX, LuaTeX, pTeX, or upTeX.
- e-TeX extension is not needed.
- XeTeX must be of version 0.997 or later.
* TeX format: LaTeX.
* DVIware: Anything.
* Prerequisite packages:
- keyval
- calc
- geometry
* Packages that the standard ja-driver cooperates with:
- On (pdf)LaTeX:
CJK + bxcjkjatype (v0.2c+)
- On XeLaTeX:
xeCJK (v3.0+) + zxjatype (v0.6+)
- On LuaLaTeX:
LuaTeX-ja
* Other packages required on occasion:
- type1cm: when `magstyle` is `real`/`xreal`
- pxchfon (v0.5+): when `jafont` is used on pLaTeX
- zxjafont (v0.2a+): when `jafont` is used on XeLaTeX
* When you use ja-drivers other than standard, you generally need
packages for processing Japanese documents that the employed
combination of the ja-driver and the engine supports.
### PACKAGE CONTENT
* `bxjscls-manual.pdf`: the user manual
* `bxjscls-manual.tex`: the source file for the above
* `bxjscls.dtx`: the DocStrip source file
* `bxjscls.ins`: the DocStrip installer file
* `bxjscls.pdf`: the DocStrip document (source code description)
### INSTALLATION
This package bundle is provided in the form of a DocStrip file.
First, run the command to create some files:
luatex bxjscls.ins
This command will generate the following files:
* `bxjsarticle.cls`: the BXJS-flavored article class file
* `bxjsbook.cls`: the BXJS-flavored book class file
* `bxjsreport.cls`: the BXJS-flavored report class file
* `bxjsslide.cls`: the BXJS-flavored slide class file
* `bxjsja-minimal.def`: the `minimal` ja-driver file
* `bxjsja-standard.def`: the `standard` ja-driver file
After that, move the files as follows (in a system compliant to
TDS 1.1):
- `*.cls`/`*.def` → $TEXMF/tex/latex/bxjscls/
- `*.dtx`/`*.ins` → $TEXMF/source/latex/bxjscls/
- `*.pdf`/`*.tex` → $TEXMF/doc/latex/bxjscls/
And rehash your TEXMF trees if necessary.
### USAGE
Please refer to the user manual `bxjscls-manual.pdf`.
Unfortunately, the manual is available only in Japanese....
### LICENSE
This package is distributed under the BSD 2-Clause License.
Revision History
----------------
* Version 1.0 [2015/08/05]
* Version 0.9 [2013/10/03]
* Version 0.4 [2013/08/03]
* Version 0.3a [2012/05/01]
* Version 0.3 [2010/08/15]
* Version 0.2 [2009/08/15]
--------------------
Takayuki YATO (aka. "ZR")
http://zrbabbler.sp.land.to/
|