From 0ec8e97aad85eff108e84dca1e14aec2768601fc Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 6 Mar 2021 21:59:14 +0000 Subject: pxrubrica (6mar21) git-svn-id: svn://tug.org/texlive/trunk@58168 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/source/platex/pxrubrica/pxrubrica.dtx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'Master/texmf-dist/source/platex') diff --git a/Master/texmf-dist/source/platex/pxrubrica/pxrubrica.dtx b/Master/texmf-dist/source/platex/pxrubrica/pxrubrica.dtx index 354a64cab3b..f07e6b49667 100644 --- a/Master/texmf-dist/source/platex/pxrubrica/pxrubrica.dtx +++ b/Master/texmf-dist/source/platex/pxrubrica/pxrubrica.dtx @@ -3,7 +3,7 @@ % % This is file 'pxrubrica.dtx'. % -% Copyright (c) 2018 Takayuki YATO (aka. "ZR") +% Copyright (c) 2012-2021 Takayuki YATO (aka. "ZR") % GitHub: https://github.com/zr-tex8r % Twitter: @zr_tex8r % @@ -20,7 +20,7 @@ %<*driver> \ProvidesFile{pxrubrica.dtx} % - [2018/08/16 v1.3c PX Japanese-style ruby] + [2021/03/06 v1.3d PX Japanese-style ruby] %<*driver> \documentclass[uplatex]{jsarticle} \usepackage{doc} @@ -2194,12 +2194,12 @@ % \end{quote} % \begin{macrocode} \def\pxrr@zip@single#1#2{% - \expandafter\pxrr@zip@single@a\expandafter#1#2\pxrr@end + \expandafter\pxrr@zip@single@a\expandafter#1\expandafter{#2}% } \def\pxrr@zip@single@a#1{% - \expandafter\pxrr@zip@single@b#1\pxrr@end + \expandafter\pxrr@zip@single@b\expandafter{#1}% } -\def\pxrr@zip@single@b#1\pxrr@end#2\pxrr@end{% +\def\pxrr@zip@single@b#1#2{% \def\pxrr@res{\pxrr@pre{#1}{#2}\pxrr@post}% } % \end{macrocode} @@ -2216,15 +2216,16 @@ % \end{quote} % \begin{macrocode} \def\pxrr@tzip@single#1#2#3{% - \expandafter\pxrr@tzip@single@a\expandafter#1\expandafter#2#3\pxrr@end + \expandafter\pxrr@tzip@single@a\expandafter#1\expandafter#2% + \expandafter{#3}% } \def\pxrr@tzip@single@a#1#2{% - \expandafter\pxrr@tzip@single@b\expandafter#1#2\pxrr@end + \expandafter\pxrr@tzip@single@b\expandafter#1\expandafter{#2}% } \def\pxrr@tzip@single@b#1{% - \expandafter\pxrr@tzip@single@c#1\pxrr@end + \expandafter\pxrr@tzip@single@c\expandafter{#1}% } -\def\pxrr@tzip@single@c#1\pxrr@end#2\pxrr@end#3\pxrr@end{% +\def\pxrr@tzip@single@c#1#2#3{% \def\pxrr@res{\pxrr@pre{#1}{#2}{#3}\pxrr@post}% } % \end{macrocode} -- cgit v1.2.3