Skip to content

Commit

Permalink
Merge branch 'master' into cid_multiweight
Browse files Browse the repository at this point in the history
  • Loading branch information
t-tk committed Oct 8, 2023
2 parents 13b85c4 + 2102c90 commit 06fa354
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 10 deletions.
28 changes: 28 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# 2023-06-25 japanese-otf

Based on japanese-otf-uptex Ver.0.29.

Common between platex and uplatex:
* otf.sty: Add an option 'noruby' not to use kana glyphs optimized for ruby.
* Fix bug on *brsgnmlminl, *nmlgotheb.
* Fix issue related to \kanjishape

japanese-otf-uptex:
* Extended CID base multi-weight fonts (seven sets of family/series) in \CID{}, \CIDC{}, \CIDT{}, \CIDK{}.
It enables to typeset multi-weights for macros \CIDC{}, \CIDT{}, \CIDK{}.



# 2023-02-23 japanese-otf

Based on japanese-otf-uptex Ver.0.28.

Common between platex and uplatex:
* otf.sty: Set option autodetect-engine default. Add a new option platex to check if engine is platex.

japanese-otf-uptex:
* Support Kana Letter Small Ko defined by Unicode 15.0.
* Update reference Unicode Blocks-15.0.0.txt, Adobe-Japan1-7 cid2code.txt (Version 05/18/2022).



# 2022-03-05 japanese-otf

japanese-otf:
Expand Down
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ hiraprop は Makefile のインストール対象に含めていません(準

### japanese-otf-uptex

- Obtain and extract `https://github.com/t-tk/japanese-otf-uptex/releases/tag/v0.28`
- Obtain and extract `https://github.com/t-tk/japanese-otf-uptex/releases/tag/v0.29`
- `make` (at top directory)
- Add `README` and `README.nonfree`

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This bundle is an unofficial mirror of the followings:
(upLaTeX support of japanese-otf by Takuji Tanaka)
- upstream: http://www.t-lab.opal.ne.jp/tex/uptex_en.html
https://github.com/t-tk/japanese-otf-uptex
- currently japanese-otf-uptex Ver.0.28 (2023/02/23)
- currently japanese-otf-uptex Ver.0.29 (2023/06/25)
- hiraprop
(LaTeX and TFM/VF support for Hiragino Proportional Alphabet)
- upstream: http://psitau.kitunebi.com/experiment.html
Expand Down
2 changes: 1 addition & 1 deletion README.merged
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ consists of following packages:
- author: Tanaka Takuji
- upstream: http://www.t-lab.opal.ne.jp/tex/uptex_en.html
https://github.com/t-tk/japanese-otf-uptex
- currently japanese-otf-uptex Ver.0.28 (2023/02/23)
- currently japanese-otf-uptex Ver.0.29 (2023/06/25)
- readme by the author: 00otf-uptex.txt

In addition, several patches were applied to support extended
Expand Down
2 changes: 1 addition & 1 deletion README.merged.nonfree
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ included in TeX Live. Current version of this package used is
based on
otfbeta v1.7b8 (2019/04/01)
and
japanese-otf-uptex Ver.0.28 (2023/02/23)
japanese-otf-uptex Ver.0.29 (2023/06/25)

The source code is maintained at GitHub:
https://github.com/texjporg/japanese-otf-mirror
Expand Down
4 changes: 2 additions & 2 deletions japanese-otf-uptex/README
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ README

From 00otf-uptex.txt:
[ Title ]
japanese-otf-uptex Ver.0.28 2023/02/23
japanese-otf-uptex Ver.0.29 2023/06/25


[ Abstract ]
Expand All @@ -22,7 +22,7 @@ Ref. http://opensource.org/licenses/BSD-3-Clause
The original source has been downloaded from
https://github.com/t-tk/japanese-otf-uptex
as
https://github.com/t-tk/japanese-otf-uptex/releases/tag/v0.28
https://github.com/t-tk/japanese-otf-uptex/releases/tag/v0.29

After that the scripts run and the generated tfm and vf files included.

Expand Down
2 changes: 1 addition & 1 deletion japanese-otf-uptex/README.nonfree
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This package is a companion to `japanese-otf-uptex' including
support for nonfree Hiragino fonts, which we decided not to be
included in TeX Live. Current version of this package used is
based on
japanese-otf-uptex Ver.0.28 2023/02/23
japanese-otf-uptex Ver.0.29 2023/06/25

The contents of this package is under the license given in the
COPYRIGHT file, which is more or less BSD license.
Expand Down
5 changes: 2 additions & 3 deletions release-merged.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ for i in $PROJECT-$VER/* ; do
for j in $PROJECT-$VER/$bn/ofm/*hira{min,kaku,maru}*.ofm ; do
mv $j $PROJECT-nonfree-$VER/ofm/
done
mkdir -p $PROJECT-$VER/ofm
mv $PROJECT-$VER/$bn/ofm/* $PROJECT-$VER/ofm/
rmdir $PROJECT-$VER/$bn/ofm
# We do not use japanese-otf/ofm/otf-cj*-{h,v}.ofm anymore.
rm -rf $PROJECT-$VER/$bn/ofm
fi
if test $bn = "japanese-otf" -o $bn = "japanese-otf-uptex"; then
mkdir -p $PROJECT-nonfree-$VER/tfm
Expand Down

0 comments on commit 06fa354

Please sign in to comment.