summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/uplatex/config/uplatex.ini
blob: bfacea88e43e52546282a5f87cd38ee152dc455b (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
%% for upLaTeX (Unicode pLaTeX)
%% written by Tono san (modified by texjporg 2016/05/07)
%%
\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%
    \def\parse@BANNER#1{\expandafter\parse@@BANNER#1}%
    \def\parse@@BANNER#1#2#3#4{#4}%
    \edef\platexTMP{%
        \the\everyjob\noexpand\typeout{\parse@BANNER{\platexBANNER}}%
    }%
    \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