blob: 7c9e64078900951d521adc28c2c23daf28cb844e (
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
|
# jlreq
## What is this?
This package provides the class file and JFM (Japanese font metric) files for LuaTeX-ja / pLaTeX / upLaTeX. This aims to implement [Requirements for Japanese Text Layout](https://www.w3.org/TR/jlreq/).
## Installation
Run `make`, then JFM files are created. Move the files as follows:
* *.tfm -> $TEXMF/fonts/tfm/public/jlreq
* *.vf -> $TEXMF/fonts/vf/public/jlreq
* jfm-jlreq.lua jfm-jlreqv.lua -> $TEXMF/tex/luatex/jlreq
* jlreq.cls -> $TEXMF/tex/latex/jlreq
`make install` will do this where $TEXMF=$TEXMFHOME
## Usage
See [README-ja.md](README-ja.md) (in Japanese).
## LICENSE
This package is distributed under the BSD 2-Clause License. See [LICENSE](LICENSE).
## CHANGELOG
* 2017-02-08
- First release.
* 2017-02-17
- Fix bugs.
- Implement `abstract` environment.
- Change/Add some keys to class option/`\jlreqsetup`
- Stop to load `pxrubirica`, `luatexja-ruby` and `nidanfloat`.
* 2017-03-14
- Fix bugs.
- `\sffamily` etc. also change the Japanese font family.
- Add many options to `\DeclareBlockHeading`.
- Some options related to `quote` environment etc.
* 2017-03-20
- Fix bugs.
- Insert some spaces around `\footnote / \sidenote / \endnote`.
* 2017-04-04
- Fix a bug.
- Add options `tate` and `font` to `\DeclarePageStyle`.
* 2017-04-29
- Fix bugs.
- Add `jafontsize` and `jafontscale` options and `\jafontsize`.
- Add `\tatechuyoko`.
- `jlreq_warnings` -> `jlreq_notes` (class option).
- Move some class options to `\jlreqsetup`.
- Add some options to `\jlreqsetup`.
- `paper={<height>,<width>}` -> `paper={<width>,<height>}`.
* 2017-06-11
- Stop to load `plext` and `lltjext`.
- Add `align` to `\DeclareBlockHeading` and delete `indent=center`, `end_indent=center`.
- Change `\kcatcode` for some characters (upLaTeX).
--------------
Noriyuki Abe
https://github.com/abenori/jlreq
|