texlive[53812] Master/texmf-dist: bxjscls (16feb20)

commits+karl at tug.org commits+karl at tug.org
Sun Feb 16 23:08:56 CET 2020


Revision: 53812
          http://tug.org/svn/texlive?view=revision&revision=53812
Author:   karl
Date:     2020-02-16 23:08:55 +0100 (Sun, 16 Feb 2020)
Log Message:
-----------
bxjscls (16feb20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/bxjscls/README-ja.md
    trunk/Master/texmf-dist/doc/latex/bxjscls/README.md
    trunk/Master/texmf-dist/doc/latex/bxjscls/bxjscls-manual.pdf
    trunk/Master/texmf-dist/doc/latex/bxjscls/bxjscls-manual.tex
    trunk/Master/texmf-dist/doc/latex/bxjscls/bxjscls.pdf
    trunk/Master/texmf-dist/source/latex/bxjscls/bxjscls.dtx
    trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsarticle.cls
    trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsbook.cls
    trunk/Master/texmf-dist/tex/latex/bxjscls/bxjscjkcat.sty
    trunk/Master/texmf-dist/tex/latex/bxjscls/bxjscompat.sty
    trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-minimal.def
    trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-modern.def
    trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-pandoc.def
    trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def
    trunk/Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty
    trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsreport.cls
    trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls

Modified: trunk/Master/texmf-dist/doc/latex/bxjscls/README-ja.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/bxjscls/README-ja.md	2020-02-16 22:08:39 UTC (rev 53811)
+++ trunk/Master/texmf-dist/doc/latex/bxjscls/README-ja.md	2020-02-16 22:08:55 UTC (rev 53812)
@@ -98,6 +98,8 @@
 更新履歴
 --------
 
+  * Version 1.9k 〈2020/02/15〉
+      - バグ修正。(`12Q` 等を使えるようにする。)
   * Version 1.9j 〈2020/02/05〉
       - jsclasses の 2020/02/02 と同期。
           + NFSS の改修に対応した。

Modified: trunk/Master/texmf-dist/doc/latex/bxjscls/README.md
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/bxjscls/bxjscls-manual.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/bxjscls/bxjscls-manual.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/bxjscls/bxjscls-manual.tex	2020-02-16 22:08:39 UTC (rev 53811)
+++ trunk/Master/texmf-dist/doc/latex/bxjscls/bxjscls-manual.tex	2020-02-16 22:08:55 UTC (rev 53812)
@@ -12,8 +12,8 @@
   \renewcommand*{\XeLaTeX}{XeLaTeX}}
 \usepackage{shortvrb}
 \MakeShortVerb{\|}
