blob: 31594c4aae7e06fb26904b50929b9d7fa42ac885 (
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
|
%% for epLaTeX (ASCII Nihongo LaTeX)
%% written by Tono san
%%
\begingroup \catcode`\{=1 \catcode`\}=2%
\immediate\write20{<<< making "platex with Babel" format >>>}
\def\platexTMP{%
\let\platexDUMP=\dump
\let\dump=\endinput
}
\expandafter
\endgroup \platexTMP
%
%% \scrollmode
\input platex.ltx
%
\begingroup \makeatletter%
\@temptokena=\expandafter{\platexBANNER}
\edef\platexTMP{%
\the\everyjob\noexpand\typeout{\the\@temptokena loaded.}%
}%
\everyjob=\expandafter{\platexTMP}%
\edef\platexTMP{%
\noexpand\let\noexpand\platexBANNER=\noexpand\@undefined
\noexpand\let\noexpand\dump=\noexpand\platexDUMP
\noexpand\let\noexpand\platexDUMP=\noexpand\@undefined
\noexpand\everyjob={\the\everyjob}%
}
\expandafter
\endgroup \platexTMP
\dump
\endinput
|