summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bxjscls/bxjsreport.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/bxjscls/bxjsreport.cls')
-rw-r--r--Master/texmf-dist/tex/latex/bxjscls/bxjsreport.cls13
1 files changed, 12 insertions, 1 deletions
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