blob: 5ac594b3aa5868ec4f7d52b7da7d8a729776e3ab (
plain)
1
2
3
4
5
6
7
8
9
|
%% for upLaTeX (Unicode pLaTeX)
%% written by Tono san (modified by texjporg 2016/05/12)
%%
\begingroup \catcode`\{=1 \catcode`\}=2%
\immediate\write20{<<< making "uplatex with Babel" format >>>}
\endgroup
\scrollmode
\input uplatex.ltx
\endinput
|