summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/uplatex/config/uplatex.ini
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/uplatex/config/uplatex.ini')
-rw-r--r--Master/texmf-dist/tex/uplatex/config/uplatex.ini7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/uplatex/config/uplatex.ini b/Master/texmf-dist/tex/uplatex/config/uplatex.ini
index 401479caa5f..bfacea88e43 100644
--- a/Master/texmf-dist/tex/uplatex/config/uplatex.ini
+++ b/Master/texmf-dist/tex/uplatex/config/uplatex.ini
@@ -1,5 +1,5 @@
%% for upLaTeX (Unicode pLaTeX)
-%% written by Tono san
+%% written by Tono san (modified by texjporg 2016/05/07)
%%
\begingroup \catcode`\{=1 \catcode`\}=2%
\immediate\write20{<<< making "uplatex with Babel" format >>>}
@@ -14,9 +14,10 @@
\input uplatex.ltx
%
\begingroup \makeatletter%
- \@temptokena=\expandafter{\platexBANNER}
+ \def\parse@BANNER#1{\expandafter\parse@@BANNER#1}%
+ \def\parse@@BANNER#1#2#3#4{#4}%
\edef\platexTMP{%
- \the\everyjob\noexpand\typeout{\the\@temptokena loaded.}%
+ \the\everyjob\noexpand\typeout{\parse@BANNER{\platexBANNER}}%
}%
\everyjob=\expandafter{\platexTMP}%
\edef\platexTMP{%