blob: da67cf9921c7c32db9beb417572eba1aa45c28cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
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}
[2018/01/28 v1.7b BXJS document classes]
%% このファイルは日本語文字を含みます.
\def\bxjsp@pkgname{bxjscjkcat}
\let\bxjsp@engine=n
\@onlypreamble\bxjsp@do
\def\bxjsp@do#1#2{%
\edef\bxjsp@tmpa{\string#1}%
\edef\bxjsp@tmpb{\meaning#1}%
\ifx\bxjsp@tmpa\bxjsp@tmpb #2\fi}
\bxjsp@do\kanjiskip{\let\bxjsp@engine=j}
\bxjsp@do\XeTeXversion{\let\bxjsp@engine=x}
\bxjsp@do\pdftexversion{\let\bxjsp@engine=p}
\bxjsp@do\luatexversion{\let\bxjsp@engine=l}
\newcommand*\pandocSkipLoadFile[1]{%
\expandafter\bxjsp@skip@load@file@a\csname ver@#1\endcsname{#1}}
\def\bxjsp@skip@load@file@a#1#2{%
\ifx#1\relax
\def#1{2001/01/01}%
\PackageInfo\bxjsp@pkgname
{File '#2' marked as loaded\@gobble}%
\fi}
\newcommand*\pandocSkipLoadPackage[1]{%
\pandocSkipLoadFile{#1.sty}}
\ifx\@IncludeInRelease\@undefined\else
\pandocSkipLoadPackage{fixltx2e}
\fi
\if j\bxjsp@engine
\pandocSkipLoadPackage{cmap}
\fi
\if j\bxjsp@engine \else
\PassOptionsToPackage{verbose=silent}{microtype}
\fi
\if j\bxjsp@engine
\pandocSkipLoadPackage{microtype}
\newcommand*\UseMicrotypeSet[2][]{}
\fi
\DeclareRobustCommand{\pandocLdots}{%
\relax\ifmmode \expandafter\bxjsp@org@ldots
\else \expandafter\bxjsp@ldots@a
\fi}
\def\bxjsp@ja@ellipsis{…}
\let\bxjsp@org@ldots\ldots
\def\bxjsp@ldots@a{%
\futurelet\bxjsp@tok\bxjsp@ldots@b}
\def\bxjsp@ldots@b{%
\ifx\bxjsp@tok\bgroup \expandafter\bxjsp@ldots@c
\else \expandafter\bxjsp@org@ldots
\fi}
\def\bxjsp@ldots@c{%
\afterassignment\bxjsp@ldots@d \let\bxjsp@tok=}
\def\bxjsp@ldots@d{%
\futurelet\bxjsp@tok\bxjsp@ldots@e}
\def\bxjsp@ldots@e{%
\ifx\bxjsp@tok\egroup \expandafter\bxjsp@ldots@f
\else \expandafter\bxjsp@ldots@g
\fi}
\def\bxjsp@ldots@f{%
\bxjsp@ja@ellipsis \let\bxjsp@tok=}
\def\bxjsp@ldots@g{%
\expandafter\bxjsp@org@ldots\expandafter{\romannumeral-`} }
\AtBeginDocument{%
\let\bxjsp@org@ldots\ldots
\let\ldots\pandocLdots}
\IfFileExists{bxpandola.sty}{%
\RequirePackage{bxpandola}\relax
\PackageInfo\bxjsp@pkgname
{PandoLa module is loaded\@gobble}
}{}
\endinput
%%
%% End of file `bxjspandoc.sty'.
|