diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts/japanese-otf-uptex/00otf-uptex.txt')
-rw-r--r-- | Master/texmf-dist/doc/fonts/japanese-otf-uptex/00otf-uptex.txt | 46 |
1 files changed, 39 insertions, 7 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 index 93424f9df54..c15bc122bcb 100644 --- a/Master/texmf-dist/doc/fonts/japanese-otf-uptex/00otf-uptex.txt +++ b/Master/texmf-dist/doc/fonts/japanese-otf-uptex/00otf-uptex.txt @@ -1,12 +1,11 @@ [ Title ] -otfbeta-uptex (japanese-otf-uptex) Ver.0.21 2018/05/13 +japanese-otf-uptex Ver.0.22 2018/12/08 [ Abstract ] -This is a package for upLaTeX support of +This package provides upLaTeX support of japanese-otf package "otfbeta (v1.7b7 2018/02/01)" by psitau-san ( http://psitau.kitunebi.com/otf.html ) -It requires upTeX-0.20 or later. [ Contents ] @@ -28,8 +27,8 @@ script/MakeSPList.pm : perl module making data of characters on supplementary pl script/mktfm_sp.pl : perl script making tfm for characters on supplementary planes. script/mkutfvf_sp.pl : perl script making vf for characters on supplementary planes. script/sp_list_j.txt : a list of characters on supplementary planes in UniJIS-UTF32. -script/sp_list_c.txt : a list of characters on supplementary planes in UniCNS-UTF32. -script/sp_list_t.txt : a list of characters on supplementary planes in UniGB-UTF32. +script/sp_list_c.txt : a list of characters on supplementary planes in UniGB-UTF32. +script/sp_list_t.txt : a list of characters on supplementary planes in UniCNS-UTF32. script/sp_list_k.txt : a list of characters on supplementary planes in UniKS-UTF32. script/CheckDVICode.pm : perl module checking category of characters. script/umkpkana.pl : perl script making pl, ovp for proportional kana @@ -47,6 +46,20 @@ COPYRIGHT : copyright notice of this package. Beta version. +[ To Build ] +## From source files +The source distribution of japanese-otf-uptex does not contain tfm, vf files. +To ganerate them, uppltotf and ovp2ovf (TeX Live r43143 or later) are required and +we run scripts as follows: + $ ./umakeotf + $ ./umakeotf_brsg + $ ./umakeotf_jis04 + $ ./umakeotf_prop + +## CTAN distribution +The CTAN distribution contains tfm, vf files. + + [ About jis2004 option ] otfbeta-uptex (japanese-otf-uptex) Ver.0.12 or later supports combination of "jis2004" and "uplatex" option. @@ -71,6 +84,11 @@ proportional kana at deluxe option and \propshape. To build tfm files, uppltotf in TeX Live r43143 or TeX Live 2017 or later is required. +[ Repository ] +japanese-otf-uptex is maintained on GitHub: +https://github.com/t-tk/japanese-otf-uptex + + [ History ] 2007.12.09 Ver0.00 Initial version. @@ -311,7 +329,7 @@ To build tfm files, uppltotf in TeX Live r43143 or TeX Live 2017 or later is req Update references: Adobe-CNS1-7 cid2code.txt (Version 10/24/2017), and Adobe-Japan1-6 cid2code.txt (Version 10/24/2017). - script/CheckDVICode.pm, basepl/u{base,brsg}-{h,v}.pl :: + script/CheckDVICode.pm, script/umk{,v}pkana.pl, basepl/u{base,brsg}-{h,v}.pl :: Add U+00B7 to char_type 3. COPYRIGHT :: Update year. @@ -334,4 +352,18 @@ To build tfm files, uppltotf in TeX Live r43143 or TeX Live 2017 or later is req Remove feature 'switch' test/uplatex/{exclam,upkanatest1}.tex, test/uplatex/Makefile :: Add a new test for punctuations and halfwidth katakana. - +2018.12.08 Ver0.22 + ## Thank @aminophen san, 柳田 Ryo san and @Man-Ting-Fan san for many contributions. + sty/otf.sty, sty/mlutf.sty :: + Increment version number. + script/CheckDVICode.pm :: + Bug fix on U+3090..3093. + script/mkutf32list.pl :: + Replace encoding pragma to binmode. + script/mktfm_sp.pl, script/mkutfvf_sp.pl :: + Apply FindBin module. + script/mkutf32list.pl, script/sp_list_j.txt, test/uplatex/sp_jp_{utf,text}.tex :: + Update references: + Adobe-Japan1-7 cid2code.txt (Version 07/30/2018). + test/uplatex/paren0.tex :: + Fix typo. |