blob: 923d311e5e24009bcd67a213a5417a05088938a0 (
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
|
# morisawa
This package enables selection of 5 standard Japanese fonts
for pLaTeX + dvips.
The package was originally written by Haruhiko Okumura as part of
[jsclasses](https://github.com/texjporg/jsclasses) bundle,
and the TFM/VF files were previously distributed as part of
[ptex-fonts](https://github.com/texjporg/ptex-fonts) package.
Now all these files are distributed as a separate package,
maintained by Japanese TeX Development Community.
"Morisawa" is the name of Japanese font vendor,
but here we use only generic font names;
it means that there is no need for actual Morisawa fonts.
## Installation
- map/* -> `$TEXMF/fonts/map/dvipdfmx/morisawa/`
- tfm/* -> `$TEXMF/fonts/tfm/public/morisawa/`
- vf/* -> `$TEXMF/fonts/vf/public/morisawa/`
- *.sty -> `$TEXMF/tex/platex/morisawa/`
## Repository
The bundle is maintained on GitHub:
https://github.com/texjporg/morisawa
## Release Date
2018-03-11
Haruhiko Okumura,
Japanese TeX Development Community
|