texlive[59253] Master/texmf-dist: bxjscls (18may21)

commits+karl at tug.org commits+karl at tug.org
Tue May 18 22:14:54 CEST 2021


Revision: 59253
          http://tug.org/svn/texlive?view=revision&revision=59253
Author:   karl
Date:     2021-05-18 22:14:54 +0200 (Tue, 18 May 2021)
Log Message:
-----------
bxjscls (18may21)

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	2021-05-18 16:58:12 UTC (rev 59252)
+++ trunk/Master/texmf-dist/doc/latex/bxjscls/README-ja.md	2021-05-18 20:14:54 UTC (rev 59253)
@@ -99,6 +99,8 @@
 更新履歴
 --------
 
+  * Version 2.5a 〈2021/05/18〉
+      - 新版の Pandoc テンプレートへの対策。
   * Version 2.5  〈2021/02/02〉
       - `plautopatch` オプションを追加。
   * Version 2.4a 〈2021/01/27〉

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	2021-05-18 16:58:12 UTC (rev 59252)
+++ trunk/Master/texmf-dist/doc/latex/bxjscls/bxjscls-manual.tex	2021-05-18 20:14:54 UTC (rev 59253)
@@ -11,8 +11,8 @@
 \bxtexlogoimport{*}
 \usepackage{shortvrb}
 \MakeShortVerb{\|}
-\newcommand{\PkgVersion}{2.5}
-\newcommand{\PkgDate}{2021/02/02}
+\newcommand{\PkgVersion}{2.5a}
+\newcommand{\PkgDate}{2021/05/18}
 \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	2021-05-18 16:58:12 UTC (rev 59252)
+++ trunk/Master/texmf-dist/source/latex/bxjscls/bxjscls.dtx	2021-05-18 20:14:54 UTC (rev 59253)
@@ -56,7 +56,8 @@
 %<*driver>
 \ProvidesFile{bxjscls.dtx}
 %</driver>
-  [2021/02/02 v2.5  BXJS document classes]
+  [2021/05/18 v2.5a BXJS document classes]
+% [2021/02/02 v2.5  BXJS document classes]
 % [2021/01/27 v2.4a BXJS document classes]
 % [2020/10/16 v2.4  BXJS document classes]
 % [2020/10/10 v2.3  BXJS document classes]
@@ -2315,8 +2316,9 @@
 %    \begin{macrocode}
 \def\bxjs@@pandoc{pandoc}
 \ifx\bxjs at jadriver\bxjs@@pandoc \ifx\bxjs at plautopatch@given\@undefined
+    \ifjsWitheTeX
   \bxjs at plautopatchtrue
-\fi\fi
+\fi\fi\fi
 \ifx j\jsEngine \ifbxjs at plautopatch
   \RequirePackage{plautopatch}[2018/08/22]%v0.3
 \fi\fi
@@ -9815,6 +9817,14 @@
 %    \begin{macrocode}
 \ifbxjs at hyperref@enc
   \bxjs at check@hyperref at unicode{false}
+%    \end{macrocode}
+% 暫定的なナニカ。
+%    \begin{macrocode}
+  \ifjsWithupTeX\ifbxjs at old@hook at system\else
+    \IfFileExists{pxjahyper-uni.def}{%
+      \AddToHook{package/after/hyperref}{\input{pxjahyper-uni.def}}
+    }{}
+  \fi\fi
 \fi
 %    \end{macrocode}
 %
@@ -10536,6 +10546,17 @@
 \RequirePackage{bxjspandoc}
 %    \end{macrocode}
 %
+% {\eTeX}ではない場合に警告を出す。
+% \Note 近い将来に{\eTeX}拡張を必須にする予定。
+%    \begin{macrocode}
+\ifjsWitheTeX\else
+  \ClassWarningNoLine\bxjs at clsname
+   {!!!!!!!! WARNING !!!!!!!!\MessageBreak
+    This engine does not support e-TeX extension!\MessageBreak
+    Some feature might not work properly}
+\fi
+%    \end{macrocode}
+%
 % \begin{macro}{\bxjs at endpreamble@hook}
 % |etoolbox| の |\AtEndPreamble| で実行されるBXJSクラス用のフック。
 % \Note {\eTeX}以外では無効になる。