-\newcommand{\PkgVersion}{1.9i}
-\newcommand{\PkgDate}{2019/11/24}
+\newcommand{\PkgVersion}{1.9k}
+\newcommand{\PkgDate}{2020/02/15}
 \newcommand{\Pkg}[1]{\textsf{#1}}
 \newcommand{\Meta}[1]{$\langle$\mbox{}\nobr#1\nobr\mbox{}$\rangle$}
 \newcommand{\Note}{\par\noindent ※}

Modified: trunk/Master/texmf-dist/doc/latex/bxjscls/bxjscls.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/bxjscls/bxjscls.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/bxjscls/bxjscls.dtx	2020-02-16 22:08:39 UTC (rev 53811)
+++ trunk/Master/texmf-dist/source/latex/bxjscls/bxjscls.dtx	2020-02-16 22:08:55 UTC (rev 53812)
@@ -56,7 +56,8 @@
 %<*driver>
 \ProvidesFile{bxjscls.dtx}
 %</driver>
-  [2020/02/05 v1.9j BXJS document classes]
+  [2020/02/15 v1.9k BXJS document classes]
+% [2020/02/05 v1.9j BXJS document classes]
 % based on jsclasses [2020/02/02]
 % [2019/11/24 v1.9i BXJS document classes]
 % [2019/07/27 v1.9h BXJS document classes]
@@ -875,6 +876,12 @@
   \else\ifdim\@tempdima=12pt    \long\def\@ptsize{2}%
   \else \long\edef\@ptsize{\jsUnusualPtSize}\fi\fi\fi}
 %    \end{macrocode}
+%
+% \TODO 恐らく |14pt| と |base=14.4pt| 等の関係も全く等価であるべき。
+%    \begin{macrocode}
+\def\bxjs at setjbasefontsize#1{%
+  \setkeys{bxjs}{jbase=#1}}
+%    \end{macrocode}
 % \end{macro}
 %
 % |\ifjsc at mag| は「|\mag| を使うか」を表すスイッチ。
@@ -8473,7 +8480,7 @@
 % 欧文総称フォント命令で和文フォントが連動するように修正する。
 % その他の和文フォント関係の定義を行う。
 %
-% \Note 2020-02-02のNFSSの改修に対する |jsclasses| の対策くぉ
+% \Note 2020-02-02のNFSSの改修に対する |jsclasses| の対策を
 % 取り入れた。
 %    \begin{macrocode}
 \ifx\@rmfamilyhook\@undefined  % old

Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsarticle.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsarticle.cls	2020-02-16 22:08:39 UTC (rev 53811)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsarticle.cls	2020-02-16 22:08:55 UTC (rev 53812)
@@ -22,7 +22,7 @@
 %% in the same archive or directory.)
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesClass{bxjsarticle}
-  [2020/02/05 v1.9j BXJS document classes]
+  [2020/02/15 v1.9k BXJS document classes]
 %% このファイルは日本語文字を含みます.
 \def\bxjs at clsname{bxjsarticle}
 \newif\ifjsc at needsp@tch
@@ -214,6 +214,8 @@
   \else\ifdim\@tempdima=10.95pt \long\def\@ptsize{1}%
   \else\ifdim\@tempdima=12pt    \long\def\@ptsize{2}%
   \else \long\edef\@ptsize{\jsUnusualPtSize}\fi\fi\fi}
+\def\bxjs at setjbasefontsize#1{%
+  \setkeys{bxjs}{jbase=#1}}
 \newif\ifjsc at mag
 \newif\ifjsc at mag@xreal
 \DeclareOption{8pt}{\bxjs at setbasefontsize{8pt}}

Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsbook.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsbook.cls	2020-02-16 22:08:39 UTC (rev 53811)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsbook.cls	2020-02-16 22:08:55 UTC (rev 53812)
@@ -22,7 +22,7 @@
 %% in the same archive or directory.)
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesClass{bxjsbook}
-  [2020/02/05 v1.9j BXJS document classes]
+  [2020/02/15 v1.9k BXJS document classes]
 %% このファイルは日本語文字を含みます.
 \def\bxjs at clsname{bxjsbook}
 \newif\ifjsc at needsp@tch
@@ -217,6 +217,8 @@
   \else\ifdim\@tempdima=10.95pt \long\def\@ptsize{1}%
   \else\ifdim\@tempdima=12pt    \long\def\@ptsize{2}%
   \else \long\edef\@ptsize{\jsUnusualPtSize}\fi\fi\fi}
