texlive[54673] Master/texmf-dist: bxjscls (5apr20)
commits+karl at tug.org
commits+karl at tug.org
Sun Apr 12 00:47:51 CEST 2020
Revision: 54673
http://tug.org/svn/texlive?view=revision&revision=54673
Author: karl
Date: 2020-04-12 00:47:51 +0200 (Sun, 12 Apr 2020)
Log Message:
-----------
bxjscls (5apr20)
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-04-11 22:47:33 UTC (rev 54672)
+++ trunk/Master/texmf-dist/doc/latex/bxjscls/README-ja.md 2020-04-11 22:47:51 UTC (rev 54673)
@@ -99,7 +99,11 @@
更新履歴
--------
+ * Version 2.0a 〈2020/04/04〉
+ - 非推奨のオプションの一部について、警告を出す。
* Version 2.0 〈2020/03/25〉
+ - XeLaTeX・LuaLaTeX での既定の和文フォントを「IPAex フォント」から
+ 「原ノ味フォント」に変更した。
- geometry 4.x 版のサポートを廃止した。
- 開発者命令 `\ifdraft` を廃止した。
- 和暦の処理に関して bxwareki パッケージを必須とする。
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-04-11 22:47:33 UTC (rev 54672)
+++ trunk/Master/texmf-dist/doc/latex/bxjscls/bxjscls-manual.tex 2020-04-11 22:47:51 UTC (rev 54673)
@@ -7,13 +7,12 @@
%\usepackage{url}
\usepackage[unicode,colorlinks,hyperfootnotes=false]{hyperref}
\hypersetup{linkcolor=myblue,urlcolor=mygreen}
-\usepackage{metalogo}
-\pdfstringdefDisableCommands{%
- \renewcommand*{\XeLaTeX}{XeLaTeX}}
+\usepackage{bxtexlogo}
+\bxtexlogoimport{*}
\usepackage{shortvrb}
\MakeShortVerb{\|}
-\newcommand{\PkgVersion}{2.0}
-\newcommand{\PkgDate}{2020/03/25}
+\newcommand{\PkgVersion}{2.0a}
+\newcommand{\PkgDate}{2020/04/04}
\newcommand{\Pkg}[1]{\textsf{#1}}
\newcommand{\Meta}[1]{$\langle$\mbox{}\nobr#1\nobr\mbox{}$\rangle$}
\newcommand{\Note}{\par\noindent ※}
@@ -22,12 +21,6 @@
\newcommand{\wbr}{\linebreak[0]}
\newcommand{\nobr}{\nolinebreak[4]}
\newcommand{\xast}{\mbox{}\mbox{$^*$}}
-\providecommand{\pTeX}{p\TeX}
-\providecommand{\pLaTeX}{p\LaTeX}
-\providecommand{\upTeX}{u\pTeX}
-\providecommand{\upLaTeX}{u\pLaTeX}
-\providecommand{\pdfLaTeX}{pdf\LaTeX}
-\providecommand{\BibTeX}{Bib\TeX}
%-----------------------------------------------------------
\begin{document}
\title{\Pkg{BXjscls} パッケージ\\
@@ -266,6 +259,9 @@
\setCJKsansfont[BoldFont=HaranoAjiGothic-Medium.otf]{HaranoAjiGothic-Medium.otf}
\end{verbatim}\end{quote}
+\Note 2.0版より、既定の和文フォントが「IPAexフォント」から
+「原ノ味フォント」に変更された。
+
|jafont| を指定した場合は:
\begin{quote}\small\begin{verbatim}
\documentclass[a4paper,xelatex,ja=standard,jafont=ms]{bxjsarticle}
@@ -294,6 +290,9 @@
\usepackage[haranoaji]{luatexja-preset}
\end{verbatim}\end{quote}
+\Note 2.0版より、既定の和文フォントが「IPAexフォント」から
+「原ノ味フォント」に変更された。
+
|jafont| を指定した場合は:
\begin{quote}\small\begin{verbatim}
\documentclass[b5paper,lualatex,ja=standard,jafont=ms]{bxjsarticle}
@@ -589,13 +588,12 @@
|standard|、|pandoc| がある。
エンジンが |platex| か |uplatex| の時は |ja| の
既定値は |standard| である。
- それ以外の場合は、一応 |minimal| とするが、
- 明示的な指定が推奨される
- (2.0版で正式に非推奨の扱いとなった)。
+ それ以外の場合は、一応 |minimal| となるが、
+ 2.0版以降では |ja| の省略は\jemph{非推奨}である。
\item |jafont=|\Meta{名前}\Means
「和文フォントプリセット指定」の名前を設定する。
- \Note \ref{sec:Basic}節で解説した通り、standard和文ドライバでは |jafont|
- の値が利用される。
+ \Note standard和文ドライバでは |jafont| の値が利用される。
+ 詳細は\ref{ssec:ja-font-settings}節を参照。
\par
プリセット指定の値が丸括弧を含む(例えば“|sourcehan(-otc)|”)場合、
以下のように解釈される。
@@ -680,7 +678,9 @@
既定値は真。
\Note つまり「JSクラスの一種である」と判定されると不都合な場合に、
|disguise-js=false| を指定する。
-\item |bigcode|\Means
+\item |bigcode|(既定
+ \footnote{2.0版より常に |bigcode| が既定になる。
+ 昔の版では{\TeX}エンジンの版に応じて既定値を変えていた。})\Means
{\upTeX}エンジンとdvipdfmxの組合せで\Pkg{hyperref}パッケージを
利用する時に適用されるToUnicode CMapとして |UTF8-UTF16| を指定する。
PDFの文書情報の文字列にBMP外の文字が含まれる場合には
@@ -690,14 +690,6 @@
\item |nobigcode|\Means
|bigcode| の否定。ToUnicode CMapとして |UTF8-UCS2| を指定する。
この場合は文書情報の文字列にBMP外の文字を使用できない。
- \Note |UTF8-UTF16| のファイルが利用できるかを確実に判定するのは
- 困難なため、|bigcode| の既定値は次のようなアドホックな方法で
- 決めている:
- {\TeX}エンジンのバージョンが3.14159265以上
- \footnote{{\TeX}のバージョン3.14159265は2014年1月にリリースされた。}
- である場合は、
- ({\TeX}環境がある程度新しく、|UTF8-UTF16| が利用可能と思われるので)
- |bigcode| を既定とし、それ以外は |nobigcode| を既定とする。
\item |precise-text=|\Meta{真偽値}\Means
{\XeTeX}エンジンにおいて、「ActualText生成機能」を有効化する
\footnote{つまり、|\XeTeXgenerateactualtext=1| を行う。
@@ -1129,10 +1121,85 @@
|minimal| を用いる意義がほとんどないため、
|standard| が既定値になっている。
-\Note 1.8版より、(u){\pLaTeX}以外のエンジンについては、
-和文ドライバを明示指定することを推奨する。
+\Note 2.0版より、(u){\pLaTeX}以外のエンジンについては、
+和文ドライバ指定を省略することは非推奨の扱いとなった。
+(既に1.8版で明示指定が推奨されていた。)
+%-------------------
+\subsection{standardドライバで用いられる日本語処理機構}
+\label{ssec:ja-package}
+\begin{itemize}
+\item \pLaTeX、\upLaTeX(および{\pLaTeX-ng})の場合\Means
+ エンジン自体が日本語処理の能力を持っているので
+ それが常に用いられる。
+\item \pdfLaTeX{}の場合\Means
+ \Pkg{bxcjkjatype}パッケージが |whole| と |autotilde| の
+ オプション付で読み込まれる。
+\item \XeLaTeX{}の場合\Means
+ \Pkg{zxjatype}パッケージが読み込まれる。
+\item \LuaLaTeX{}の場合\Means
+ \Pkg{luatexja}パッケージが読み込まれる。
+\end{itemize}
+
+%-------------------
+\subsection{和文フォント設定}
+\label{ssec:ja-font-settings}
+
+|jafont| が指定されない場合は、JSクラスと同様の
+「明朝・ゴシックで各1ウェイトのみを用いて、
+明朝の太字がゴシックになる」
+という設定が適用される。
+
+明朝・ゴシックのファミリとして用いられる物理フォントの
+割当(マッピング)は以下のようになる:
+\begin{itemize}
+\item \pLaTeX、\upLaTeX{}の場合\Means
+ クラスでは何もマッピングを設定しない。
+ 従って、DVIウェアでの設定が適用される。
+\item \pdfLaTeX{}の場合\Means
+ \Pkg{bxcjkjatype}パッケージの既定設定となり、
+ 従って、Type1形式のIPAexフォント(\Pkg{ipaex-type1}で提供される)
+ が使用される。
+\item \XeLaTeX{}の場合\Means
+ 「原ノ味フォント」が使用される。
+ \Pkg{zxjafont}パッケージの |haranoaji| プリセットの
+ 単ウェイト使用と同等であるが、パッケージが読み込まれるわけではない。
+\item \LuaLaTeX{}の場合\Means
+ 「原ノ味フォント」が使用される。
+ \Pkg{luatexja-preset}パッケージの |haranoaji| プリセットの
+ 単ウェイト使用と同等であるが、パッケージが読み込まれるわけではない。
+\end{itemize}
+
+\Note {\TeX} Live 2019(およびその前の数年間)では、DVIウェアでの
+和文フォントマッピングの既定設定は「IPAexフォント」であった。
+(つまり、(u){\pLaTeX}では既定で「IPAexフォント」が使われる。)
+これに合わせる形で、{\XeLaTeX}・{\LuaLaTeX}での既定設定も、
+以前は「IPAexフォント」としていた。
+ところが、{\TeX} Live 2020において、DVIウェアの既定のマッピングを
+「原ノ味フォント」に変更することが予定されている。
+従って、{\XeLaTeX}・{\LuaLaTeX}での既定設定についても、
+2.0版より「原ノ味フォント」に変更された。
+Type1形式の原ノ味フォントは存在しないため、
+{\pdfLaTeX}では\Pkg{ipaex-type1}のフォントが引き続き使用される。
+\par\medskip
+
+|jafont| で和文物理フォントの割当を指定した場合、
+具体的には以下のように処理される:
+\begin{itemize}
+\item \pLaTeX、\upLaTeX{}の場合\Means
+ \Pkg{pxchfon}パッケージが「|jafont| の値」をオプション
+ に指定した形で読み込まれる。
+\item \pdfLaTeX{}の場合\Means
+ \Pkg{bxcjkjatype}のオプションに「|jafont| の値」が指定される。
+\item \XeLaTeX{}の場合\Means
+ \Pkg{zxjafont}パッケージが「|jafont| の値」をオプション
+ に指定した形で読み込まれる。
+\item \LuaLaTeX{}の場合\Means
+ \Pkg{luatexja-preset}パッケージが「|jafont| の値」をオプション
+ に指定した形で読み込まれる。
+\end{itemize}
+
%===========================================================
\section{和文ドライバパラメタ}
\label{sec:Ja-Driver-Param}
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-04-11 22:47:33 UTC (rev 54672)
+++ trunk/Master/texmf-dist/source/latex/bxjscls/bxjscls.dtx 2020-04-11 22:47:51 UTC (rev 54673)
@@ -56,7 +56,8 @@
%<*driver>
\ProvidesFile{bxjscls.dtx}
%</driver>
- [2020/03/25 v2.0 BXJS document classes]
+ [2020/04/04 v2.0a BXJS document classes]
+% [2020/03/25 v2.0 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]
@@ -1418,13 +1419,17 @@
\let\bxjs at driver@given\bxjs at driver@@xetex}
% \end{macrocode}
%
-% 「もしDVIモードであればドライバを |dvipdfmx| にする」
-% というオプション。
-% \Note 1.2版で |dvi| オプションが新設されたが、互換性のため
-% このオプションも残す。
+% |dvipdfmx-if-dvi| は互換性のためのオプションで、|dvi=dvipdfmx| と
+% 同値である。
+% \Note 2.0版より |dvipdfmx-if-dvi| は非推奨となった。
% \begin{macrocode}
\DeclareOption{dvipdfmx-if-dvi}{%
+ \ClassWarningNoLine\bxjs at 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}}
+
% \end{macrocode}
%
% \end{ZRnote}
@@ -2205,6 +2210,7 @@
% 値が未指定の場合は |minimal| に変える。
% ただしエンジンが{(u)\pTeX}である場合は |standard|
% に変える。
+% \Note {(u)\pTeX}以外で |ja| を省略するのは2.0版より非推奨となった。
% \begin{macrocode}
\def\bxjs@@minimal{minimal}
\ifx\bxjs at jadriver\relax
@@ -2211,6 +2217,12 @@
\ifx j\jsEngine
\def\bxjs at jadriver{standard}
\else
+ \ClassWarningNoLine\bxjs at 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 at jadriver\bxjs@@minimal
\fi
\fi
Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsarticle.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsarticle.cls 2020-04-11 22:47:33 UTC (rev 54672)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsarticle.cls 2020-04-11 22:47:51 UTC (rev 54673)
@@ -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 at clsname{bxjsarticle}
\newif\ifjsc at needsp@tch
@@ -419,7 +419,12 @@
\def\bxjs at driver@opt{xetex}%
\let\bxjs at driver@given\bxjs at driver@@xetex}
\DeclareOption{dvipdfmx-if-dvi}{%
+ \ClassWarningNoLine\bxjs at 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 at bigcode \bxjs at bigcodetrue
\DeclareOption{nobigcode}{%
\bxjs at bigcodefalse}
@@ -735,6 +740,12 @@
\ifx j\jsEngine
\def\bxjs at jadriver{standard}
\else
+ \ClassWarningNoLine\bxjs at 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 at jadriver\bxjs@@minimal
\fi
\fi
Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsbook.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsbook.cls 2020-04-11 22:47:33 UTC (rev 54672)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsbook.cls 2020-04-11 22:47:51 UTC (rev 54673)
@@ -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 at clsname{bxjsbook}
\newif\ifjsc at needsp@tch
@@ -425,7 +425,12 @@
\def\bxjs at driver@opt{xetex}%
\let\bxjs at driver@given\bxjs at driver@@xetex}
\DeclareOption{dvipdfmx-if-dvi}{%
+ \ClassWarningNoLine\bxjs at 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 at bigcode \bxjs at bigcodetrue
\DeclareOption{nobigcode}{%
\bxjs at bigcodefalse}
@@ -744,6 +749,12 @@
\ifx j\jsEngine
\def\bxjs at jadriver{standard}
\else
+ \ClassWarningNoLine\bxjs at 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 at jadriver\bxjs@@minimal
\fi
\fi
Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjscjkcat.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjscjkcat.sty 2020-04-11 22:47:33 UTC (rev 54672)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjscjkcat.sty 2020-04-11 22:47:51 UTC (rev 54673)
@@ -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 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-04-11 22:47:33 UTC (rev 54672)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjscompat.sty 2020-04-11 22:47:51 UTC (rev 54673)
@@ -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 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-04-11 22:47:33 UTC (rev 54672)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-minimal.def 2020-04-11 22:47:51 UTC (rev 54673)
@@ -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]{%
Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-modern.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-modern.def 2020-04-11 22:47:33 UTC (rev 54672)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-modern.def 2020-04-11 22:47:51 UTC (rev 54673)
@@ -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}%
Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-pandoc.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-pandoc.def 2020-04-11 22:47:33 UTC (rev 54672)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-pandoc.def 2020-04-11 22:47:51 UTC (rev 54673)
@@ -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 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-04-11 22:47:33 UTC (rev 54672)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def 2020-04-11 22:47:51 UTC (rev 54673)
@@ -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 at simplejasetupfalse
Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty 2020-04-11 22:47:33 UTC (rev 54672)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty 2020-04-11 22:47:51 UTC (rev 54673)
@@ -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 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-04-11 22:47:33 UTC (rev 54672)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsreport.cls 2020-04-11 22:47:51 UTC (rev 54673)
@@ -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 at clsname{bxjsreport}
\newif\ifjsc at needsp@tch
@@ -425,7 +425,12 @@
\def\bxjs at driver@opt{xetex}%
\let\bxjs at driver@given\bxjs at driver@@xetex}
\DeclareOption{dvipdfmx-if-dvi}{%
+ \ClassWarningNoLine\bxjs at 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 at bigcode \bxjs at bigcodetrue
\DeclareOption{nobigcode}{%
\bxjs at bigcodefalse}
@@ -743,6 +748,12 @@
\ifx j\jsEngine
\def\bxjs at jadriver{standard}
\else
+ \ClassWarningNoLine\bxjs at 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 at jadriver\bxjs@@minimal
\fi
\fi
Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls 2020-04-11 22:47:33 UTC (rev 54672)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls 2020-04-11 22:47:51 UTC (rev 54673)
@@ -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 at clsname{bxjsslide}
\newif\ifjsc at needsp@tch
@@ -419,7 +419,12 @@
\def\bxjs at driver@opt{xetex}%
\let\bxjs at driver@given\bxjs at driver@@xetex}
\DeclareOption{dvipdfmx-if-dvi}{%
+ \ClassWarningNoLine\bxjs at 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 at bigcode \bxjs at bigcodetrue
\DeclareOption{nobigcode}{%
\bxjs at bigcodefalse}
@@ -735,6 +740,12 @@
\ifx j\jsEngine
\def\bxjs at jadriver{standard}
\else
+ \ClassWarningNoLine\bxjs at 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 at jadriver\bxjs@@minimal
\fi
\fi
More information about the tex-live-commits
mailing list.