blob: 3f1f661f4bcf19bb2570256e2f7052cb4fbb3db2 (
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
|
# platex
The bundle provides pLaTeX2e and miscellaneous macros for pTeX and e-pTeX.
The bundle is a community edition forked from the original ASCII edition
(ptex-texmf-2.5). The GitHub repository
- https://github.com/texjporg/platex
is now maintained by [Japanese TeX Development Community](http://texjp.org).
The original ASCII edition can be obtained from:
- https://ctan.org/pkg/ptex-texmf
## Changes from the original ASCII edition
See the documents (platex.pdf, pldoc.pdf, platexrelease.pdf) for more information.
- Fix macros which are inconsistent with the latest e-pTeX
(e.g. \footnote, tabular, \parbox, \underline).
- Fix several bugs in pLaTeX2e format and packages.
- Add platexrelease.sty. As with the latexrelease package, this
package enables us to use the old versions of pLaTeX2e (from
2006/11/10 the ASCII edition).
## Documentation
A brief exposition of pLaTeX2e is provided in platex.pdf.
The document can be obtained by executing the following commands:
platex platex.dtx
dvipdfmx platex.dvi
The comprehensive explanation of pLaTeX2e source is included in
pldoc.pdf. If you are interested in typesetting pldoc.tex yourself,
the following commands will be helpful:
platex pldocs.ins
platex Xins.ins
sh mkpldoc.sh
dvipdfmx pldoc.dvi
## Character encoding
All the text files containing Japanese characters in this repository
are encoded in ISO-2022-JP. This is because ISO-2022-JP encoded
texts are most suitable for the traditional pTeX engine.
## Repository
The bundle is maintained on GitHub:
https://github.com/texjporg/platex
If you have issues, please let us know from the above page.
## License
The bundle may be distributed and/or modified under the terms of
the 3-clause BSD license (see [LICENSE](./LICENSE)).
## Release Date
2018-09-22
Japanese TeX Development Community
|