diff options
Diffstat (limited to 'Master/texmf-dist/tex/platex')
-rw-r--r-- | Master/texmf-dist/tex/platex/pxchfon/pxchfon.sty | 10 |
1 files changed, 5 insertions, 5 deletions
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 |