diff options
author | Karl Berry <karl@freefriends.org> | 2020-04-11 22:47:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-04-11 22:47:51 +0000 |
commit | 987a07641cd12f2042a852d5daebf511eda77025 (patch) | |
tree | 04999c07935156aec029119caed44badcdbc5330 /Master/texmf-dist/tex/latex/bxjscls/bxjsreport.cls | |
parent | 770b96ca17434757dd1f8ef5afcb7ec61eb55244 (diff) |
bxjscls (5apr20)
git-svn-id: svn://tug.org/texlive/trunk@54673 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bxjscls/bxjsreport.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/bxjscls/bxjsreport.cls | 13 |
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 |