diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/pxufont/pxufont.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/pxufont/pxufont.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/pxufont/pxufont.sty b/Master/texmf-dist/tex/latex/pxufont/pxufont.sty index a1b1168c0a5..34202c2b86c 100644 --- a/Master/texmf-dist/tex/latex/pxufont/pxufont.sty +++ b/Master/texmf-dist/tex/latex/pxufont/pxufont.sty @@ -1,7 +1,7 @@ %% %% This is file 'pxufont.sty'. %% -%% Copyright (c) 2017-2020 Takayuki YATO (aka. "ZR") +%% Copyright (c) 2017-2023 Takayuki YATO (aka. "ZR") %% GitHub: https://github.com/zr-tex8r %% Twitter: @zr_tex8r %% @@ -10,7 +10,7 @@ %% package declaration \NeedsTeXFormat{pLaTeX2e} -\ProvidesPackage{pxufont}[2020/02/09 v0.6] +\ProvidesPackage{pxufont}[2023/07/07 v0.7] \def\pxuf@pkgname{pxufont} % \providecommand\bxDebug[1]{} @@ -165,7 +165,7 @@ \@for\pxuf@x:={cidj,cidjg,cidjmg}\do{% \@for\pxuf@y:={l,m,b,bx,eb}\do{% \expandafter\ifx\csname\pxuf@w/\pxuf@x/\pxuf@y/0\endcsname\relax\else - \@tfor\pxuf@z:=012345\do{% + \@tfor\pxuf@z:=-012345\do{% \pxuf@process@one{f}\pxuf@w\pxuf@x\pxuf@y\pxuf@z}% \fi}}} \fi |