summaryrefslogtreecommitdiff
path: root/info/mendex-doc/README.md
blob: e327fc98bc2417b557e0229287d986c44ffbb6f6 (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
mendex  --- Index processor
===========================

The program `mendex` is a general purpose hierarchical index generator.
It is almost compatible with `makeindex`, and additional features
for Japanese (handling readings of kanji words etc.) are also available.

### Features

See manual [mendex.1](./mendex.1) in roff format.

### History

`mendex` is originally developed by ASCII Corporation and
ASCII Media Works, Inc.

The source codes are currently maintained in TeX Live and GitHub repositories.
Following features are added by Japanese TeX Development Community:

* option `-U`: Set input/output character encoding to UTF-8.
* option `-I enc`: Set internal character encoding to `enc`.
* option `--help`: Show summary of options.
* option `--`: Arguments after `--` are not taken as options.


About mendex-doc package
------------------------

The `mendex-doc` package provides documentation for `mendex`.
Source code of the program is not included in it.

### Repository

The bundle is maintained on GitHub:
https://github.com/texjporg/tex-jp-build  (sources), and
https://github.com/texjporg/mendex-doc  (documents).

If you have any issues, please let us know from the above page or
by e-mail <issue@texjp.org>.

### License

The package may be distributed and/or modified under the terms of
the 3-clause BSD license (see [LICENSE](./LICENSE)).

### Release Date

2021-06-25

Japanese TeX Development Community