diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-30 22:40:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-30 22:40:21 +0000 |
commit | d310a5884150cb8753e7fbea759cc579c2a305b4 (patch) | |
tree | cc70a768d9a00bc231c70af94d69a72a93e866fb /Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty | |
parent | a28e1bfccd6fe522fcd296426e4d89c7fb4f19b6 (diff) |
bxjscls (30apr18)
git-svn-id: svn://tug.org/texlive/trunk@47517 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty b/Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty index c6b88c6405d..fa8ccb349ad 100644 --- a/Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty +++ b/Master/texmf-dist/tex/latex/bxjscls/bxjspandoc.sty @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesPackage{bxjspandoc} - [2018/03/29 v1.8a BXJS document classes] + [2018/04/19 v1.9 BXJS document classes] %% このファイルは日本語文字を含みます. \def\bxjsp@pkgname{bxjscjkcat} \let\bxjsp@engine=n @@ -34,6 +34,7 @@ \bxjsp@do\XeTeXversion{\let\bxjsp@engine=x} \bxjsp@do\pdftexversion{\let\bxjsp@engine=p} \bxjsp@do\luatexversion{\let\bxjsp@engine=l} +\@onlypreamble\pandocSkipLoadFile \newcommand*\pandocSkipLoadFile[1]{% \expandafter\bxjsp@skip@load@file@a\csname ver@#1\endcsname{#1}} \def\bxjsp@skip@load@file@a#1#2{% @@ -42,6 +43,7 @@ \PackageInfo\bxjsp@pkgname {File '#2' marked as loaded\@gobble}% \fi} +\@onlypreamble\pandocSkipLoadPackage \newcommand*\pandocSkipLoadPackage[1]{% \pandocSkipLoadFile{#1.sty}} \ifx\@IncludeInRelease\@undefined\else @@ -81,7 +83,7 @@ \bxjsp@ja@ellipsis \let\bxjsp@tok=} \def\bxjsp@ldots@g{% \expandafter\bxjsp@org@ldots\expandafter{\romannumeral-`} } -\AtBeginDocument{% +\g@addto@macro\bxjs@begin@document@hook{% \let\bxjsp@org@ldots\ldots \let\ldots\pandocLdots} \IfFileExists{bxpandola.sty}{% |