summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/uplatex/config/uplatex.ini
blob: 401479caa5f279237e59f60cf6f7ca6751c29054 (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 upLaTeX (Unicode pLaTeX)
%% written by Tono san
%%
\begingroup  \catcode`\{=1  \catcode`\}=2%
    \immediate\write20{<<< making "uplatex with Babel" format >>>}
    \def\platexTMP{%
        \let\platexDUMP=\dump
        \let\dump=\endinput
    }
    \expandafter
\endgroup \platexTMP
%
%%  \scrollmode
\input uplatex.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