blob: 2f82efce0678557607a45bfb1ac35be53232d0ad (
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
|
PXufont Package
===============
LaTeX: To emulate non-Unicode Japanese fonts using Unicode fonts
The set of the Japanese logical fonts (JFMs) that are used as standard
fonts in pTeX and upTeX contains both Unicode JFMs and non-Unicode JFMs.
This bundle provides an alternative set of non-Unicode JFMs that are tied
to the virtual fonts (VFs) that refer to the glyphs in the Unicode JFMs.
Moreover it provides a LaTeX package that redefines the NFSS settings of
the Japanese fonts of (u)pLaTeX so that the new set of non-Unicode JFMs
will be employed. As a whole, this bundle allows users to dispense with
the mapping setup on non-Unicode JFMs.
Such setup is useful in particular when users want to use such OpenType
fonts (such as Source Han Serif) that have a glyph encoding different from
Adobe-Japan1, because mapping setup from non-Unicode JFMs to such physical
fonts are difficult to prepare.
### System requirement
* TeX format: LaTeX.
* TeX engine: pTeX / upTeX.
* DVI drivers: Anything that supports JFMs and VFs.
* Dependent packages:
- ifptex
### Installation
- `*.sty` → $TEXMF/tex/platex/pxufont/
- `tfm/*.tfm` → $TEXMF/fonts/tfm/public/pxufont/
- `vf/*.vf` → $TEXMF/fonts/vf/public/pxufont/
### License
This package is distributed under the MIT License.
The bxufont Package
-------------------
### Package Loading
\usepackage{pxufont}
There are no package options available. Once the package is loaded, the
NFSS settings for the standard Japanese fonts will be redeclared.
Note: When you use both this package and the japanese-otf package, then
you must load japanese-otf earlier.
### Usage
For present, this package has no public commands. All the settings are
done through the package option.
Revision History
----------------
* Version 0.3 〈2017/07/07〉
- Emulate also some Unicode fonts which VFs map to non-Unicode fonts.
* Version 0.2 〈2017/06/28〉
- The first public version.
--------------------
Takayuki YATO (aka. "ZR")
https://github.com/zr-tex8r
|