texlive[66073] branches/branch2022.final/Master/texmf-dist: pxchfon

commits+karl at tug.org commits+karl at tug.org
Thu Feb 23 00:33:47 CET 2023


Revision: 66073
          http://tug.org/svn/texlive?view=revision&revision=66073
Author:   karl
Date:     2023-02-23 00:33:46 +0100 (Thu, 23 Feb 2023)
Log Message:
-----------
pxchfon (23feb23) (branch)

Modified Paths:
--------------
    branches/branch2022.final/Master/texmf-dist/doc/platex/pxchfon/LICENSE
    branches/branch2022.final/Master/texmf-dist/doc/platex/pxchfon/README-ja.md
    branches/branch2022.final/Master/texmf-dist/doc/platex/pxchfon/README.md
    branches/branch2022.final/Master/texmf-dist/doc/platex/pxchfon/pxchfon.pdf
    branches/branch2022.final/Master/texmf-dist/doc/platex/pxchfon/pxchfon.tex
    branches/branch2022.final/Master/texmf-dist/tex/platex/pxchfon/pxchfon.sty
    branches/branch2022.final/Master/texmf-dist/tex/platex/pxchfon/pxjafont.sty

Modified: branches/branch2022.final/Master/texmf-dist/doc/platex/pxchfon/LICENSE
===================================================================
--- branches/branch2022.final/Master/texmf-dist/doc/platex/pxchfon/LICENSE	2023-02-22 23:33:27 UTC (rev 66072)
+++ branches/branch2022.final/Master/texmf-dist/doc/platex/pxchfon/LICENSE	2023-02-22 23:33:46 UTC (rev 66073)
@@ -1,6 +1,6 @@
 The MIT License
 
-Copyright (c) 2009-2021 Takayuki YATO (aka. "ZR")
+Copyright (c) 2009-2023 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

Modified: branches/branch2022.final/Master/texmf-dist/doc/platex/pxchfon/README-ja.md
===================================================================
(Binary files differ)

Modified: branches/branch2022.final/Master/texmf-dist/doc/platex/pxchfon/README.md
===================================================================
(Binary files differ)

Modified: branches/branch2022.final/Master/texmf-dist/doc/platex/pxchfon/pxchfon.pdf
===================================================================
(Binary files differ)

Modified: branches/branch2022.final/Master/texmf-dist/doc/platex/pxchfon/pxchfon.tex
===================================================================
--- branches/branch2022.final/Master/texmf-dist/doc/platex/pxchfon/pxchfon.tex	2023-02-22 23:33:27 UTC (rev 66072)
+++ branches/branch2022.final/Master/texmf-dist/doc/platex/pxchfon/pxchfon.tex	2023-02-22 23:33:46 UTC (rev 66073)
@@ -16,8 +16,8 @@
 \bxtexlogoimport{*}
 \usepackage{shortvrb}
 \MakeShortVerb{\|}
-\newcommand{\PkgVersion}{1.9}
-\newcommand{\PkgDate}{2021/05/30}
+\newcommand{\PkgVersion}{1.9a}
+\newcommand{\PkgDate}{2023/02/22}
 \newcommand{\Pkg}[1]{\textsf{#1}}
 \newcommand{\Meta}[1]{$\langle$\mbox{}#1\mbox{}$\rangle$}
 \newcommand{\Note}{\par\noindent ※}

Modified: branches/branch2022.final/Master/texmf-dist/tex/platex/pxchfon/pxchfon.sty
===================================================================
--- branches/branch2022.final/Master/texmf-dist/tex/platex/pxchfon/pxchfon.sty	2023-02-22 23:33:27 UTC (rev 66072)
+++ branches/branch2022.final/Master/texmf-dist/tex/platex/pxchfon/pxchfon.sty	2023-02-22 23:33:46 UTC (rev 66073)
@@ -1,7 +1,7 @@
 %%
 %% This is file 'pxchfon.sty'.
 %%
-%% Copyright (c) 2009-2021 Takayuki YATO (aka. "ZR")
+%% Copyright (c) 2009-2023 Takayuki YATO (aka. "ZR")
 %%   GitHub:   https://github.com/zr-tex8r
 %%   Twitter:  @zr_tex8r
 %%
@@ -10,7 +10,7 @@
 
 %% package declaration
 \NeedsTeXFormat{pLaTeX2e}
-\ProvidesPackage{pxchfon}[2021/05/30 v1.9]
+\ProvidesPackage{pxchfon}[2023/02/22 v1.9a]
 \def\pxcz at pkgname{pxchfon}
 
 %--------------------------------------- general
@@ -83,8 +83,14 @@
 
 %% \ifpxcz at uptex
 \newif\ifpxcz at uptex \pxcz at uptexfalse
-\edef\pxcz at tmpa{\string\ucs}\edef\pxcz at tmpb{\meaning\ucs}
-\ifx\pxcz at tmpa\pxcz at tmpb \pxcz at uptextrue \fi
+\def\pxcz at do#1#2{%
+  \edef\pxcz at tmpa{\string#1}\edef\pxcz at tmpb{\meaning#1}%
+  \ifx\pxcz at tmpa\pxcz at tmpb #2\fi}
+\pxcz at do\ucs{%
+  \pxcz at do\ptexversion{\pxcz at uptextrue}
+  \pxcz at do\kchardef{\pxcz at uptextrue}
+  % only upTeX in Unicode is seen as upTeX
+  \ifnum\ucs"3000="3000 \else \pxcz at uptexfalse \fi}
 
 %% \pxcz at JYn
 \edef\pxcz at JYn{%
@@ -544,7 +550,7 @@
   \fi
 \fi
 
-%% 'replace-lecacycode' requires the 'pxufont' package
+%% 'replace-legacycode' requires the 'pxufont' package
 \ifnum\pxcz at legacycode=\pxcz at legacycode@replace
   \ifnum\pxcz at pxufont@avail<1
     \PackageError\pxcz at pkgname
@@ -1419,7 +1425,7 @@
   }{%else
     \ifnum\pxcz at directunicode<\pxcz at directunicode@all\else
       \pxcz at diruni@oktrue % directunicode* does not need otf
-      \AtBeginDocument{% to laod otf later causes inconsistency
+      \AtBeginDocument{% loading otf later causes inconsistency
         \@ifpackageloaded{otf}{\pxcz at diruni@okfalse}{}}%
     \fi
   }

Modified: branches/branch2022.final/Master/texmf-dist/tex/platex/pxchfon/pxjafont.sty
===================================================================
--- branches/branch2022.final/Master/texmf-dist/tex/platex/pxchfon/pxjafont.sty	2023-02-22 23:33:27 UTC (rev 66072)
+++ branches/branch2022.final/Master/texmf-dist/tex/platex/pxchfon/pxjafont.sty	2023-02-22 23:33:46 UTC (rev 66073)
@@ -1,7 +1,7 @@
 %%
 %% This is file 'pxjafont.sty'.
 %%
-%% Copyright (c) 2009-2020 Takayuki YATO (aka. "ZR")
+%% Copyright (c) 2009-2023 Takayuki YATO (aka. "ZR")
 %%   GitHub:   https://github.com/zr-tex8r
 %%   Twitter:  @zr_tex8r
 %%



More information about the tex-live-commits mailing list.