summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/bxjscls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-07-27 21:07:18 +0000
committerKarl Berry <karl@freefriends.org>2019-07-27 21:07:18 +0000
commit5153629e4009236fef4bc7efb52ada2f825c4a56 (patch)
tree3a447ecfedd964b49125aa6ae058dbbe0b1aa25f /Master/texmf-dist/source/latex/bxjscls
parent5d96c68493b94311e6eddd1203bdc037ef466b1e (diff)
bxjscls (27jul19)
git-svn-id: svn://tug.org/texlive/trunk@51758 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/bxjscls')
-rw-r--r--Master/texmf-dist/source/latex/bxjscls/bxjscls.dtx20
1 files changed, 11 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/bxjscls/bxjscls.dtx b/Master/texmf-dist/source/latex/bxjscls/bxjscls.dtx
index 118a5154ab1..c46d0fd9b79 100644
--- a/Master/texmf-dist/source/latex/bxjscls/bxjscls.dtx
+++ b/Master/texmf-dist/source/latex/bxjscls/bxjscls.dtx
@@ -31,7 +31,7 @@
%
% Copyright 1995-1999 ASCII Corporation.
% Copyright 1999-2016 Haruhiko Okumura
-% Copyright 2016-2018 Japanese TeX Development Community
+% Copyright 2016-2019 Japanese TeX Development Community
%
% Copyright 2013-2019 Takayuki YATO (aka. "ZR")
%
@@ -56,7 +56,9 @@
%<*driver>
\ProvidesFile{bxjscls.dtx}
%</driver>
- [2019/06/23 v1.9g BXJS document classes]
+ [2019/07/27 v1.9h BXJS document classes]
+% based on jsclasses [2019/07/25]
+% [2019/06/23 v1.9g BXJS document classes]
% [2019/03/10 v1.9f BXJS document classes]
% [2019/01/13 v1.9e BXJS document classes]
% [2018/10/03 v1.9d BXJS document classes]
@@ -5850,9 +5852,9 @@
% \begin{macrocode}
\def\bxjs@dust{\vrule\@width\z@\@height\z@\@depth\z@}
\newcommand*{\jsInJaParen}[1]{%
- \bxjs@dust\jsInhibitGlue(\theenumii)\jsInhibitGlue\bxjs@dust}
+ \bxjs@dust\jsInhibitGlue (#1)\jsInhibitGlue\bxjs@dust}
\newcommand{\labelenumi}{\theenumi.}
-\newcommand{\labelenumii}{\jsInJaParen{(\theenumii)}}
+\newcommand{\labelenumii}{\jsInJaParen{\theenumii}}
\newcommand{\labelenumiii}{\theenumiii.}
\newcommand{\labelenumiv}{\theenumiv.}
% \end{macrocode}
@@ -5871,7 +5873,7 @@
%
% \begin{macrocode}
\renewcommand{\p@enumii}{\theenumi}
-\renewcommand{\p@enumiii}{\theenumi\jsInhibitGlue(\theenumii)}
+\renewcommand{\p@enumiii}{\theenumi\jsInhibitGlue (\theenumii )}
\renewcommand{\p@enumiv}{\p@enumiii\theenumiii}
% \end{macrocode}
% \end{macro}
@@ -6313,7 +6315,7 @@
% 数式番号の形式です。
% デフォルトの値をコメントアウトして示しておきます。
%
-% |\jsInhibitGlue(\theequation)\jsInhibitGlue| のように和文かっこ
+% |\jsInhibitGlue (\theequation )\jsInhibitGlue| のように和文かっこ
% を使うことも可能です。
%
% \begin{macrocode}
@@ -6324,7 +6326,7 @@
% |amsmath| パッケージを使う場合は |\tagform@| を次のように修正します。
%
% \begin{macrocode}
-% \def\tagform@#1{\maketag@@@{(\ignorespaces#1\unskip\@@italiccorr)}}
+% \def\tagform@#1{\maketag@@@{(\ignorespaces#1\unskip\@@italiccorr )}}
% \end{macrocode}
%
% \subsection{フロート}
@@ -7177,7 +7179,7 @@
% とりあえずコメントアウトしておきますので,必要に応じて生かしてください。
%
% \begin{macrocode}
-% \def\@biblabel#1{\jsInhibitGlue[#1]\jsInhibitGlue}
+% \def\@biblabel#1{\jsInhibitGlue [#1]\jsInhibitGlue}
% \end{macrocode}
% \end{macro}
%
@@ -7204,7 +7206,7 @@
% \@latex@warning
% {Citation `\@citeb' on page \thepage \space undefined}}%
% {\@cite@ofmt{\csname b@\@citeb\endcsname}}}}{#1}}
-% \def\@cite#1#2{\jsInhibitGlue[{#1\if@tempswa ,#2\fi}]\jsInhibitGlue}
+% \def\@cite#1#2{\jsInhibitGlue [{#1\if@tempswa ,#2\fi}]\jsInhibitGlue}
% \end{macrocode}
%
% 引用番号を上ツキの 1)のようなスタイルにするには次のようにします。