@@ -10543,12 +10564,18 @@
 %    \begin{macrocode}
 \@onlypreamble\bxjs at endpreamble@hook
 \let\bxjs at endpreamble@hook\@empty
+%    \end{macrocode}
+% \end{macro}
+%
+% パッケージ読込。
+%    \begin{macrocode}
+\RequirePackage{iftex}[2013/04/04]% v0.2
 \ifjsWitheTeX
   \RequirePackage{etoolbox}[2010/08/21]% v2.0
   \AtEndPreamble{\bxjs at endpreamble@hook}
+  \RequirePackage{filehook}[2011/10/12]% v0.5d
 \fi
 %    \end{macrocode}
-% \end{macro}
 %
 %^^A----------------
 % \subsection{和文ドライバパラメタ}
@@ -11131,6 +11158,79 @@
 %    \end{macrocode}
 %
 %^^A----------------
+% \subsection{ifPDFTeXスイッチ}
+%
+% PandocモードではPandocの既定テンプレートを(無理やり){(u)\pTeX}に
+% 対応させることを目的にしている。
+%
+% 旧版のテンプレートでは|ifxetex|と|ifluatex|パッケージを読み込んだ
+% 上で「{\XeTeX}でも{\LuaTeX}でもないものは{pdf\TeX}」という前提の
+% 動作をしていた。
+% よって、{(u)\pTeX}に対応させる際には「{pdf\TeX}用の処理が実行される」
+% ことを前提にすればよかった。
+%
+% ところが、Pandocの2.12版では|iftex|パッケージが導入されて
+% 「{pdf\TeX}の判定を直接 |\ifPDFTeX| で行う」ように改修された。
+% このため、{(u)\pTeX}での実行でどのコードが実行されるかを予期する
+% ことが困難になってしまった。
+%
+% これに対処するため、
+% 「文書ファイルのプレアンブル実行中に限って |\ifPDFTeX| が
+% (実際とは異なり)真になるようにする」
+% という細工を施すことで、従来通り「{pdf\TeX}用の処理が実行される」
+% 前提が維持されるようにする。
+%
+%    \begin{macrocode}
+\if j\jsEngine
+%    \end{macrocode}
+% \begin{macro}{\bxjs at check@frontier}
+% |\bxjs at check@frontier\CS| は現在のパッケージ読込ネストレベルが
+% 丁度1であるときにのみ |\CS| を実行する。
+%    \begin{macrocode}
+  \def\bxjs at check@frontier{%
+    \expandafter\bxjs at check@frontier at a\@currnamestack\noindent...\@nil}
+  \def\bxjs at check@frontier at a#1#2#3#4#5\@nil#6{%
+    \ifx\noindent#4#6\fi}
+%    \end{macrocode}
+% \end{macro}
+% \begin{macro}{\bxjs at unforge@ifPDFTeX}
+% |\ifPDFTeX| を偽(正しい値)にする。
+%    \begin{macrocode}
+  \@onlypreamble\bxjs at unforge@ifPDFTeX
+  \def\bxjs at unforge@ifPDFTeX{\global\bxjs at csletcs{ifPDFTeX}{iffalse}}
+%    \end{macrocode}
+% \end{macro}
+% \begin{macro}{\bxjs at forge@ifPDFTeX}
+% |\ifPDFTeX| を真(偽装した値)にする。
+%    \begin{macrocode}
+  \@onlypreamble\bxjs at forge@ifPDFTeX
+  \def\bxjs at forge@ifPDFTeX{\global\bxjs at csletcs{ifPDFTeX}{iftrue}}
+%    \end{macrocode}
+% \end{macro}
+% \begin{macro}{\bxjs at unload@forge at ifPDFTeX}
+% |\ifPDFTeX| に対する細工を無効化する。
+%    \begin{macrocode}
+  \def\bxjs at unload@forge at ifPDFTeX{%
+    \bxjs at unforge@ifPDFTeX
+    \global\let\bxjs at check@frontier\@gobble}
+%    \end{macrocode}
+% \end{macro}
+% プレアンブル開始時は |\ifPDFTeX| は真で、終了時に偽装を無効化する。
+% |filehook| のフックで「パッケージ読込中は偽装を解除する」ことを
+% 実現している。
+%    \begin{macrocode}
+  \jsAtEndOfClass{\bxjs at forge@ifPDFTeX}
+  \ifjsWitheTeX
+    \AtBeginOfEveryFile{\bxjs at check@frontier\bxjs at unforge@ifPDFTeX}%
+    \AtEndOfEveryFile{\bxjs at check@frontier\bxjs at forge@ifPDFTeX}%
+    \g at addto@macro\bxjs at endpreamble@hook{\bxjs at unload@forge at ifPDFTeX}
+  \else
+    \g at addto@macro\bxjs at begin@document at hook{\bxjs at unload@forge at ifPDFTeX}
+  \fi
+\fi
+%    \end{macrocode}
+%
+%^^A----------------
 % \subsection{完了}
 % おしまい。
 %    \begin{macrocode}

Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsarticle.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsarticle.cls	2021-05-18 16:58:12 UTC (rev 59252)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsarticle.cls	2021-05-18 20:14:54 UTC (rev 59253)
@@ -22,7 +22,7 @@
 %% in the same archive or directory.)
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesClass{bxjsarticle}
-  [2021/02/02 v2.5  BXJS document classes]
+  [2021/05/18 v2.5a BXJS document classes]
 %% このファイルは日本語文字を含みます.
 \def\bxjs at clsname{bxjsarticle}
 \newif\ifjsc at needsp@tch
