diff options
author | Norbert Preining <preining@logic.at> | 2012-02-02 00:31:32 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2012-02-02 00:31:32 +0000 |
commit | d19fd2bd84d54a7f089648bce990804da83ab35a (patch) | |
tree | adb1ebabf23f574cc0d9759b2234eb140f5d657b /Master/texmf-dist/doc/fonts/japanese-otf-uptex | |
parent | 0cce946c0c1b1ea96d7cafad585d90ef52bee170 (diff) |
incude japanese-otf-uptex, uptex support for (japanese-)otf package
git-svn-id: svn://tug.org/texlive/trunk@25264 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/japanese-otf-uptex')
3 files changed, 147 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/japanese-otf-uptex/00otf-uptex.txt b/Master/texmf-dist/doc/fonts/japanese-otf-uptex/00otf-uptex.txt new file mode 100644 index 00000000000..60e336b94db --- /dev/null +++ b/Master/texmf-dist/doc/fonts/japanese-otf-uptex/00otf-uptex.txt @@ -0,0 +1,94 @@ +[ abstract ] + +This is a package for upLaTeX support of +japanese-otf package "otfbeta (v1.7b3 2011/10/28)" by psitau-san +( http://psitau.kitunebi.com/otf.html ) +It requires upTeX-0.20 or later. + + +[ contents ] + +00otf-uptex.txt : this file +umakeotf : script to make vf, tfm +umkjvf : mkjvf with unicode support + +basepl/ubase-h.pl : unicode version of base-h.pl +basepl/ubase-v.pl : unicode version of base-v.pl + +test/uplatex : test samples. + +patch/*.patch : patch for original style files sty/*.sty in otfbeta.zip + +COPYRIGHT : copyright notice of this package. + +### class files and style files in otfbeta.zip are avairable without patch. + + +[ status ] +Beta version. +Proportional kana is not supported yet. +Combination of jis2004 and ucs option is not supported yet + because Adobe standard CMap "UniJIS2004-UTF16-H", etc. will be effective. +Combination of burasage and ucs option is not tested yet, and vf is not generated. + + +[ history ] +2007.12.09 Ver0.00 + Initial version. + for "otfstable (v1.2.9 2007/3/19)" +2008.01.12 Ver0.01 + umakeotf + Revised: for upTeX-0.20 + umkjvf:: + Bug fix: Ruby glyphs, horizontally- and vertically optimized kana glyphs. + Revised: for upTeX-0.20 + ubase-h.pl:: + Insert glue between halfwidth kana and others at horizontal writing. + test/uplatex:: + Revised. +2008.10.01 Ver0.02 + re-packaged for upTeX-0.24 + tfm/*.tfm, vf/*.vf:: + Deleted + patch/*.patch:: + Included +2008.11.08 Ver0.03 + Revised: for upTeX-0.25 + umkjvf:: + Add: Ruby glyphs, horizontally- and vertically optimized kana glyphs + in JIS X 0213 (ainu kana, etc.) + fontmap/*:: + Revised. + test/uplatex/*:: + Revised. + patch/*.patch:: + Revised. +2009.08.01 Ver0.04 + Revised: for upTeX-0.28 + umkjvf:: + Bug fix: SIP option did not work + Revised: help message +2010.03.28 Ver0.05 + Revised: for "otfstable (v1.2.9.2 2010/3/26)", upTeX-0.30 + umkjvf:: + Revised: It may work with C-version ovp2ovf, opl2ofm + patch/*.patch:: + Revised. + sty/*:: + Removed. +2010.05.xx Ver0.06 + Test only. Not released. +2012.01.02 Ver0.07 + Revised: for "otfbeta (v1.7b3 2011/10/28)", upTeX in TeXLive svn r24922 + umkjvf:: + Revised: Based on "mkjvf version 1.0b21 (2010/3/25)" + Revised: use ovp2ovf (WEB version) in TeXLive svn r24922 for SIP + Bug fix: pTeX mode was not compatible with mkjvf for ruby. + umakeotf + Revised: Minor update about "mkdir tfm" + fontmap/*:: + Revised. + patch/*.patch:: + Revised. + COPYRIGHT:: + Added. diff --git a/Master/texmf-dist/doc/fonts/japanese-otf-uptex/COPYRIGHT b/Master/texmf-dist/doc/fonts/japanese-otf-uptex/COPYRIGHT new file mode 100644 index 00000000000..2e0ad994277 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/japanese-otf-uptex/COPYRIGHT @@ -0,0 +1,26 @@ +Copyright (C) 2003--2010 SAITO Shuzaburo and INOUE Koichi +Copyright (C) 2007--2012 TANAKA Takuji +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. Neither the name of the author may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Master/texmf-dist/doc/fonts/japanese-otf-uptex/README b/Master/texmf-dist/doc/fonts/japanese-otf-uptex/README new file mode 100644 index 00000000000..480fcac285f --- /dev/null +++ b/Master/texmf-dist/doc/fonts/japanese-otf-uptex/README @@ -0,0 +1,27 @@ +README +====== + +From 00otf-uptex.txt: +This is a package for upLaTeX support of +japanese-otf package "otfbeta (v1.7b3 2011/10/28)" by psitau-san +( http://psitau.kitunebi.com/otf.html ) +It requires upTeX-0.20 or later. + +-------------------- + +For copyright and licensing, please see COPYRIGHT + +-------------------- + +The original source has been downloaded from + http://homepage3.nifty.com/ttk/comp/tex/uptex.html +as + http://homepage3.nifty.com/ttk/comp/tex/otfbeta-uptex-0.08.tar.xz + +After that the scripts run and the generated tfm and vf files included. + +Furthermore, the map file as used in TeX Live was added in the directory +TeXLive-maps. + +Norbert Preining <preining@logic.at> +2012-02-01 |