summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-03-15 22:03:29 +0000
committerKarl Berry <karl@freefriends.org>2018-03-15 22:03:29 +0000
commit0e46b4717d3ffa2ce513849fa423657aa9a6564b (patch)
tree65a3210ab058337bcf7bb1e05e2981f683b3fb53 /Master
parent02a523e12031bbf15e2bf179c99296e3c5f8c70c (diff)
pxchfon (15mar18)
git-svn-id: svn://tug.org/texlive/trunk@46971 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/platex/pxchfon/LICENSE2
-rw-r--r--Master/texmf-dist/doc/platex/pxchfon/README-ja.md3
-rw-r--r--Master/texmf-dist/doc/platex/pxchfon/README.md2
-rw-r--r--Master/texmf-dist/tex/platex/pxchfon/pxchfon.sty10
4 files changed, 11 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/platex/pxchfon/LICENSE b/Master/texmf-dist/doc/platex/pxchfon/LICENSE
index 8ada757fbc8..fbe40a0146b 100644
--- a/Master/texmf-dist/doc/platex/pxchfon/LICENSE
+++ b/Master/texmf-dist/doc/platex/pxchfon/LICENSE
@@ -1,6 +1,6 @@
The MIT License
-Copyright (c) 2017 Takayuki YATO (aka. "ZR")
+Copyright (c) 2018 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
diff --git a/Master/texmf-dist/doc/platex/pxchfon/README-ja.md b/Master/texmf-dist/doc/platex/pxchfon/README-ja.md
index 7dc1926cfb1..f729bd216a7 100644
--- a/Master/texmf-dist/doc/platex/pxchfon/README-ja.md
+++ b/Master/texmf-dist/doc/platex/pxchfon/README-ja.md
@@ -62,6 +62,9 @@ MITライセンスの下で配布される。
更新履歴
--------
+ * Version 1.2 ‹2018/03/15›
+ - `sourcehan(-otc)`/`noto(-otc)` について、暫定的に `+` 付と同じ動作
+ にしていたが、`unicode` を既定にする動作に改める。
* Version 1.1b ‹2017/10/04›
- バグ修正。
* Version 1.1a ‹2017/09/09›
diff --git a/Master/texmf-dist/doc/platex/pxchfon/README.md b/Master/texmf-dist/doc/platex/pxchfon/README.md
index 116086f737a..884ccb4b999 100644
--- a/Master/texmf-dist/doc/platex/pxchfon/README.md
+++ b/Master/texmf-dist/doc/platex/pxchfon/README.md
@@ -38,6 +38,8 @@ This package is distributed under the MIT License.
Revision History
----------------
+ * Version 1.2 ‹2018/03/15›
+ - Presets `sourcehan`/`noto` turns on `unicode` by default.
* Version 1.1b ‹2017/10/04›
- Bug fix.
* Version 1.1a ‹2017/09/09›
diff --git a/Master/texmf-dist/tex/platex/pxchfon/pxchfon.sty b/Master/texmf-dist/tex/platex/pxchfon/pxchfon.sty
index 9cb4577b1b2..669191bda47 100644
--- a/Master/texmf-dist/tex/platex/pxchfon/pxchfon.sty
+++ b/Master/texmf-dist/tex/platex/pxchfon/pxchfon.sty
@@ -1,7 +1,7 @@
%%
%% This is file 'pxchfon.sty'.
%%
-%% Copyright (c) 2017 Takayuki YATO (aka. "ZR")
+%% Copyright (c) 2018 Takayuki YATO (aka. "ZR")
%% GitHub: https://github.com/zr-tex8r
%% Twitter: @zr_tex8r
%%
@@ -10,7 +10,7 @@
%% package declaration
\NeedsTeXFormat{pLaTeX2e}
-\ProvidesPackage{pxchfon}[2017/10/04 v1.1b]
+\ProvidesPackage{pxchfon}[2018/03/15 v1.2]
\def\pxcz@pkgname{pxchfon}
%% preparations
@@ -325,10 +325,10 @@
% Forces the 'unicode' setup (unless a directunicode option was given).
\@onlypreamble\pxcz@apply@opt@unicode
\def\pxcz@apply@opt@unicode{%
- \ifpxcz@directunicode@default % default -> unicode+
- \pxcz@warn@unicode % NOTE: will change to unicode in future
+ \ifpxcz@directunicode@default % default -> unicode
+ \pxcz@warn@unicode
\let\pxcz@directunicode\pxcz@directunicode@full
- \pxcz@switch@font@xwidtrue \pxcz@uniquifyfalse
+ \pxcz@uniquifyfalse
\else\ifnum\pxcz@directunicode=\pxcz@directunicode@full
\ifpxcz@uniquify % unicode* -> unicode+
\pxcz@switch@font@xwidtrue \pxcz@uniquifyfalse