blob: 1a1b53c1724515461dbb10cc8e4914d4d0bad520 (
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
|
# jsclasses
The bundle provides Japanese classes and packages, mainly for use with
pLaTeX and upLaTeX. These were originally written by Haruhiko Okumura,
and currently maintained by the Japanese TeX Development Community
(https://texjp.org) on the GitHub repository:
- https://github.com/texjporg/jsclasses
The classes themselves do not automatically enable the support of
Japanese language. You'll need to set up LaTeX environment appropriately
so that it can handle Japanese.
## Character encoding
In the above repository, we include the pre-generated cls/sty files to
ensure proper encoding. All files are now encoded in UTF-8, since
recent versions of pLaTeX/upLaTeX recognizes `\epTeXinputencoding`
primitive of e-(u)pTeX. If you are using old (< 2015) pLaTeX/upLaTeX,
please download files in jis/ directory.
## Contents
- jsclasses (jsarticle, jsbook, jsreport and miscellaneous)
- Japanese classes for pLaTeX/upLaTeX.
- minijs
- Minimal jsclasses-like settings for pLaTeX/upLaTeX.
- okumacro
- Miscellaneous macros for pLaTeX/upLaTeX, written by H. Okumura.
- jsverb, okuverb
- Extended version of `\verb` and `verbatim` env. for pLaTeX/upLaTeX.
- morisawa
- Enable selection of 5 standard fonts for pLaTeX + dvips.
- jslogo
- Extended version of LaTeX-related logos for all *LaTeX engines.
## Release Date
2017-10-04-fix2
Haruhiko Okumura,
Japanese TeX Development Community
|