diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pxufont/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/pxufont/README.md | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pxufont/README.md b/Master/texmf-dist/doc/latex/pxufont/README.md new file mode 100644 index 00000000000..ece07a12b3b --- /dev/null +++ b/Master/texmf-dist/doc/latex/pxufont/README.md @@ -0,0 +1,66 @@ +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.2 〈2017/06/28〉 + - The first public version. + +-------------------- +Takayuki YATO (aka. "ZR") +https://github.com/zr-tex8r |