diff --git a/jsarticle.cls b/jsarticle.cls index c333457..56ec582 100644 --- a/jsarticle.cls +++ b/jsarticle.cls @@ -22,7 +22,7 @@ %% in the same archive or directory.) \NeedsTeXFormat{pLaTeX2e} \ProvidesClass{jsarticle} - [2016/11/29 okumura, texjporg] + [2016/12/01 okumura, texjporg] \def\jsc@clsname{jsarticle} \newif\ifjsc@needsp@tch \jsc@needsp@tchfalse @@ -1715,8 +1715,8 @@ \def\@@inhibitglue{% \expandafter\expandafter\expandafter\jsc@inhibitglue\expandafter\meaning\expandafter\@let@token\KANJI@CHARACTER\relax\jsc@end} \expandafter\def\expandafter\jsc@inhibitglue\expandafter#\expandafter1\KANJI@CHARACTER#2#3\jsc@end{% - \def\@tempa{#1}% - \ifx\@tempa\@empty + \def\jsc@tempa{#1}% + \ifx\jsc@tempa\@empty \ifnum\the\inhibitxspcode`#2=2\relax \inhibitglue \fi diff --git a/jsbook.cls b/jsbook.cls index e8bd6f1..51f4977 100644 --- a/jsbook.cls +++ b/jsbook.cls @@ -22,7 +22,7 @@ %% in the same archive or directory.) \NeedsTeXFormat{pLaTeX2e} \ProvidesClass{jsbook} - [2016/11/29 okumura, texjporg] + [2016/12/01 okumura, texjporg] \def\jsc@clsname{jsbook} \newif\ifjsc@needsp@tch \jsc@needsp@tchfalse @@ -1795,8 +1795,8 @@ \def\@@inhibitglue{% \expandafter\expandafter\expandafter\jsc@inhibitglue\expandafter\meaning\expandafter\@let@token\KANJI@CHARACTER\relax\jsc@end} \expandafter\def\expandafter\jsc@inhibitglue\expandafter#\expandafter1\KANJI@CHARACTER#2#3\jsc@end{% - \def\@tempa{#1}% - \ifx\@tempa\@empty + \def\jsc@tempa{#1}% + \ifx\jsc@tempa\@empty \ifnum\the\inhibitxspcode`#2=2\relax \inhibitglue \fi diff --git a/jsclasses.dtx b/jsclasses.dtx index e51b772..a307d63 100644 --- a/jsclasses.dtx +++ b/jsclasses.dtx @@ -38,7 +38,7 @@ %<*driver> \ProvidesFile{jsclasses.dtx} % - [2016/11/29 okumura, texjporg] + [2016/12/01 okumura, texjporg] %<*driver> \documentclass{jsarticle} \usepackage{doc} @@ -5355,6 +5355,12 @@ % % 段落頭のかぎかっこなどを見かけ1字半下げから全角1字下げに直します。 % +% [2016-07-18] |\inhibitglue| の発行対象を |\inhibitxspcode| が2に +% 設定されているものすべてに拡大しました。 +% +% [2016-12-01] すぐ上の変更で |\@tempa| を使っていたのがよくなかった +% ので,プレフィックスを付けて |\jsc@tempa| にしました(forum:2085)。 +% % \begin{macrocode} \def\@inhibitglue{% \futurelet\@let@token\@@inhibitglue} @@ -5716,9 +5722,8 @@ % % [2016-11-29] コミュニティ版p\LaTeX で新設されたテスト用パッケージ % (\texttt{exppl2e}パッケージ)が文書クラスより先に読み込まれていた -% 場合は,jsclassesもテスト版として動作します。 -% この処置は\file{jsarticle}と\file{jsbook}にのみ行い,\file{jspf}と -% \file{kiyou}は除外しておきます。\texttt{exppl2e}パッケージ +% 場合は,jsclassesもテスト版として動作します。この処置はjsarticleと +% jsbookにのみ行い,jspfとkiyouは除外しておきます。exppl2eパッケージ % が読みこまれていない場合は通常版として動作しますので,ここで終了します。 % % \begin{macrocode} diff --git a/jsclasses.pdf b/jsclasses.pdf index 7d684a8..d7dd864 100644 Binary files a/jsclasses.pdf and b/jsclasses.pdf differ diff --git a/jspf.cls b/jspf.cls index a67d314..84786da 100644 --- a/jspf.cls +++ b/jspf.cls @@ -22,7 +22,7 @@ %% in the same archive or directory.) \NeedsTeXFormat{pLaTeX2e} \ProvidesClass{jspf} - [2016/11/29 okumura, texjporg] + [2016/12/01 okumura, texjporg] \def\jsc@clsname{jspf} \newif\ifjsc@needsp@tch \jsc@needsp@tchfalse @@ -1591,8 +1591,8 @@ \def\@@inhibitglue{% \expandafter\expandafter\expandafter\jsc@inhibitglue\expandafter\meaning\expandafter\@let@token\KANJI@CHARACTER\relax\jsc@end} \expandafter\def\expandafter\jsc@inhibitglue\expandafter#\expandafter1\KANJI@CHARACTER#2#3\jsc@end{% - \def\@tempa{#1}% - \ifx\@tempa\@empty + \def\jsc@tempa{#1}% + \ifx\jsc@tempa\@empty \ifnum\the\inhibitxspcode`#2=2\relax \inhibitglue \fi diff --git a/kiyou.cls b/kiyou.cls index 7923de8..eb88d1c 100644 --- a/kiyou.cls +++ b/kiyou.cls @@ -22,7 +22,7 @@ %% in the same archive or directory.) \NeedsTeXFormat{pLaTeX2e} \ProvidesClass{kiyou} - [2016/11/29 okumura, texjporg] + [2016/12/01 okumura, texjporg] \def\jsc@clsname{kiyou} \newif\ifjsc@needsp@tch \jsc@needsp@tchfalse @@ -1707,8 +1707,8 @@ \def\@@inhibitglue{% \expandafter\expandafter\expandafter\jsc@inhibitglue\expandafter\meaning\expandafter\@let@token\KANJI@CHARACTER\relax\jsc@end} \expandafter\def\expandafter\jsc@inhibitglue\expandafter#\expandafter1\KANJI@CHARACTER#2#3\jsc@end{% - \def\@tempa{#1}% - \ifx\@tempa\@empty + \def\jsc@tempa{#1}% + \ifx\jsc@tempa\@empty \ifnum\the\inhibitxspcode`#2=2\relax \inhibitglue \fi