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 --- Master/texmf-dist/tex/platex/pxrubrica/pxrubrica.sty | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'Master/texmf-dist/tex/platex') diff --git a/Master/texmf-dist/tex/platex/pxrubrica/pxrubrica.sty b/Master/texmf-dist/tex/platex/pxrubrica/pxrubrica.sty index 8e1ce77044d..d42f2391c76 100644 --- a/Master/texmf-dist/tex/platex/pxrubrica/pxrubrica.sty +++ b/Master/texmf-dist/tex/platex/pxrubrica/pxrubrica.sty @@ -22,7 +22,7 @@ %% in the same archive or directory.) \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{pxrubrica} - [2018/08/16 v1.3c PX Japanese-style ruby] + [2021/03/06 v1.3d PX Japanese-style ruby] \RequirePackage{keyval} \def\pxrr@pkgname{pxrubrica} \def\pxrr@error{% @@ -463,24 +463,25 @@ \def#2{\pxrr@pre{#1}\pxrr@post}% } \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}% } \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}% } \let\pxrr@x@tempa\@empty -- cgit v1.2.3