diff options
author | Karl Berry <karl@freefriends.org> | 2017-06-29 21:34:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-06-29 21:34:03 +0000 |
commit | 2c8d23277ab1b87ca0587580f1b3a2f12ddb5a07 (patch) | |
tree | f6af6b377458ba8d5b12e71828d5f75c95b049e6 /Master/texmf-dist/doc/latex/pxufont | |
parent | 492d2fafcfc5e0d0fa4002ec8c1044ef070d6f7b (diff) |
pxufont (29jun17)
git-svn-id: svn://tug.org/texlive/trunk@44725 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pxufont')
-rw-r--r-- | Master/texmf-dist/doc/latex/pxufont/LICENSE | 21 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pxufont/README.md | 66 |
2 files changed, 87 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pxufont/LICENSE b/Master/texmf-dist/doc/latex/pxufont/LICENSE new file mode 100644 index 00000000000..8ada757fbc8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/pxufont/LICENSE @@ -0,0 +1,21 @@ +The MIT License + +Copyright (c) 2017 Takayuki YATO (aka. "ZR") + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. 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 |