summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pxjodel/README.md
blob: 59b910165638dac9465ea83c2d86ab6d4af85216 (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
PXjodel Package
===============

LaTeX: To help change metrics of the fonts of japanese-otf package

This package changes the setup of the japanese-otf package, so that the
TFMs for direct input are all replaced by new ones with prefixed names;
for exmaple, `nmlminr-h` will be replaced by `foo--nmlminr-h`, where
`foo` is the prefix specified by the user.

This function will assist the users who want to use japamese-otf package
together with tailored TFMs of Japanese fonts.

### System requirement

  * TeX format: LaTeX.
  * TeX engine: pTeX / upTeX (including its derivatives).
  * DVI drivers: Anything that supports JFMs and VFs.
  * Dependent packages:
      - japanese-otf
      - ifptex
      - xkeyval

### Installation

  - `*.sty`     → $TEXMF/tex/platex/pxjodel/
  - `tfm/*.tfm` → $TEXMF/fonts/tfm/public/pxjodel/
  - `vf/*.vf`   → $TEXMF/fonts/vf/public/pxjodel/

### License

This package is distributed under the MIT License.


The pxjodel Package ― main
---------------------------

Note: The manual [pxjodel.pdf] (in Japanese) describes how to utilize this
package to customize the metrics of the fonts of japanese-otf package.

### Package Loading

    \usepackage[<option>,...]{pxjodel}

Available options are:

  * `prefix=<string>`: Specifies the prefix for new TFM names, actually
    the prefix `<string>--` will be prepended to names; `prefix=foo` will
    replace `nmlminr-h` with `foo--nmlminr-h`.
  * All other options are passed to japanese-otf. Note that if you use
    this mechanism, you must not load japanese-otf before this package.

When this package is loaded, japanese-otf will be automatically loaded
unless it is already loaded. Once the package is loaded, the NFSS settings
for the fonts of japanese-otf will be redeclared.

### Usage

For present, this package has no public commands. All the settings are
done through the package option.


Revision History
----------------

  * Version 0.2  〈2019/02/02〉
      - The first public version.

--------------------
Takayuki YATO (aka. "ZR")  
https://github.com/zr-tex8r