summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-04-11 22:47:51 +0000
committerKarl Berry <karl@freefriends.org>2020-04-11 22:47:51 +0000
commit987a07641cd12f2042a852d5daebf511eda77025 (patch)
tree04999c07935156aec029119caed44badcdbc5330 /Master/texmf-dist/tex
parent770b96ca17434757dd1f8ef5afcb7ec61eb55244 (diff)
bxjscls (5apr20)
git-svn-id: svn://tug.org/texlive/trunk@54673 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/bxjscls/bxjsarticle.cls13
-rw-r--r--Master/texmf-dist/tex/latex/bxjscls/bxjsbook.cls13
-rw-r--r--Master/texmf-dist/tex/latex/bxjscls/bxjscjkcat.sty2
-rw-r--r--Master/texmf-dist/tex/latex/bxjscls/bxjscompat.sty2
-rw-r--r--Master/texmf-dist/tex/latex/bxjscls/bxjsja-minimal.def2
-rw-r--r--Master/texmf-dist/tex/latex/bxjscls/bxjsja-modern.def2
-rw-r--r--Master/texmf-dist/tex/latex/bxjscls/bxjsja-pandoc.def2
-rw-r--r--Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def2
-rw-r--r--Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty2
-rw-r--r--Master/texmf-dist/tex/latex/bxjscls/bxjsreport.cls13
-rw-r--r--Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls13
11 files changed, 55 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/bxjscls/bxjsarticle.cls b/Master/texmf-dist/tex/latex/bxjscls/bxjsarticle.cls
index ff1c5dc7160..2cec72e76d8 100644
--- a/Master/texmf-dist/tex/latex/bxjscls/bxjsarticle.cls
+++ b/Master/texmf-dist/tex/latex/bxjscls/bxjsarticle.cls
@@ -22,7 +22,7 @@
%% in the same archive or directory.)
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{bxjsarticle}
- [2020/03/25 v2.0 BXJS document classes]
+ [2020/04/04 v2.0a BXJS document classes]
%% このファイルは日本語文字を含みます.
\def\bxjs@clsname{bxjsarticle}
\newif\ifjsc@needsp@tch
@@ -419,7 +419,12 @@
\def\bxjs@driver@opt{xetex}%
\let\bxjs@driver@given\bxjs@driver@@xetex}
\DeclareOption{dvipdfmx-if-dvi}{%
+ \ClassWarningNoLine\bxjs@clsname
+ {The old option 'dvipdfmx-if-dvi' is DEPRECATED\MessageBreak
+ and may be abolished in future!\MessageBreak
+ You should write 'dvi=dvipdfmx' instead}%
\setkeys{bxjs}{dvi=dvipdfmx}}
+
\newif\ifbxjs@bigcode \bxjs@bigcodetrue
\DeclareOption{nobigcode}{%
\bxjs@bigcodefalse}
@@ -735,6 +740,12 @@
\ifx j\jsEngine
\def\bxjs@jadriver{standard}
\else
+ \ClassWarningNoLine\bxjs@clsname
+ {The option 'ja' is MISSING!!\MessageBreak
+ So 'ja=minimal' is assumed as fallback, but\MessageBreak
+ such implicit setting is now DEPRECATED!\MessageBreak
+ You should write 'ja=minimal' explicitly,\MessageBreak
+ if it is intended}
\let\bxjs@jadriver\bxjs@@minimal
\fi
\fi
diff --git a/Master/texmf-dist/tex/latex/bxjscls/bxjsbook.cls b/Master/texmf-dist/tex/latex/bxjscls/bxjsbook.cls
index bfc6bef9fe5..617f57c2e1c 100644
--- a/Master/texmf-dist/tex/latex/bxjscls/bxjsbook.cls
+++ b/Master/texmf-dist/tex/latex/bxjscls/bxjsbook.cls
@@ -22,7 +22,7 @@
%% in the same archive or directory.)
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{bxjsbook}
- [2020/03/25 v2.0 BXJS document classes]
+ [2020/04/04 v2.0a BXJS document classes]
%% このファイルは日本語文字を含みます.
\def\bxjs@clsname{bxjsbook}
\newif\ifjsc@needsp@tch
@@ -425,7 +425,12 @@
\def\bxjs@driver@opt{xetex}%
\let\bxjs@driver@given\bxjs@driver@@xetex}
\DeclareOption{dvipdfmx-if-dvi}{%
+ \ClassWarningNoLine\bxjs@clsname
+ {The old option 'dvipdfmx-if-dvi' is DEPRECATED\MessageBreak
+ and may be abolished in future!\MessageBreak
+ You should write 'dvi=dvipdfmx' instead}%
\setkeys{bxjs}{dvi=dvipdfmx}}
+
\newif\ifbxjs@bigcode \bxjs@bigcodetrue
\DeclareOption{nobigcode}{%
\bxjs@bigcodefalse}
@@ -744,6 +749,12 @@
\ifx j\jsEngine
\def\bxjs@jadriver{standard}
\else
+ \ClassWarningNoLine\bxjs@clsname
+ {The option 'ja' is MISSING!!\MessageBreak
+ So 'ja=minimal' is assumed as fallback, but\MessageBreak
+ such implicit setting is now DEPRECATED!\MessageBreak
+ You should write 'ja=minimal' explicitly,\MessageBreak
+ if it is intended}
\let\bxjs@jadriver\bxjs@@minimal
\fi
\fi
diff --git a/Master/texmf-dist/tex/latex/bxjscls/bxjscjkcat.sty b/Master/texmf-dist/tex/latex/bxjscls/bxjscjkcat.sty
index 7ac8a1e8e76..8cdb102b017 100644
--- a/Master/texmf-dist/tex/latex/bxjscls/bxjscjkcat.sty
+++ b/Master/texmf-dist/tex/latex/bxjscls/bxjscjkcat.sty
@@ -21,7 +21,7 @@
%% same distribution. (The sources need not necessarily be
%% in the same archive or directory.)
\ProvidesPackage{bxjscjkcat}
- [2020/03/25 v2.0 BXJS document classes]
+ [2020/04/04 v2.0a BXJS document classes]
\def\bxjx@pkgname{bxjscjkcat}
\newcount\bxjx@cnta
\@onlypreamble\bxjx@tmpdo
diff --git a/Master/texmf-dist/tex/latex/bxjscls/bxjscompat.sty b/Master/texmf-dist/tex/latex/bxjscls/bxjscompat.sty
index de126ac708c..4128007d8a2 100644
--- a/Master/texmf-dist/tex/latex/bxjscls/bxjscompat.sty
+++ b/Master/texmf-dist/tex/latex/bxjscls/bxjscompat.sty
@@ -21,7 +21,7 @@
%% same distribution. (The sources need not necessarily be
%% in the same archive or directory.)
\ProvidesPackage{bxjscompat}
- [2020/03/25 v2.0 BXJS document classes]
+ [2020/04/04 v2.0a BXJS document classes]
\def\bxac@pkgname{bxjscompat}
\let\bxac@engine=n
\def\bxac@do#1#2{%
diff --git a/Master/texmf-dist/tex/latex/bxjscls/bxjsja-minimal.def b/Master/texmf-dist/tex/latex/bxjscls/bxjsja-minimal.def
index 3026210eaab..26c44dd4c75 100644
--- a/Master/texmf-dist/tex/latex/bxjscls/bxjsja-minimal.def
+++ b/Master/texmf-dist/tex/latex/bxjscls/bxjsja-minimal.def
@@ -21,7 +21,7 @@
%% same distribution. (The sources need not necessarily be
%% in the same archive or directory.)
\ProvidesFile{bxjsja-minimal.def}
- [2020/03/25 v2.0 BXJS document classes]
+ [2020/04/04 v2.0a BXJS document classes]
%% このファイルは日本語文字を含みます
\def\DeclareJaTextFontCommand#1#2{%
\DeclareRobustCommand#1[1]{%
diff --git a/Master/texmf-dist/tex/latex/bxjscls/bxjsja-modern.def b/Master/texmf-dist/tex/latex/bxjscls/bxjsja-modern.def
index 7624053fc86..9a81f9f0c3f 100644
--- a/Master/texmf-dist/tex/latex/bxjscls/bxjsja-modern.def
+++ b/Master/texmf-dist/tex/latex/bxjscls/bxjsja-modern.def
@@ -21,7 +21,7 @@
%% same distribution. (The sources need not necessarily be
%% in the same archive or directory.)
\ProvidesFile{bxjsja-modern.def}
- [2020/03/25 v2.0 BXJS document classes]
+ [2020/04/04 v2.0a BXJS document classes]
\input{bxjsja-standard.def}
\ifnum0\if x\jsEngine1\fi\if l\jsEngine1\fi=\z@
\def\encodingdefault{T1}%
diff --git a/Master/texmf-dist/tex/latex/bxjscls/bxjsja-pandoc.def b/Master/texmf-dist/tex/latex/bxjscls/bxjsja-pandoc.def
index 9b1a03f89e9..8d8bc4d5add 100644
--- a/Master/texmf-dist/tex/latex/bxjscls/bxjsja-pandoc.def
+++ b/Master/texmf-dist/tex/latex/bxjscls/bxjsja-pandoc.def
@@ -21,7 +21,7 @@
%% same distribution. (The sources need not necessarily be
%% in the same archive or directory.)
\ProvidesFile{bxjsja-pandoc.def}
- [2020/03/25 v2.0 BXJS document classes]
+ [2020/04/04 v2.0a BXJS document classes]
\input{bxjsja-standard.def}
\RequirePackage{bxjspandoc}
\@onlypreamble\bxjs@endpreamble@hook
diff --git a/Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def b/Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def
index 07b7d9648f1..2ecc13a5f2c 100644
--- a/Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def
+++ b/Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def
@@ -21,7 +21,7 @@
%% same distribution. (The sources need not necessarily be
%% in the same archive or directory.)
\ProvidesFile{bxjsja-standard.def}
- [2020/03/25 v2.0 BXJS document classes]
+ [2020/04/04 v2.0a BXJS document classes]
%% このファイルは日本語文字を含みます
\input{bxjsja-minimal.def}
\bxjs@simplejasetupfalse
diff --git a/Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty b/Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty
index ca2d484c1b0..5b2751e8b55 100644
--- a/Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty
+++ b/Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty
@@ -21,7 +21,7 @@
%% same distribution. (The sources need not necessarily be
%% in the same archive or directory.)
\ProvidesPackage{bxjspandoc}
- [2020/03/25 v2.0 BXJS document classes]
+ [2020/04/04 v2.0a BXJS document classes]
%% このファイルは日本語文字を含みます.
\def\bxjsp@pkgname{bxjscjkcat}
\let\bxjsp@engine=n
diff --git a/Master/texmf-dist/tex/latex/bxjscls/bxjsreport.cls b/Master/texmf-dist/tex/latex/bxjscls/bxjsreport.cls
index 07c4ce14cc0..c7bd476a3b2 100644
--- a/Master/texmf-dist/tex/latex/bxjscls/bxjsreport.cls
+++ b/Master/texmf-dist/tex/latex/bxjscls/bxjsreport.cls
@@ -22,7 +22,7 @@
%% in the same archive or directory.)
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{bxjsreport}
- [2020/03/25 v2.0 BXJS document classes]
+ [2020/04/04 v2.0a BXJS document classes]
%% このファイルは日本語文字を含みます.
\def\bxjs@clsname{bxjsreport}
\newif\ifjsc@needsp@tch
@@ -425,7 +425,12 @@
\def\bxjs@driver@opt{xetex}%
\let\bxjs@driver@given\bxjs@driver@@xetex}
\DeclareOption{dvipdfmx-if-dvi}{%
+ \ClassWarningNoLine\bxjs@clsname
+ {The old option 'dvipdfmx-if-dvi' is DEPRECATED\MessageBreak
+ and may be abolished in future!\MessageBreak
+ You should write 'dvi=dvipdfmx' instead}%
\setkeys{bxjs}{dvi=dvipdfmx}}
+
\newif\ifbxjs@bigcode \bxjs@bigcodetrue
\DeclareOption{nobigcode}{%
\bxjs@bigcodefalse}
@@ -743,6 +748,12 @@
\ifx j\jsEngine
\def\bxjs@jadriver{standard}
\else
+ \ClassWarningNoLine\bxjs@clsname
+ {The option 'ja' is MISSING!!\MessageBreak
+ So 'ja=minimal' is assumed as fallback, but\MessageBreak
+ such implicit setting is now DEPRECATED!\MessageBreak
+ You should write 'ja=minimal' explicitly,\MessageBreak
+ if it is intended}
\let\bxjs@jadriver\bxjs@@minimal
\fi
\fi
diff --git a/Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls b/Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls
index b7dd8d0066a..3d0d5aaa0c8 100644
--- a/Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls
+++ b/Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls
@@ -22,7 +22,7 @@
%% in the same archive or directory.)
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{bxjsslide}
- [2020/03/25 v2.0 BXJS document classes]
+ [2020/04/04 v2.0a BXJS document classes]
%% このファイルは日本語文字を含みます.
\def\bxjs@clsname{bxjsslide}
\newif\ifjsc@needsp@tch
@@ -419,7 +419,12 @@
\def\bxjs@driver@opt{xetex}%
\let\bxjs@driver@given\bxjs@driver@@xetex}
\DeclareOption{dvipdfmx-if-dvi}{%
+ \ClassWarningNoLine\bxjs@clsname
+ {The old option 'dvipdfmx-if-dvi' is DEPRECATED\MessageBreak
+ and may be abolished in future!\MessageBreak
+ You should write 'dvi=dvipdfmx' instead}%
\setkeys{bxjs}{dvi=dvipdfmx}}
+
\newif\ifbxjs@bigcode \bxjs@bigcodetrue
\DeclareOption{nobigcode}{%
\bxjs@bigcodefalse}
@@ -735,6 +740,12 @@
\ifx j\jsEngine
\def\bxjs@jadriver{standard}
\else
+ \ClassWarningNoLine\bxjs@clsname
+ {The option 'ja' is MISSING!!\MessageBreak
+ So 'ja=minimal' is assumed as fallback, but\MessageBreak
+ such implicit setting is now DEPRECATED!\MessageBreak
+ You should write 'ja=minimal' explicitly,\MessageBreak
+ if it is intended}
\let\bxjs@jadriver\bxjs@@minimal
\fi
\fi