summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/platex/config/platex.ini
blob: 425e839808763f95da3d8e5081f082ddd5555dc9 (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 pLaTeX (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