texlive[45420] Master/texmf-dist: bidi (24sep17)
commits+karl at tug.org
commits+karl at tug.org
Thu Sep 28 01:11:46 CEST 2017
Revision: 45420
http://tug.org/svn/texlive?view=revision&revision=45420
Author: karl
Date: 2017-09-28 01:11:46 +0200 (Thu, 28 Sep 2017)
Log Message:
-----------
bidi (24sep17)
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/source/latex/bxjscls/bxjscls.ins
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/bxjsreport.cls
trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls
Added Paths:
-----------
trunk/Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty
Modified: trunk/Master/texmf-dist/doc/latex/bxjscls/README-ja.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/bxjscls/README-ja.md 2017-09-27 23:11:27 UTC (rev 45419)
+++ trunk/Master/texmf-dist/doc/latex/bxjscls/README-ja.md 2017-09-27 23:11:46 UTC (rev 45420)
@@ -68,6 +68,7 @@
* `bxjsja-modern.def`: modern 和文ドライバファイル
* `bxjscompat.sty`: bxjscompat パッケージファイル
* `bxjscjkcat.sty`: bxjscjkcat パッケージファイル
+ * `bxjspandoc.sty`: bxjspandoc パッケージファイル
その後、各ファイルを次の場所に移動する。
(TDS 1.1 に従ったシステムの場合。)
@@ -97,6 +98,9 @@
更新履歴
--------
+ * Version 1.6a 〈2017/09/24〉
+ - `bxjspandoc` パッケージを新設。
+ - Pandoc モードで起こる細かい不具合に対処した。
* Version 1.6 〈2017/09/09〉
- bxjsreport の継承元を jsbook + report から jsreport に変更した。
- jsclasses の 2017/09/03 版と同期。
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 2017-09-27 23:11:27 UTC (rev 45419)
+++ trunk/Master/texmf-dist/doc/latex/bxjscls/bxjscls-manual.tex 2017-09-27 23:11:46 UTC (rev 45420)
@@ -12,8 +12,8 @@
\renewcommand*{\XeLaTeX}{XeLaTeX}}
\usepackage{shortvrb}
\MakeShortVerb{\|}
-\newcommand{\PkgVersion}{1.6}
-\newcommand{\PkgDate}{2017/09/09}
+\newcommand{\PkgVersion}{1.6a}
+\newcommand{\PkgDate}{2017/09/24}
\newcommand{\Pkg}[1]{\textsf{#1}}
\newcommand{\Meta}[1]{$\langle$\mbox{}#1\mbox{}$\rangle$}
\newcommand{\Note}{\par\noindent ※}
@@ -459,9 +459,11 @@
ここで |a4var| や |b5var| を使えるようにするため、
BXJSクラスでは |a4varpaper| 等を別名として用意している。}:
\begin{quote}
- |pandoc| \Meta{入力ファイル名}
+ |pandoc| \Meta{入力ファイル名}\
|-o| \Meta{出力ファイル名}|.pdf|
- |--latex-engine=xelatex|\\\quad
+ |-t latex|\\\quad
+ |--latex-engine=xelatex|
+ |--no-tex-ligatures|\\\quad
|-V papersize=a4|
|-V documentclass=bxjsarticle|
|-V classoption=pandoc|\\\quad
@@ -486,15 +488,17 @@
コマンド行は次のようになる:
\begin{quote}
- |pandoc| \Meta{入力ファイル名}
+ |pandoc| \Meta{入力ファイル名}\
|-o| \Meta{出力ファイル名}|.pdf|
- |--chapters|
- |-N|\\\quad
- |--latex-engine=lualatex|
+ |-N|
+ |-t latex|\\\quad
+ |--top-level-division=chapter|
+ |--latex-engine=xelatex|
+ |--no-tex-ligatures|\\\quad
|-V papersize=b5|
- |-V documentclass=bxjsbook|\\\quad
- |-V classoption=pandoc|
- |-V classoption=jbase=11Q|\\\quad
+ |-V documentclass=bxjsbook|
+ |-V classoption=pandoc|\\\quad
+ |-V classoption=jbase=11Q|
|-V classoption=jafont=ipaex|\\\quad
|-V mainfont="TeX Gyre Termes"|
|-V sansfont="TeX Gyre Heros"|
@@ -503,7 +507,11 @@
注意事項:
\begin{itemize}
\item \Pkg{bxjsbook}クラスは「章(|\chapter|)」をもつクラスなので、
- Pandocで |--chapters| の指定が必要。
+ Pandocで |--top-level-division=|\linebreak[0]|chapter| の指定
+ \footnote{|--top-level-division| はPandocの1.18版で新設された
+ オプションで、それより前は代わりに |--chapters| オプションを
+ 指定していた。}%
+ が必要。
\end{itemize}
\item Pandocで({\LaTeX}経由で)PDFを出力する場合、
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 2017-09-27 23:11:27 UTC (rev 45419)
+++ trunk/Master/texmf-dist/source/latex/bxjscls/bxjscls.dtx 2017-09-27 23:11:46 UTC (rev 45420)
@@ -64,10 +64,12 @@
%<pandoc>\ProvidesFile{bxjsja-pandoc.def}
%<compat>\ProvidesPackage{bxjscompat}
%<cjkcat>\ProvidesPackage{bxjscjkcat}
+%<ancpandoc>\ProvidesPackage{bxjspandoc}
%<*driver>
\ProvidesFile{bxjscls.dtx}
%</driver>
- [2017/09/09 v1.6 BXJS document classes]
+ [2017/09/24 v1.6a BXJS document classes]
+% [2017/09/09 v1.6 BXJS document classes]
% based on jsclasses [2017/09/03]
% [2017/07/07 v1.5d BXJS document classes]
% [2017/06/10 v1.5c BXJS document classes]
@@ -5248,7 +5250,8 @@
% |\jachar| と同義になるが、それ以外は何もしない。
% \end{ZRnote}
% \begin{macrocode}
-\newcommand\jsParagraphMark{\jsJaChar{■}}
+\newcommand\jsParagraphMark{\relax\jsJaChar{■}}
+\let\bxjs at org@paragraph at mark\jsParagraphMark
\ifx\bxjs at paragraph@mark\@empty
\let\jsParagraphMark\@empty
\else\ifx\bxjs at paragraph@mark\@undefined\else
@@ -9567,6 +9570,7 @@
% \begin{macrocode}
%<*pandoc>
\input{bxjsja-standard.def}
+\RequirePackage{bxjspandoc}
% \end{macrocode}
%
%^^A----------------
@@ -9617,22 +9621,6 @@
% \end{macrocode}
% \end{macro}
%
-% \begin{macro}{\bxjs at mark@as at loaded}
-% |\bxjs at mark@as at loaded{|\Meta{ファイル名}|}|\Means
-% 特定のファイルに対して、(|\@filewithoptions| の処理に関して)
-% 読込済であるとマークする。
-% \begin{macrocode}
-\def\bxjs at mark@as at loaded#1{%
- \expandafter\bxjs at mal@a\csname ver@#1\endcsname{#1}}
-\def\bxjs at mal@a#1#2{%
- \ifx#1\relax
- \def#1{2001/01/01}%
- \ClassInfo\bxjs at clsname
- {File '#2' marked as loaded\@gobble}%
- \fi}
-% \end{macrocode}
-% \end{macro}
-%
%^^A----------------
%\subsection{lang変数}
% |lang=ja| という言語指定が行われると、
@@ -9645,7 +9633,7 @@
% \end{macrocode}
% Polyglossiaについて。
% \begin{macrocode}
-\bxjs at mark@as at loaded{polyglossia.sty}
+\pandocSkipLoadPackage{polyglossia}
\bxjs at set@dupload at proc{polyglossia.sty}{%
\ClassWarning\bxjs at clsname
{Loading of polyglossia is blocked}}
@@ -9665,7 +9653,7 @@
% \end{macrocode}
% Babelについて。
% \begin{macrocode}
-\bxjs at mark@as at loaded{babel.sty}
+\pandocSkipLoadPackage{babel}
\bxjs at set@dupload at proc{babel.sty}{%
\ClassWarning\bxjs at clsname
{Loading of babel is blocked}}
@@ -9691,57 +9679,49 @@
% 指定された場合は |\setmainjfont| の指定にまわす。
% \begin{macrocode}
\if l\jsEngine
- \bxjs at mark@as at loaded{xeCJK.sty}
+ \pandocSkipLoadPackage{xeCJK}
\providecommand*{\setCJKmainfont}{\setmainjfont}
\fi
% \end{macrocode}
%
%^^A----------------
-%\subsection{fixltx2eパッケージ}
-% テンプレートでは |fixltx2e| パッケージを読み込むが、
-% 最近(2015年版以降)の{\LaTeX}ではこれで警告が出る。
-% これを抑止する。
+%\subsection{paragraphのマーク}
%
-% {\LaTeX}カーネルが新しい場合は |fixltx2e| を
-% 読込済にする。
+% BXJSクラスでは |\paragraph| の見出しの前に |\jsParagraphMark|
+% で指定したマークが付加され、既定ではこれは“■”である。
+% しかし、この規定は |\paragraph| が本来のレイアウトを保っている、
+% すなわち「行内見出しである」「節番号が付かない」ことが前提になって
+% いると考えられる。
+% Pandocはこの規定を変更することがある
+% (特に既定で |\paragraph| を別行見出しに再定義する)
+% ため、変更された場合は |\jsParagraphMark| の既定値を空にする。
+%
+% Pandocがプレアンブルで行う再定義の結果を調べるため、
+% begin-documentフックを利用する。
% \begin{macrocode}
-\ifx\@IncludeInRelease\@undefined\else
- \bxjs at mark@as at loaded{fixltx2e.sty}
-\fi
+\AtBeginDocument{%
+ \@tempswafalse
% \end{macrocode}
-%
-%^^A----------------
-%\subsection{cmapパッケージ}
-% エンジンが{(u)\pLaTeX}のときに |cmap| パッケージが
-% 読み込まれるのを阻止する。
-% (実際は警告が出るだけで無害であるが。)
-%
+% まず、マーク変更が必要かを調べる。
+% |\oldparagraph| という制御綴が定義済の場合、Pandocが |\paragraph|
+% の様式を変更したということなので、マーク変更が必要である。
% \begin{macrocode}
-\if j\jsEngine
- \bxjs at mark@as at loaded{cmap.sty}
-\fi
+ \ifx\oldparagraph\@undefined\else
+ \@tempswatrue
+ \fi
% \end{macrocode}
-%
-%^^A----------------
-%\subsection{microtypeパッケージ}
-% 警告が多すぎなので消す。
-%
+% |\paragraph| が番号付きの場合は、マーク変更が必要である。
% \begin{macrocode}
-\if j\jsEngine \else
- \PassOptionsToPackage{verbose=silent}{microtype}
-\fi
+ \ifnum\c at secnumdepth>3
+ \@tempswatrue
+ \fi
% \end{macrocode}
-%
-% エンジンが{(u)\pLaTeX}のときに |microtype| パッケージが
-% 読み込まれるのを阻止し、さらにテンプレートで使われている命令を
-% 通すためにダミーの定義を行う。
-% \Note 昔はstandardドライバでこの処理を行っていたが、
-% 元来はPandoc用の処理なので、1.5版でpandocに移動。
+% 「マーク変更が必要」である場合、|\jsParagraphMark| が既定値のままで
+% あれば空に変更する。
% \begin{macrocode}
-\if j\jsEngine
- \bxjs at mark@as at loaded{microtype.sty}
- \newcommand*\UseMicrotypeSet[2][]{}
-\fi
+ \if at tempswa\ifx\jsParagraphMark\bxjs at org@paragraph at mark
+ \let\jsParagraphMark\@empty
+ \fi\fi}
% \end{macrocode}
%
%^^A----------------
@@ -9763,7 +9743,9 @@
% 他のクラスの文書で読み込んで利用することもできる。
%
% \begin{itemize}
+% \item bxjscompat : ムニャムニャムニャ。
% \item bxjscjkcat: modernドライバ用の和文カテゴリを適用する。
+% \item bxjspandoc : Pandoc用のナニカ。
% \end{itemize}
%
% \begin{macrocode}
@@ -10410,6 +10392,194 @@
%</cjkcat>
% \end{macrocode}
%
+%^^A========================================================
+% \section{補助パッケージ:bxjspandoc \ZRX}
+%
+% Pandocの{\LaTeX}用標準テンプレートをより幸せに使うための設定。
+% BXJSクラスのpandocドライバのコードの中の、“汎用的”に使える
+% 部分を切り出したもの。
+% つまり現在のpandocドライバはこのパッケージを読みこむ。
+% \Note テンプレートの{\TeX}コードより前に読み込む必要があるため、
+% 専ら文書クラス内での読込に限られる。
+%
+%^^A----------------
+% \subsection{準備}
+%
+% \begin{macrocode}
+%<*ancpandoc>
+%% このファイルは日本語文字を含みます.
+\def\bxjsp at pkgname{bxjscjkcat}
+% \end{macrocode}
+%
+% \begin{macro}{\bxjsp at engine}
+% エンジンの種別。
+% \begin{macrocode}
+\let\bxjsp at engine=n
+\@onlypreamble\bxjsp at do
+\def\bxjsp at do#1#2{%
+ \edef\bxjsp at tmpa{\string#1}%
+ \edef\bxjsp at tmpb{\meaning#1}%
+ \ifx\bxjsp at tmpa\bxjsp at tmpb #2\fi}
+\bxjsp at do\kanjiskip{\let\bxjsp at engine=j}
+\bxjsp at do\XeTeXversion{\let\bxjsp at engine=x}
+\bxjsp at do\pdftexversion{\let\bxjsp at engine=p}
+\bxjsp at do\luatexversion{\let\bxjsp at engine=l}
+% \end{macrocode}
+% \end{macro}
+%
+%^^A----------------
+%\subsection{パッケージ読込の阻止}
+%
+% \begin{macro}{\pandocSkipLoadFile}
+% |\pandocSkipLoadFile{|\Meta{ファイル名}|}|\Means
+% 特定のファイルを(|\@filewithoptions| の処理に関して)
+% 読込済であるとマークする。
+% \begin{macrocode}
+\newcommand*\pandocSkipLoadFile[1]{%
+ \expandafter\bxjsp at skip@load at file@a\csname ver@#1\endcsname{#1}}
+\def\bxjsp at skip@load at file@a#1#2{%
+ \ifx#1\relax
+ \def#1{2001/01/01}%
+ \PackageInfo\bxjsp at pkgname
+ {File '#2' marked as loaded\@gobble}%
+ \fi}
+% \end{macrocode}
+% \end{macro}
+%
+% \begin{macro}{\pandocSkipLoadPackage}
+% |\pandocSkipLoadPackage{|\Meta{パッケージ名}|}|\Means
+% |\pandocSkipLoadFile| の機能を用いてパッケージの読込を阻止する。
+% \begin{macrocode}
+\newcommand*\pandocSkipLoadPackage[1]{%
+ \pandocSkipLoadFile{#1.sty}}
+% \end{macrocode}
+% \end{macro}
+%
+%^^A----------------
+%\subsection{fixltx2eパッケージ}
+% テンプレートでは |fixltx2e| パッケージを読み込むが、
+% 最近(2015年版以降)の{\LaTeX}ではこれで警告が出る。
+% これを抑止する。
+%
+% {\LaTeX}カーネルが新しい場合は |fixltx2e| を
+% 読込済にする。
+% \begin{macrocode}
+\ifx\@IncludeInRelease\@undefined\else
+ \pandocSkipLoadPackage{fixltx2e}
+\fi
+% \end{macrocode}
+%
+%^^A----------------
+%\subsection{cmapパッケージ}
+% エンジンが{(u)\pLaTeX}のときに |cmap| パッケージが
+% 読み込まれるのを阻止する。
+% (実際は警告が出るだけで無害であるが。)
+%
+% \begin{macrocode}
+\if j\bxjsp at engine
+ \pandocSkipLoadPackage{cmap}
+\fi
+% \end{macrocode}
+%
+%^^A----------------
+%\subsection{microtypeパッケージ}
+% 警告が多すぎなので消す。
+%
+% \begin{macrocode}
+\if j\bxjsp at engine \else
+ \PassOptionsToPackage{verbose=silent}{microtype}
+\fi
+% \end{macrocode}
+%
+% エンジンが{(u)\pLaTeX}のときに |microtype| パッケージが
+% 読み込まれるのを阻止し、さらにテンプレートで使われている命令を
+% 通すためにダミーの定義を行う。
+% \Note 昔はstandardドライバでこの処理を行っていたが、
+% 元来はPandoc用の処理なので、1.5版でpandocに移動。
+% \begin{macrocode}
+\if j\bxjsp at engine
+ \pandocSkipLoadPackage{microtype}
+ \newcommand*\UseMicrotypeSet[2][]{}
+\fi
+% \end{macrocode}
+%
+%^^A----------------
+%\subsection{Unicode文字変換対策}
+%
+% Pandocで{\LaTeX}形式に書き出す場合は、元データ中の一部のUnicode文字を
+% 「{\LaTeX}の表記」に置き換える。
+% その中には日本語文書で問題になるものが含まれる。
+% \begin{quote}
+% \mbox{…}→|\ldots{}|\quad
+% \mbox{‘}→|`|\quad
+% \mbox{’}→|'|\quad
+% \mbox{“}→|``|\quad
+% \mbox{”}→|''|\quad
+% \end{quote}
+% 日本語{\LaTeX}では「{\LaTeX}の表記」は欧文扱い、
+% Unicode文字は和文扱いとして使い分ける習慣があるので、
+% このような置換が行われるのは好ましくない。
+%
+% これらの置換のうち、後の4つはPandocの |--no-tex-ligatures| オプションを
+% 指定すれば抑止できるが、「…」の置換を抑止する機能はないようである。
+% そこで、「|\ldots{}| を『…』に戻す」という処置を行う。
+%
+% \begin{macro}{\pandocLdots}
+% Pandoc用の |\ldots| の実装。
+% 非数式でありかつ後続が |{}| の場合は代わりに |…| を実行する。
+% \begin{macrocode}
+\DeclareRobustCommand{\pandocLdots}{%
+ \relax\ifmmode \expandafter\bxjsp at org@ldots
+ \else \expandafter\bxjsp at ldots@a
+ \fi}
+\def\bxjsp at ja@ellipsis{…}
+\let\bxjsp at org@ldots\ldots
+\def\bxjsp at ldots@a{%
+ \futurelet\bxjsp at tok\bxjsp at ldots@b}
+\def\bxjsp at ldots@b{%
+ \ifx\bxjsp at tok\bgroup \expandafter\bxjsp at ldots@c
+ \else \expandafter\bxjsp at org@ldots
+ \fi}
+\def\bxjsp at ldots@c{%
+ \afterassignment\bxjsp at ldots@d \let\bxjsp at tok=}
+\def\bxjsp at ldots@d{%
+ \futurelet\bxjsp at tok\bxjsp at ldots@e}
+\def\bxjsp at ldots@e{%
+ \ifx\bxjsp at tok\egroup \expandafter\bxjsp at ldots@f
+ \else \expandafter\bxjsp at ldots@g
+ \fi}
+\def\bxjsp at ldots@f{%
+ \bxjsp at ja@ellipsis \let\bxjsp at tok=}
+\def\bxjsp at ldots@g{%
+ \expandafter\bxjsp at org@ldots\expandafter{\romannumeral-`} }
+% \end{macrocode}
+% \end{macro}
+%
+% |\ldots| の実装を置き換える。
+% \begin{macrocode}
+\AtBeginDocument{%
+ \let\bxjsp at org@ldots\ldots
+ \let\ldots\pandocLdots}
+% \end{macrocode}
+%
+%^^A----------------
+% \subsection{PandoLaモジュール}
+% インストール済であれば読み込む。
+% \begin{macrocode}
+\IfFileExists{bxpandola.sty}{%
+ \RequirePackage{bxpandola}\relax
+ \PackageInfo\bxjsp at pkgname
+ {PandoLa module is loaded\@gobble}
+}{}
+% \end{macrocode}
+%
+%^^A----------------
+% \subsection{完了}
+% おしまい。
+% \begin{macrocode}
+%</ancpandoc>
+% \end{macrocode}
+%
% 補助パッケージ実装はここまで。
% \begin{macrocode}
%</anc>
Modified: trunk/Master/texmf-dist/source/latex/bxjscls/bxjscls.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/bxjscls/bxjscls.ins 2017-09-27 23:11:27 UTC (rev 45419)
+++ trunk/Master/texmf-dist/source/latex/bxjscls/bxjscls.ins 2017-09-27 23:11:46 UTC (rev 45420)
@@ -12,4 +12,5 @@
\generateFile{bxjsja-pandoc.def}{f}{\from{bxjscls.dtx}{drv,pandoc}}
\generateFile{bxjscompat.sty}{f}{\from{bxjscls.dtx}{anc,compat}}
\generateFile{bxjscjkcat.sty}{f}{\from{bxjscls.dtx}{anc,cjkcat}}
+\generateFile{bxjspandoc.sty}{f}{\from{bxjscls.dtx}{anc,ancpandoc}}
%% EOF
Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsarticle.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsarticle.cls 2017-09-27 23:11:27 UTC (rev 45419)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsarticle.cls 2017-09-27 23:11:46 UTC (rev 45420)
@@ -22,7 +22,7 @@
%% in the same archive or directory.)
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{bxjsarticle}
- [2017/09/09 v1.6 BXJS document classes]
+ [2017/09/24 v1.6a BXJS document classes]
%% このファイルは日本語文字を含みます.
\def\bxjs at clsname{bxjsarticle}
\newif\ifjsc at needsp@tch
@@ -1487,7 +1487,8 @@
{\if at slide .5\Cvs \@plus.3\Cdp \else \z@ \fi}%
{\normalfont\normalsize\headfont}}
\fi
-\newcommand\jsParagraphMark{\jsJaChar{■}}
+\newcommand\jsParagraphMark{\relax\jsJaChar{■}}
+\let\bxjs at org@paragraph at mark\jsParagraphMark
\ifx\bxjs at paragraph@mark\@empty
\let\jsParagraphMark\@empty
\else\ifx\bxjs at paragraph@mark\@undefined\else
Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsbook.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsbook.cls 2017-09-27 23:11:27 UTC (rev 45419)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsbook.cls 2017-09-27 23:11:46 UTC (rev 45420)
@@ -22,7 +22,7 @@
%% in the same archive or directory.)
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{bxjsbook}
- [2017/09/09 v1.6 BXJS document classes]
+ [2017/09/24 v1.6a BXJS document classes]
%% このファイルは日本語文字を含みます.
\def\bxjs at clsname{bxjsbook}
\newif\ifjsc at needsp@tch
@@ -1608,7 +1608,8 @@
{\if at slide .5\Cvs \@plus.3\Cdp \else \z@ \fi}%
{\normalfont\normalsize\headfont}}
\fi
-\newcommand\jsParagraphMark{\jsJaChar{■}}
+\newcommand\jsParagraphMark{\relax\jsJaChar{■}}
+\let\bxjs at org@paragraph at mark\jsParagraphMark
\ifx\bxjs at paragraph@mark\@empty
\let\jsParagraphMark\@empty
\else\ifx\bxjs at paragraph@mark\@undefined\else
Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjscjkcat.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjscjkcat.sty 2017-09-27 23:11:27 UTC (rev 45419)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjscjkcat.sty 2017-09-27 23:11:46 UTC (rev 45420)
@@ -21,7 +21,7 @@
%% same distribution. (The sources need not necessarily be
%% in the same archive or directory.)
\ProvidesPackage{bxjscjkcat}
- [2017/09/09 v1.6 BXJS document classes]
+ [2017/09/24 v1.6a BXJS document classes]
\def\bxjx at pkgname{bxjscjkcat}
\newcount\bxjx at cnta
\let\bxjx at engine=n
Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjscompat.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjscompat.sty 2017-09-27 23:11:27 UTC (rev 45419)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjscompat.sty 2017-09-27 23:11:46 UTC (rev 45420)
@@ -21,7 +21,7 @@
%% same distribution. (The sources need not necessarily be
%% in the same archive or directory.)
\ProvidesPackage{bxjscompat}
- [2017/09/09 v1.6 BXJS document classes]
+ [2017/09/24 v1.6a 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 2017-09-27 23:11:27 UTC (rev 45419)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-minimal.def 2017-09-27 23:11:46 UTC (rev 45420)
@@ -21,7 +21,7 @@
%% same distribution. (The sources need not necessarily be
%% in the same archive or directory.)
\ProvidesFile{bxjsja-minimal.def}
- [2017/09/09 v1.6 BXJS document classes]
+ [2017/09/24 v1.6a 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 2017-09-27 23:11:27 UTC (rev 45419)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-modern.def 2017-09-27 23:11:46 UTC (rev 45420)
@@ -21,7 +21,7 @@
%% same distribution. (The sources need not necessarily be
%% in the same archive or directory.)
\ProvidesFile{bxjsja-modern.def}
- [2017/09/09 v1.6 BXJS document classes]
+ [2017/09/24 v1.6a 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 2017-09-27 23:11:27 UTC (rev 45419)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-pandoc.def 2017-09-27 23:11:46 UTC (rev 45420)
@@ -21,8 +21,9 @@
%% same distribution. (The sources need not necessarily be
%% in the same archive or directory.)
\ProvidesFile{bxjsja-pandoc.def}
- [2017/09/09 v1.6 BXJS document classes]
+ [2017/09/24 v1.6a BXJS document classes]
\input{bxjsja-standard.def}
+\RequirePackage{bxjspandoc}
\@onlypreamble\bxjs at set@dupload at proc
\def\bxjs at set@dupload at proc#1{%
\expandafter\bxjs at set@dupload at proc@a\csname bxjs at dlp/#1\endcsname}
@@ -48,16 +49,8 @@
\def\bxjs at do@dupload at proc#1#2#3{%
\csname bxjs at dlp/#2.#1\endcsname{#3}%
\@firstoftwo}
-\def\bxjs at mark@as at loaded#1{%
- \expandafter\bxjs at mal@a\csname ver@#1\endcsname{#1}}
-\def\bxjs at mal@a#1#2{%
- \ifx#1\relax
- \def#1{2001/01/01}%
- \ClassInfo\bxjs at clsname
- {File '#2' marked as loaded\@gobble}%
- \fi}
\ifnum0\if x\jsEngine1\fi\if l\jsEngine1\fi>0
-\bxjs at mark@as at loaded{polyglossia.sty}
+\pandocSkipLoadPackage{polyglossia}
\bxjs at set@dupload at proc{polyglossia.sty}{%
\ClassWarning\bxjs at clsname
{Loading of polyglossia is blocked}}
@@ -74,7 +67,7 @@
\setotherlangauge{\bxjs at tmpa}}}
\fi
\else
-\bxjs at mark@as at loaded{babel.sty}
+\pandocSkipLoadPackage{babel}
\bxjs at set@dupload at proc{babel.sty}{%
\ClassWarning\bxjs at clsname
{Loading of babel is blocked}}
@@ -85,22 +78,20 @@
\bxjs at set@dupload at proc{geometry.sty}{%
\setpagelayout*{#1}}
\if l\jsEngine
- \bxjs at mark@as at loaded{xeCJK.sty}
+ \pandocSkipLoadPackage{xeCJK}
\providecommand*{\setCJKmainfont}{\setmainjfont}
\fi
-\ifx\@IncludeInRelease\@undefined\else
- \bxjs at mark@as at loaded{fixltx2e.sty}
-\fi
-\if j\jsEngine
- \bxjs at mark@as at loaded{cmap.sty}
-\fi
-\if j\jsEngine \else
- \PassOptionsToPackage{verbose=silent}{microtype}
-\fi
-\if j\jsEngine
- \bxjs at mark@as at loaded{microtype.sty}
- \newcommand*\UseMicrotypeSet[2][]{}
-\fi
+\AtBeginDocument{%
+ \@tempswafalse
+ \ifx\oldparagraph\@undefined\else
+ \@tempswatrue
+ \fi
+ \ifnum\c at secnumdepth>3
+ \@tempswatrue
+ \fi
+ \if at tempswa\ifx\jsParagraphMark\bxjs at org@paragraph at mark
+ \let\jsParagraphMark\@empty
+ \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 2017-09-27 23:11:27 UTC (rev 45419)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsja-standard.def 2017-09-27 23:11:46 UTC (rev 45420)
@@ -21,7 +21,7 @@
%% same distribution. (The sources need not necessarily be
%% in the same archive or directory.)
\ProvidesFile{bxjsja-standard.def}
- [2017/09/09 v1.6 BXJS document classes]
+ [2017/09/24 v1.6a BXJS document classes]
%% このファイルは日本語文字を含みます
\input{bxjsja-minimal.def}
\bxjs at simplejasetupfalse
Added: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty 2017-09-27 23:11:46 UTC (rev 45420)
@@ -0,0 +1,94 @@
+%%
+%% This is file `bxjspandoc.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% bxjscls.dtx (with options: `anc,ancpandoc')
+%%
+%% IMPORTANT NOTICE:
+%%
+%% For the copyright see the source file.
+%%
+%% Any modified versions of this file must be renamed
+%% with new filenames distinct from bxjspandoc.sty.
+%%
+%% For distribution of the original source see the terms
+%% for copying and modification in the file bxjscls.dtx.
+%%
+%% This generated file may be distributed as long as the
+%% original source files, as listed above, are part of the
+%% same distribution. (The sources need not necessarily be
+%% in the same archive or directory.)
+\ProvidesPackage{bxjspandoc}
+ [2017/09/24 v1.6a BXJS document classes]
+%% このファイルは日本語文字を含みます.
+\def\bxjsp at pkgname{bxjscjkcat}
+\let\bxjsp at engine=n
+\@onlypreamble\bxjsp at do
+\def\bxjsp at do#1#2{%
+ \edef\bxjsp at tmpa{\string#1}%
+ \edef\bxjsp at tmpb{\meaning#1}%
+ \ifx\bxjsp at tmpa\bxjsp at tmpb #2\fi}
+\bxjsp at do\kanjiskip{\let\bxjsp at engine=j}
+\bxjsp at do\XeTeXversion{\let\bxjsp at engine=x}
+\bxjsp at do\pdftexversion{\let\bxjsp at engine=p}
+\bxjsp at do\luatexversion{\let\bxjsp at engine=l}
+\newcommand*\pandocSkipLoadFile[1]{%
+ \expandafter\bxjsp at skip@load at file@a\csname ver@#1\endcsname{#1}}
+\def\bxjsp at skip@load at file@a#1#2{%
+ \ifx#1\relax
+ \def#1{2001/01/01}%
+ \PackageInfo\bxjsp at pkgname
+ {File '#2' marked as loaded\@gobble}%
+ \fi}
+\newcommand*\pandocSkipLoadPackage[1]{%
+ \pandocSkipLoadFile{#1.sty}}
+\ifx\@IncludeInRelease\@undefined\else
+ \pandocSkipLoadPackage{fixltx2e}
+\fi
+\if j\bxjsp at engine
+ \pandocSkipLoadPackage{cmap}
+\fi
+\if j\bxjsp at engine \else
+ \PassOptionsToPackage{verbose=silent}{microtype}
+\fi
+\if j\bxjsp at engine
+ \pandocSkipLoadPackage{microtype}
+ \newcommand*\UseMicrotypeSet[2][]{}
+\fi
+\DeclareRobustCommand{\pandocLdots}{%
+ \relax\ifmmode \expandafter\bxjsp at org@ldots
+ \else \expandafter\bxjsp at ldots@a
+ \fi}
+\def\bxjsp at ja@ellipsis{…}
+\let\bxjsp at org@ldots\ldots
+\def\bxjsp at ldots@a{%
+ \futurelet\bxjsp at tok\bxjsp at ldots@b}
+\def\bxjsp at ldots@b{%
+ \ifx\bxjsp at tok\bgroup \expandafter\bxjsp at ldots@c
+ \else \expandafter\bxjsp at org@ldots
+ \fi}
+\def\bxjsp at ldots@c{%
+ \afterassignment\bxjsp at ldots@d \let\bxjsp at tok=}
+\def\bxjsp at ldots@d{%
+ \futurelet\bxjsp at tok\bxjsp at ldots@e}
+\def\bxjsp at ldots@e{%
+ \ifx\bxjsp at tok\egroup \expandafter\bxjsp at ldots@f
+ \else \expandafter\bxjsp at ldots@g
+ \fi}
+\def\bxjsp at ldots@f{%
+ \bxjsp at ja@ellipsis \let\bxjsp at tok=}
+\def\bxjsp at ldots@g{%
+ \expandafter\bxjsp at org@ldots\expandafter{\romannumeral-`} }
+\AtBeginDocument{%
+ \let\bxjsp at org@ldots\ldots
+ \let\ldots\pandocLdots}
+\IfFileExists{bxpandola.sty}{%
+ \RequirePackage{bxpandola}\relax
+ \PackageInfo\bxjsp at pkgname
+ {PandoLa module is loaded\@gobble}
+}{}
+\endinput
+%%
+%% End of file `bxjspandoc.sty'.
Property changes on: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsreport.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsreport.cls 2017-09-27 23:11:27 UTC (rev 45419)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsreport.cls 2017-09-27 23:11:46 UTC (rev 45420)
@@ -22,7 +22,7 @@
%% in the same archive or directory.)
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{bxjsreport}
- [2017/09/09 v1.6 BXJS document classes]
+ [2017/09/24 v1.6a BXJS document classes]
%% このファイルは日本語文字を含みます.
\def\bxjs at clsname{bxjsreport}
\newif\ifjsc at needsp@tch
@@ -1590,7 +1590,8 @@
{\if at slide .5\Cvs \@plus.3\Cdp \else \z@ \fi}%
{\normalfont\normalsize\headfont}}
\fi
-\newcommand\jsParagraphMark{\jsJaChar{■}}
+\newcommand\jsParagraphMark{\relax\jsJaChar{■}}
+\let\bxjs at org@paragraph at mark\jsParagraphMark
\ifx\bxjs at paragraph@mark\@empty
\let\jsParagraphMark\@empty
\else\ifx\bxjs at paragraph@mark\@undefined\else
Modified: trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls 2017-09-27 23:11:27 UTC (rev 45419)
+++ trunk/Master/texmf-dist/tex/latex/bxjscls/bxjsslide.cls 2017-09-27 23:11:46 UTC (rev 45420)
@@ -22,7 +22,7 @@
%% in the same archive or directory.)
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{bxjsslide}
- [2017/09/09 v1.6 BXJS document classes]
+ [2017/09/24 v1.6a BXJS document classes]
%% このファイルは日本語文字を含みます.
\def\bxjs at clsname{bxjsslide}
\newif\ifjsc at needsp@tch
@@ -1485,7 +1485,8 @@
{\if at slide .5\Cvs \@plus.3\Cdp \else \z@ \fi}%
{\normalfont\normalsize\headfont}}
\fi
-\newcommand\jsParagraphMark{\jsJaChar{■}}
+\newcommand\jsParagraphMark{\relax\jsJaChar{■}}
+\let\bxjs at org@paragraph at mark\jsParagraphMark
\ifx\bxjs at paragraph@mark\@empty
\let\jsParagraphMark\@empty
\else\ifx\bxjs at paragraph@mark\@undefined\else
More information about the tex-live-commits
mailing list