summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/platex/pxrubrica/pxrubrica.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/platex/pxrubrica/pxrubrica.dtx')
-rw-r--r--Master/texmf-dist/source/platex/pxrubrica/pxrubrica.dtx19
1 files changed, 10 insertions, 9 deletions
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}
%</driver>
- [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}