Skip to content

Commit

Permalink
kinsoku.dtx: inhibitxspcode for ":" and xspcode for ":" (texjporg/pte…
Browse files Browse the repository at this point in the history
…x-base/#9)
  • Loading branch information
h-kitagawa committed Mar 3, 2021
1 parent 73b4bdd commit 5db1ffd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion kinsoku.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
% \changes{v1.0b}{2017/08/05}{$B!s!"!u!"(B\%$B!"(B\&$B$N6XB'%Z%J%k%F%#$,(B
% $B8m$C$F$$$?$N$r=$@5!J(Bpost $\rightarrow$ pre$B!K(B}
% \changes{v1.0c}{2020/09/28}{$B!*$N(B\cs{inhibitxspcode}$B$r@_Dj(B}
% \changes{v1.0d}{2021/03/04}{$B!'$N(B\cs{inhibitxspcode}$B$H(B:$B$N(B\cs{xspcode}$B$r@_Dj(B}
% \fi
%
% \setcounter{StandardModuleDepth}{1}
Expand All @@ -28,7 +29,7 @@
\NeedsTeXFormat{pLaTeX2e}
% \fi
\ProvidesFile{kinsoku.dtx}
[2020/09/28 v1.0c pLaTeX Kernel (community edition)]
[2021/03/04 v1.0d pLaTeX Kernel (community edition)]
% \iffalse
\documentclass{jltxdoc}
\GetFileInfo{kinsoku.dtx}
Expand Down Expand Up @@ -186,13 +187,15 @@
% \end{tabular}
% \end{center}
%
% \changes{v1.0d}{2021/03/04}{:$B$N(B\cs{xspcode}$B$r@_Dj(B}
% \begin{macrocode}
\xspcode`(=1
\xspcode`)=2
\xspcode`[=1
\xspcode`]=2
\xspcode``=1
\xspcode`'=2
\xspcode`:=2
\xspcode`;=2
\xspcode`,=2
\xspcode`.=2
Expand Down Expand Up @@ -351,11 +354,13 @@
% \end{center}
%
% \changes{v1.0c}{2020/09/28}{$B!*$N(B\cs{inhibitxspcode}$B$r@_Dj(B}
% \changes{v1.0d}{2021/03/04}{$B!'$N(B\cs{inhibitxspcode}$B$r@_Dj(B}
% \begin{macrocode}
\inhibitxspcode`$B!"(B=1
\inhibitxspcode`$B!#(B=1
\inhibitxspcode`$B!$(B=1
\inhibitxspcode`$B!%(B=1
\inhibitxspcode`$B!'(B=1
\inhibitxspcode`$B!((B=1
\inhibitxspcode`$B!)(B=1
\inhibitxspcode`$B!*(B=1
Expand Down
2 changes: 2 additions & 0 deletions kinsoku.tex
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
\xspcode`]=2
\xspcode``=1
\xspcode`'=2
\xspcode`:=2
\xspcode`;=2
\xspcode`,=2
\xspcode`.=2
Expand Down Expand Up @@ -245,6 +246,7 @@
\inhibitxspcode`$B!#(B=1
\inhibitxspcode`$B!$(B=1
\inhibitxspcode`$B!%(B=1
\inhibitxspcode`$B!'(B=1
\inhibitxspcode`$B!((B=1
\inhibitxspcode`$B!)(B=1
\inhibitxspcode`$B!*(B=1
Expand Down

0 comments on commit 5db1ffd

Please sign in to comment.