Skip to content

Commit 5a360e7

Browse files
committed
jsclasses.dtx, okumacro.dtx: Bump version, regenerate
1 parent 306f7bd commit 5a360e7

9 files changed

+21
-7
lines changed

jsarticle.cls

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
%% in the same archive or directory.)
2323
\NeedsTeXFormat{pLaTeX2e}
2424
\ProvidesClass{jsarticle}
25-
[2016/12/01 okumura, texjporg]
25+
[2016/12/13 okumura, texjporg]
2626
\def\jsc@clsname{jsarticle}
2727
\newif\ifjsc@needsp@tch
2828
\jsc@needsp@tchfalse

jsbook.cls

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
%% in the same archive or directory.)
2323
\NeedsTeXFormat{pLaTeX2e}
2424
\ProvidesClass{jsbook}
25-
[2016/12/01 okumura, texjporg]
25+
[2016/12/13 okumura, texjporg]
2626
\def\jsc@clsname{jsbook}
2727
\newif\ifjsc@needsp@tch
2828
\jsc@needsp@tchfalse
@@ -1252,9 +1252,11 @@
12521252
\@endpart}
12531253
\def\@endpart{\vfil\newpage
12541254
\if@twoside
1255+
\if@openright %% added (2016/12/13)
12551256
\null
12561257
\thispagestyle{empty}%
12571258
\newpage
1259+
\fi %% added (2016/12/13)
12581260
\fi
12591261
\if@restonecol
12601262
\twocolumn

jsclasses.dtx

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
%<*driver>
3939
\ProvidesFile{jsclasses.dtx}
4040
%</driver>
41-
[2016/12/01 okumura, texjporg]
41+
[2016/12/13 okumura, texjporg]
4242
%<*driver>
4343
\documentclass{jsarticle}
4444
\usepackage{doc}

jsclasses.pdf

984 Bytes
Binary file not shown.

jspf.cls

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
%% in the same archive or directory.)
2323
\NeedsTeXFormat{pLaTeX2e}
2424
\ProvidesClass{jspf}
25-
[2016/12/01 okumura, texjporg]
25+
[2016/12/13 okumura, texjporg]
2626
\def\jsc@clsname{jspf}
2727
\newif\ifjsc@needsp@tch
2828
\jsc@needsp@tchfalse

kiyou.cls

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
%% in the same archive or directory.)
2323
\NeedsTeXFormat{pLaTeX2e}
2424
\ProvidesClass{kiyou}
25-
[2016/12/01 okumura, texjporg]
25+
[2016/12/13 okumura, texjporg]
2626
\def\jsc@clsname{kiyou}
2727
\newif\ifjsc@needsp@tch
2828
\jsc@needsp@tchfalse

okumacro.dtx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
% $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
1212
%
1313
%<okumacro>\NeedsTeXFormat{pLaTeX2e}
14-
%<okumacro>\ProvidesPackage{okumacro}[2016/10/08 okumura, texjporg]
14+
%<okumacro>\ProvidesPackage{okumacro}[2016/12/13 okumura, texjporg]
1515
%<*driver>
1616
\documentclass{jsarticle}
1717
\usepackage{doc}

okumacro.pdf

1.76 KB
Binary file not shown.

okumacro.sty

+13-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
%% same distribution. (The sources need not necessarily be
2222
%% in the same archive or directory.)
2323
\NeedsTeXFormat{pLaTeX2e}
24-
\ProvidesPackage{okumacro}[2016/10/08 okumura, texjporg]
24+
\ProvidesPackage{okumacro}[2016/12/13 okumura, texjporg]
2525
\providecommand{\rubyfamily}{}
2626
\def\kanjistrut{\iftdir
2727
\vrule \@height0.5zw \@depth0.5zw \@width\z@
@@ -132,6 +132,18 @@
132132
\rule[0.8ex]{0.15ex}{0.7ex}}}
133133
\def\$B!]!](B{$B!=(B\kern-.5zw$B!=(B\kern-.5zw$B!=(B}
134134
\def\$B!=!=(B{$B!=(B\kern-.5zw$B!=(B\kern-.5zw$B!=(B}
135+
\ifx\ucs\@undefined\else
136+
\begingroup
137+
\kansujichar1="FF0D
138+
\kansujichar2="2014
139+
\expandafter\expandafter\expandafter\gdef
140+
\expandafter\csname\expandafter\kansuji\expandafter1%
141+
\expandafter\endcsname\kansuji1{$B!=(B\kern-.5zw$B!=(B\kern-.5zw$B!=(B}
142+
\expandafter\expandafter\expandafter\gdef
143+
\expandafter\csname\expandafter\kansuji\expandafter2%
144+
\expandafter\endcsname\kansuji2{$B!=(B\kern-.5zw$B!=(B\kern-.5zw$B!=(B}
145+
\endgroup
146+
\fi
135147
\newcommand{\removept}[2]{%
136148
\edef#2{\expandafter\@removePT\the#1}}
137149
{\catcode`p=12 \catcode`t=12 \gdef\@removePT#1pt{#1}}

0 commit comments

Comments
 (0)