summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-12-09 22:38:56 +0000
committerKarl Berry <karl@freefriends.org>2018-12-09 22:38:56 +0000
commit133d545855aad08d7b6124698f796f8f558eac44 (patch)
tree8e17caa9b0c3bfa3421fe54a98d7aec1df93228b /Master/texmf-dist/doc/fonts
parenta5b95c30b4007ce056780ddc7a862789c4402aec (diff)
japanese-otf-uptex (9dec18)
git-svn-id: svn://tug.org/texlive/trunk@49361 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts')
-rw-r--r--Master/texmf-dist/doc/fonts/japanese-otf-uptex/00otf-uptex.txt46
-rw-r--r--Master/texmf-dist/doc/fonts/japanese-otf-uptex/README11
-rw-r--r--Master/texmf-dist/doc/fonts/japanese-otf-uptex/test/uplatex/paren0.tex4
-rw-r--r--Master/texmf-dist/doc/fonts/japanese-otf-uptex/test/uplatex/sp_jp_text.tex6
-rw-r--r--Master/texmf-dist/doc/fonts/japanese-otf-uptex/test/uplatex/sp_jp_utf.tex6
5 files changed, 52 insertions, 21 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.
diff --git a/Master/texmf-dist/doc/fonts/japanese-otf-uptex/README b/Master/texmf-dist/doc/fonts/japanese-otf-uptex/README
index 279d5b0ca66..3741ea04f1a 100644
--- a/Master/texmf-dist/doc/fonts/japanese-otf-uptex/README
+++ b/Master/texmf-dist/doc/fonts/japanese-otf-uptex/README
@@ -3,14 +3,13 @@ README
From 00otf-uptex.txt:
[ 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.
--------------------
@@ -21,13 +20,13 @@ Ref. http://opensource.org/licenses/BSD-3-Clause
--------------------
The original source has been downloaded from
- http://www.t-lab.opal.ne.jp/tex/uptex_en.html
+ https://github.com/t-tk/japanese-otf-uptex
as
- http://www.t-lab.opal.ne.jp/tex/otfbeta-uptex-0.21.tar.xz
+ https://github.com/t-tk/japanese-otf-uptex/releases/tag/v0.22
After that the scripts run and the generated tfm and vf files included.
Norbert Preining <preining@logic.at>
TANAKA Takuji <ttk@t-lab.opal.ne.jp>
-2018-05-13
+2018-12-08
diff --git a/Master/texmf-dist/doc/fonts/japanese-otf-uptex/test/uplatex/paren0.tex b/Master/texmf-dist/doc/fonts/japanese-otf-uptex/test/uplatex/paren0.tex
index 4d49adc7200..e12e947fc8c 100644
--- a/Master/texmf-dist/doc/fonts/japanese-otf-uptex/test/uplatex/paren0.tex
+++ b/Master/texmf-dist/doc/fonts/japanese-otf-uptex/test/uplatex/paren0.tex
@@ -6,7 +6,7 @@
\Bracket{〈}{〉} \BracketUCS{2329}{232A}\\
\Bracket{〈}{〉} \BracketUCS{3008}{3009}\\
\Bracket{《}{》} \BracketUCS{300A}{300B}\\
-\Bracket{「}{」} \BracketUCS{300A}{300B}\\
+\Bracket{「}{」} \BracketUCS{300C}{300D}\\
\Bracket{『}{』} \BracketUCS{300E}{300F}\\
\Bracket{【}{】} \BracketUCS{3010}{3011}\\
\Bracket{〔}{〕} \BracketUCS{3014}{3015}\\
@@ -28,7 +28,7 @@
%\Bracket{〈}{〉} \BracketUCS{2329}{232A}\\% 標準的ではない
\Bracket{〈}{〉} \BracketUCS{3008}{3009}\\
\Bracket{《}{》} \BracketUCS{300A}{300B}\\
-\Bracket{「}{」} \BracketUCS{300A}{300B}\\
+\Bracket{「}{」} \BracketUCS{300C}{300D}\\
\Bracket{『}{』} \BracketUCS{300E}{300F}\\
\Bracket{【}{】} \BracketUCS{3010}{3011}\\
\Bracket{〔}{〕} \BracketUCS{3014}{3015}\\
diff --git a/Master/texmf-dist/doc/fonts/japanese-otf-uptex/test/uplatex/sp_jp_text.tex b/Master/texmf-dist/doc/fonts/japanese-otf-uptex/test/uplatex/sp_jp_text.tex
index 5a040489cb4..c3ddf9712e2 100644
--- a/Master/texmf-dist/doc/fonts/japanese-otf-uptex/test/uplatex/sp_jp_text.tex
+++ b/Master/texmf-dist/doc/fonts/japanese-otf-uptex/test/uplatex/sp_jp_text.tex
@@ -1,11 +1,11 @@
%
% This file is generated from the data of UniJIS-UTF32
-% in cid2code.txt (Version 10/24/2017)
-% for Adobe-Japan1-6
+% in cid2code.txt (Version 07/30/2018)
+% for Adobe-Japan1-7
%
% Reference:
% https://github.com/adobe-type-tools/cmap-resources/
-% Adobe-Japan1-6/cid2code.txt
+% Adobe-Japan1-7/cid2code.txt
%
% A newer CMap may be required for some code points.
%
diff --git a/Master/texmf-dist/doc/fonts/japanese-otf-uptex/test/uplatex/sp_jp_utf.tex b/Master/texmf-dist/doc/fonts/japanese-otf-uptex/test/uplatex/sp_jp_utf.tex
index 0fbf8f4e036..4e105a847e9 100644
--- a/Master/texmf-dist/doc/fonts/japanese-otf-uptex/test/uplatex/sp_jp_utf.tex
+++ b/Master/texmf-dist/doc/fonts/japanese-otf-uptex/test/uplatex/sp_jp_utf.tex
@@ -1,11 +1,11 @@
%
% This file is generated from the data of UniJIS-UTF32
-% in cid2code.txt (Version 10/24/2017)
-% for Adobe-Japan1-6
+% in cid2code.txt (Version 07/30/2018)
+% for Adobe-Japan1-7
%
% Reference:
% https://github.com/adobe-type-tools/cmap-resources/
-% Adobe-Japan1-6/cid2code.txt
+% Adobe-Japan1-7/cid2code.txt
%
% A newer CMap may be required for some code points.
%