summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/platex/jsclasses/okumacro.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/platex/jsclasses/okumacro.dtx')
-rw-r--r--Master/texmf-dist/source/platex/jsclasses/okumacro.dtx17
1 files changed, 11 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/platex/jsclasses/okumacro.dtx b/Master/texmf-dist/source/platex/jsclasses/okumacro.dtx
index 195e3a5dcd3..da237acebf8 100644
--- a/Master/texmf-dist/source/platex/jsclasses/okumacro.dtx
+++ b/Master/texmf-dist/source/platex/jsclasses/okumacro.dtx
@@ -11,7 +11,7 @@
% $B$F$$$^$9$N$G!$;d$N$b$N$b$=$l$K=`$8$F!J(Bmodified$B!K(BBSD$B$H$9$k$3$H$K$7$^$9!#(B
%
%<okumacro>\NeedsTeXFormat{pLaTeX2e}
-%<okumacro>\ProvidesPackage{okumacro}[2016/12/13 okumura, texjporg]
+%<okumacro>\ProvidesPackage{okumacro}[2017/08/31 okumura, texjporg]
%<*driver>
\documentclass{jsarticle}
\usepackage{doc}
@@ -176,17 +176,22 @@
% [2016-07-30] $B%k%S$H7wE@$N9b$5$r9g$o$;$k$D$b$j$G$7$?$,!$4V0c$C$F(B
% $B>e%7%U%HNL$r(B0.63zw$B$H$7$F$$$^$7$?$N$G!$@5$7$$CM(B0.75zw$B$KD>$7$^$7$?!#(B
%
+% [2017-03-11] $B!VA08e$N2$J8J8;z$H$N4V$K(B |\xkanjiskip| $B$,F~$i$J$$!W(B
+% $B!V8e$m$N6XB'=hM}$,8z$+$J$$!WLdBj$r2r7h$9$k$?$a$KOBJ8%4!<%9%H=hM}$rDI2C!#(B
+%
% \begin{macrocode}
\def\kenten#1{%
- \ifvmode\leavevmode\else\hskip\kanjiskip\fi
+ \okumacro@zsp
+ \kern-1zw\relax
\setbox1=\hbox to \z@{$B!&(B\hss}%
\ht1=.63zw
- \@kenten#1\end}
-\def\@kenten#1{%
+ \@kenten#1\end\relax
+ \kern-1zw\relax\okumacro@zsp}
+\def\@kenten#1#2{%
\ifx#1\end \let\next=\relax \else
- \raise.75zw\copy1\nobreak #1\hskip\kanjiskip\relax
+ \raise.75zw\copy1\nobreak #1\ifx#2\end\else\hskip\kanjiskip\relax\fi
\let\next=\@kenten
- \fi\next}
+ \fi\next#2}
% \end{macrocode}
% \end{macro}
%