diff options
author | Karl Berry <karl@freefriends.org> | 2021-03-06 21:59:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-03-06 21:59:14 +0000 |
commit | 0ec8e97aad85eff108e84dca1e14aec2768601fc (patch) | |
tree | 4e3235a162a050d50a3f60e6d61ab6b9afa6c7e6 /Master/texmf-dist/tex/platex | |
parent | 974640d66e61e81cb197ad96fdff7b08343e4c5a (diff) |
pxrubrica (6mar21)
git-svn-id: svn://tug.org/texlive/trunk@58168 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/platex')
-rw-r--r-- | Master/texmf-dist/tex/platex/pxrubrica/pxrubrica.sty | 17 |
1 files changed, 9 insertions, 8 deletions
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 |