@@ -769,8 +769,9 @@
 \fi
 \def\bxjs@@pandoc{pandoc}
 \ifx\bxjs at jadriver\bxjs@@pandoc \ifx\bxjs at plautopatch@given\@undefined
+    \ifjsWitheTeX
   \bxjs at plautopatchtrue
-\fi\fi
+\fi\fi\fi
 \ifx j\jsEngine \ifbxjs at plautopatch
   \RequirePackage{plautopatch}[2018/08/22]%v0.3
 \fi\fi

Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsbook.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsbook.cls	2021-05-18 16:58:12 UTC (rev 59252)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsbook.cls	2021-05-18 20:14:54 UTC (rev 59253)
@@ -22,7 +22,7 @@
 %% in the same archive or directory.)
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesClass{bxjsbook}
-  [2021/02/02 v2.5  BXJS document classes]
+  [2021/05/18 v2.5a BXJS document classes]
 %% このファイルは日本語文字を含みます.
 \def\bxjs at clsname{bxjsbook}
 \newif\ifjsc at needsp@tch
@@ -778,8 +778,9 @@
 \fi
 \def\bxjs@@pandoc{pandoc}
 \ifx\bxjs at jadriver\bxjs@@pandoc \ifx\bxjs at plautopatch@given\@undefined
+    \ifjsWitheTeX
   \bxjs at plautopatchtrue