+\def\bxjs at setjbasefontsize#1{%
+  \setkeys{bxjs}{jbase=#1}}
 \newif\ifjsc at mag
 \newif\ifjsc at mag@xreal
 \DeclareOption{8pt}{\bxjs at setbasefontsize{8pt}}

Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjscjkcat.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjscjkcat.sty	2020-02-16 22:08:39 UTC (rev 53811)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjscjkcat.sty	2020-02-16 22:08:55 UTC (rev 53812)
@@ -21,7 +21,7 @@
 %% same distribution. (The sources need not necessarily be
 %% in the same archive or directory.)
 \ProvidesPackage{bxjscjkcat}
-  [2020/02/05 v1.9j BXJS document classes]
+  [2020/02/15 v1.9k BXJS document classes]
 \def\bxjx at pkgname{bxjscjkcat}
 \newcount\bxjx at cnta
 \@onlypreamble\bxjx at tmpdo

Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjscompat.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjscompat.sty	2020-02-16 22:08:39 UTC (rev 53811)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjscompat.sty	2020-02-16 22:08:55 UTC (rev 53812)
@@ -21,7 +21,7 @@
 %% same distribution. (The sources need not necessarily be
 %% in the same archive or directory.)
 \ProvidesPackage{bxjscompat}
-  [2020/02/05 v1.9j BXJS document classes]
+  [2020/02/15 v1.9k BXJS document classes]
 \def\bxac at pkgname{bxjscompat}
 \let\bxac at engine=n
 \def\bxac at do#1#2{%

Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-minimal.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-minimal.def	2020-02-16 22:08:39 UTC (rev 53811)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-minimal.def	2020-02-16 22:08:55 UTC (rev 53812)
@@ -21,7 +21,7 @@
 %% same distribution. (The sources need not necessarily be
 %% in the same archive or directory.)
 \ProvidesFile{bxjsja-minimal.def}
-  [2020/02/05 v1.9j BXJS document classes]
+  [2020/02/15 v1.9k BXJS document classes]
 %% このファイルは日本語文字を含みます
 \def\DeclareJaTextFontCommand#1#2{%
   \DeclareRobustCommand#1[1]{%

Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-modern.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-modern.def	2020-02-16 22:08:39 UTC (rev 53811)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-modern.def	2020-02-16 22:08:55 UTC (rev 53812)
@@ -21,7 +21,7 @@
 %% same distribution. (The sources need not necessarily be
 %% in the same archive or directory.)
 \ProvidesFile{bxjsja-modern.def}
-  [2020/02/05 v1.9j BXJS document classes]
+  [2020/02/15 v1.9k BXJS document classes]
 \input{bxjsja-standard.def}
 \ifnum0\if x\jsEngine1\fi\if l\jsEngine1\fi=\z@
 \def\encodingdefault{T1}%

Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-pandoc.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-pandoc.def	2020-02-16 22:08:39 UTC (rev 53811)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-pandoc.def	2020-02-16 22:08:55 UTC (rev 53812)
@@ -21,7 +21,7 @@
 %% same distribution. (The sources need not necessarily be
 %% in the same archive or directory.)
 \ProvidesFile{bxjsja-pandoc.def}
-  [2020/02/05 v1.9j BXJS document classes]
+  [2020/02/15 v1.9k BXJS document classes]
 \input{bxjsja-standard.def}
 \RequirePackage{bxjspandoc}
 \@onlypreamble\bxjs at endpreamble@hook

Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def	2020-02-16 22:08:39 UTC (rev 53811)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def	2020-02-16 22:08:55 UTC (rev 53812)
@@ -21,7 +21,7 @@
 %% same distribution. (The sources need not necessarily be
 %% in the same archive or directory.)
 \ProvidesFile{bxjsja-standard.def}
-  [2020/02/05 v1.9j BXJS document classes]
+  [2020/02/15 v1.9k BXJS document classes]
 %% このファイルは日本語文字を含みます
 \input{bxjsja-minimal.def}
 \bxjs at simplejasetupfalse

Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty	2020-02-16 22:08:39 UTC (rev 53811)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty	2020-02-16 22:08:55 UTC (rev 53812)
@@ -21,7 +21,7 @@
 %% same distribution. (The sources need not necessarily be
 %% in the same archive or directory.)
 \ProvidesPackage{bxjspandoc}
-  [2020/02/05 v1.9j BXJS document classes]
+  [2020/02/15 v1.9k BXJS document classes]
 %% このファイルは日本語文字を含みます.
 \def\bxjsp at pkgname{bxjscjkcat}
 \let\bxjsp at engine=n

Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsreport.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsreport.cls	2020-02-16 22:08:39 UTC (rev 53811)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsreport.cls	2020-02-16 22:08:55 UTC (rev 53812)
@@ -22,7 +22,7 @@
 %% in the same archive or directory.)
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesClass{bxjsreport}
-  [2020/02/05 v1.9j BXJS document classes]
+  [2020/02/15 v1.9k BXJS document classes]
 %% このファイルは日本語文字を含みます.
 \def\bxjs at clsname{bxjsreport}
 \newif\ifjsc at needsp@tch
@@ -217,6 +217,8 @@
   \else\ifdim\@tempdima=10.95pt \long\def\@ptsize{1}%
   \else\ifdim\@tempdima=12pt    \long\def\@ptsize{2}%
   \else \long\edef\@ptsize{\jsUnusualPtSize}\fi\fi\fi}
+\def\bxjs at setjbasefontsize#1{%
+  \setkeys{bxjs}{jbase=#1}}
 \newif\ifjsc at mag
 \newif\ifjsc at mag@xreal
 \DeclareOption{8pt}{\bxjs at setbasefontsize{8pt}}

Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls	2020-02-16 22:08:39 UTC (rev 53811)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls	2020-02-16 22:08:55 UTC (rev 53812)
@@ -22,7 +22,7 @@
 %% in the same archive or directory.)
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesClass{bxjsslide}
-  [2020/02/05 v1.9j BXJS document classes]
+  [2020/02/15 v1.9k BXJS document classes]
 %% このファイルは日本語文字を含みます.
 \def\bxjs at clsname{bxjsslide}
 \newif\ifjsc at needsp@tch
@@ -214,6 +214,8 @@
   \else\ifdim\@tempdima=10.95pt \long\def\@ptsize{1}%
   \else\ifdim\@tempdima=12pt    \long\def\@ptsize{2}%
   \else \long\edef\@ptsize{\jsUnusualPtSize}\fi\fi\fi}
+\def\bxjs at setjbasefontsize#1{%
+  \setkeys{bxjs}{jbase=#1}}
 \newif\ifjsc at mag
 \newif\ifjsc at mag@xreal
 \DeclareOption{8pt}{\bxjs at setbasefontsize{8pt}}



More information about the tex-live-commits mailing list.