blob: e7183f645b248efa6fdd0b710b8414d2e916d08a (
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
|
# platex-tools
This bundle is an extended version of latex-tools bundle developed
by LaTeX team, mainly intended to support pLaTeX2e and upLaTeX2e.
Patches for latex-tools bundle and ms bundle (by Martin Schröder)
and some additional packages are included.
## Bundle contents
- plarray.sty:
Patch for array.sty (latex-tools) to improve
compatibility with pLaTeX/upLaTeX kernels.
Can be used on pLaTeX/upLaTeX.
- plextarray.sty:
Patch for array.sty (latex-tools) to improve
compatibility with plext.sty in pLaTeX.
Can be used on pLaTeX/upLaTeX.
- plextdelarray.sty:
Patch for delarray.sty (latex-tools) to improve
compatibility with plext.sty in pLaTeX.
Can be used on pLaTeX/upLaTeX.
- pxftnright.sty:
Patch for ftnright.sty (latex-tools) to support
Japanese classes for vertical writing.
Can be used on pLaTeX/upLaTeX.
- pxeverysel.sty:
Patch for everysel.sty (ms) to improve
compatibility with Japanese font selection in pLaTeX.
Can be used on pLaTeX/upLaTeX.
Previous version of this package (v0.1) was written by
Takayuki YATO in 2015
(https://gist.github.com/zr-tex8r/48c6910bbbe2f41d72de),
and incorporated into this bundle by his courtesy.
- pxeveryshi.sty:
Patch for everyshi.sty (ms) to support
Japanese classes for vertical writing.
Can be used on pLaTeX/upLaTeX.
Previous version of this package (v0.1) was written by
Takayuki YATO in 2012
(https://gist.github.com/zr-tex8r/2702969),
and incorporated into this bundle by his courtesy.
- bounddvi.sty:
Set papersize special to DVI file.
Can be used on LaTeX/pLaTeX/upLaTeX
with dvips or dvipdfmx drivers.
Previous version of this package (v6.0) was written by
Koichi INOUE in 2004
(https://www.ma.ns.tcu.ac.jp/Pages/TeX/bounddvi.sty.html),
and incorporated into this bundle by his courtesy.
- pxgentombow.sty:
Generate crop mark (called 'tombow' in Japanese) for
practical use in self-publishing.
Can be used on pLaTeX/upLaTeX and LuaTeX-ja.
## Character encoding
All the package files (.sty) contain ASCII characters only.
All the document files (.tex) are encoded in UTF-8.
## Installation
- *.sty -> $TEXMF/tex/platex/platex-tools
- *.tex, *.pdf -> $TEXMF/doc/platex/platex-tools
## Repository
The bundle is maintained on GitHub:
https://github.com/aminophen/platex-tools
You can also obtain this bundle from CTAN:
https://www.ctan.org/pkg/platex-tools
## License
The bundle may be distributed and/or modified under the terms of
the 3-clause BSD license (see [LICENSE](./LICENSE)).
## Release Date
2017-07-29
Hironobu Yamashita
|