-\fi\fi
+\fi\fi\fi
 \ifx j\jsEngine \ifbxjs at plautopatch
   \RequirePackage{plautopatch}[2018/08/22]%v0.3
 \fi\fi

Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjscjkcat.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjscjkcat.sty	2021-05-18 16:58:12 UTC (rev 59252)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjscjkcat.sty	2021-05-18 20:14:54 UTC (rev 59253)
@@ -22,7 +22,7 @@
 %% in the same archive or directory.)
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{bxjscjkcat}
-  [2021/02/02 v2.5  BXJS document classes]
+  [2021/05/18 v2.5a 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	2021-05-18 16:58:12 UTC (rev 59252)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjscompat.sty	2021-05-18 20:14:54 UTC (rev 59253)
@@ -22,7 +22,7 @@
 %% in the same archive or directory.)
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{bxjscompat}
-  [2021/02/02 v2.5  BXJS document classes]
+  [2021/05/18 v2.5a 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	2021-05-18 16:58:12 UTC (rev 59252)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-minimal.def	2021-05-18 20:14:54 UTC (rev 59253)
@@ -21,7 +21,7 @@
 %% same distribution. (The sources need not necessarily be
 %% in the same archive or directory.)
 \ProvidesFile{bxjsja-minimal.def}
-  [2021/02/02 v2.5  BXJS document classes]
+  [2021/05/18 v2.5a 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	2021-05-18 16:58:12 UTC (rev 59252)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-modern.def	2021-05-18 20:14:54 UTC (rev 59253)
@@ -21,7 +21,7 @@
 %% same distribution. (The sources need not necessarily be
 %% in the same archive or directory.)
 \ProvidesFile{bxjsja-modern.def}
-  [2021/02/02 v2.5  BXJS document classes]
+  [2021/05/18 v2.5a 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	2021-05-18 16:58:12 UTC (rev 59252)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-pandoc.def	2021-05-18 20:14:54 UTC (rev 59253)
@@ -21,14 +21,22 @@
 %% same distribution. (The sources need not necessarily be
 %% in the same archive or directory.)
 \ProvidesFile{bxjsja-pandoc.def}
-  [2021/02/02 v2.5  BXJS document classes]
+  [2021/05/18 v2.5a BXJS document classes]
 \input{bxjsja-standard.def}
 \RequirePackage{bxjspandoc}
+\ifjsWitheTeX\else
+  \ClassWarningNoLine\bxjs at clsname
+   {!!!!!!!! WARNING !!!!!!!!\MessageBreak
+    This engine does not support e-TeX extension!\MessageBreak
+    Some feature might not work properly}
+\fi
 \@onlypreamble\bxjs at endpreamble@hook
 \let\bxjs at endpreamble@hook\@empty
+\RequirePackage{iftex}[2013/04/04]% v0.2
 \ifjsWitheTeX
   \RequirePackage{etoolbox}[2010/08/21]% v2.0
   \AtEndPreamble{\bxjs at endpreamble@hook}
+  \RequirePackage{filehook}[2011/10/12]% v0.5d
 \fi
 \newif\ifbxjs at jp@fix at strong \bxjs at jp@fix at strongtrue
 \let\bxjs at kv@fixstrong at true\bxjs at jp@fix at strongtrue
@@ -293,6 +301,27 @@
     \g at addto@macro\verb at egroup{\bxjs at pan@eghost}
   \fi
 \fi
+\if j\jsEngine
+  \def\bxjs at check@frontier{%
+    \expandafter\bxjs at check@frontier at a\@currnamestack\noindent...\@nil}
+  \def\bxjs at check@frontier at a#1#2#3#4#5\@nil#6{%
+    \ifx\noindent#4#6\fi}
+  \@onlypreamble\bxjs at unforge@ifPDFTeX
+  \def\bxjs at unforge@ifPDFTeX{\global\bxjs at csletcs{ifPDFTeX}{iffalse}}
+  \@onlypreamble\bxjs at forge@ifPDFTeX
+  \def\bxjs at forge@ifPDFTeX{\global\bxjs at csletcs{ifPDFTeX}{iftrue}}
+  \def\bxjs at unload@forge at ifPDFTeX{%
+    \bxjs at unforge@ifPDFTeX
+    \global\let\bxjs at check@frontier\@gobble}
+  \jsAtEndOfClass{\bxjs at forge@ifPDFTeX}
+  \ifjsWitheTeX
+    \AtBeginOfEveryFile{\bxjs at check@frontier\bxjs at unforge@ifPDFTeX}%
+    \AtEndOfEveryFile{\bxjs at check@frontier\bxjs at forge@ifPDFTeX}%
+    \g at addto@macro\bxjs at endpreamble@hook{\bxjs at unload@forge at ifPDFTeX}
+  \else
+    \g at addto@macro\bxjs at begin@document at hook{\bxjs at unload@forge at ifPDFTeX}
+  \fi
+\fi
 \endinput
 %%
 %% End of file `bxjsja-pandoc.def'.

Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def	2021-05-18 16:58:12 UTC (rev 59252)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def	2021-05-18 20:14:54 UTC (rev 59253)
@@ -21,7 +21,7 @@
 %% same distribution. (The sources need not necessarily be
 %% in the same archive or directory.)
 \ProvidesFile{bxjsja-standard.def}
-  [2021/02/02 v2.5  BXJS document classes]
+  [2021/05/18 v2.5a BXJS document classes]
 %% このファイルは日本語文字を含みます
 \input{bxjsja-minimal.def}
 \bxjs at simplejasetupfalse
@@ -397,6 +397,11 @@
 \bxjs at g@tmpa
 \ifbxjs at hyperref@enc
   \bxjs at check@hyperref at unicode{false}
+  \ifjsWithupTeX\ifbxjs at old@hook at system\else
+    \IfFileExists{pxjahyper-uni.def}{%
+      \AddToHook{package/after/hyperref}{\input{pxjahyper-uni.def}}
+    }{}
+  \fi\fi
 \fi
 \if \ifx\bxjs at driver@given\bxjs at driver@@dvipdfmx T%
     \else\ifjsWithpTeXng T\else F\fi\fi T%

Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty	2021-05-18 16:58:12 UTC (rev 59252)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty	2021-05-18 20:14:54 UTC (rev 59253)
@@ -22,7 +22,7 @@
 %% in the same archive or directory.)
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{bxjspandoc}
-  [2021/02/02 v2.5  BXJS document classes]
+  [2021/05/18 v2.5a 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	2021-05-18 16:58:12 UTC (rev 59252)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsreport.cls	2021-05-18 20:14:54 UTC (rev 59253)
@@ -22,7 +22,7 @@
 %% in the same archive or directory.)
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesClass{bxjsreport}
-  [2021/02/02 v2.5  BXJS document classes]
+  [2021/05/18 v2.5a BXJS document classes]
 %% このファイルは日本語文字を含みます.
 \def\bxjs at clsname{bxjsreport}
 \newif\ifjsc at needsp@tch
@@ -777,8 +777,9 @@
 \fi
 \def\bxjs@@pandoc{pandoc}
 \ifx\bxjs at jadriver\bxjs@@pandoc \ifx\bxjs at plautopatch@given\@undefined
+    \ifjsWitheTeX
   \bxjs at plautopatchtrue
-\fi\fi
+\fi\fi\fi
 \ifx j\jsEngine \ifbxjs at plautopatch
   \RequirePackage{plautopatch}[2018/08/22]%v0.3
 \fi\fi

Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls	2021-05-18 16:58:12 UTC (rev 59252)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls	2021-05-18 20:14:54 UTC (rev 59253)
@@ -22,7 +22,7 @@
 %% in the same archive or directory.)
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesClass{bxjsslide}
-  [2021/02/02 v2.5  BXJS document classes]
+  [2021/05/18 v2.5a BXJS document classes]
 %% このファイルは日本語文字を含みます.
 \def\bxjs at clsname{bxjsslide}
 \newif\ifjsc at needsp@tch
@@ -769,8 +769,9 @@
 \fi
 \def\bxjs@@pandoc{pandoc}
 \ifx\bxjs at jadriver\bxjs@@pandoc \ifx\bxjs at plautopatch@given\@undefined
+    \ifjsWitheTeX
   \bxjs at plautopatchtrue
-\fi\fi
+\fi\fi\fi
 \ifx j\jsEngine \ifbxjs at plautopatch
   \RequirePackage{plautopatch}[2018/08/22]%v0.3
 \fi\fi



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