diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-09 23:41:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-09 23:41:02 +0000 |
commit | c143a4632d967b1831be9a77ea54f6ceac5da3ec (patch) | |
tree | cb2748d331ea49b43cf691a5d819bc4a2400f921 /Master/texmf-dist/tex/uplatex/config | |
parent | 91d417296c636d06a8b3e4800715e6f87c900e46 (diff) |
uplatex (9may16)
git-svn-id: svn://tug.org/texlive/trunk@40991 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/uplatex/config')
-rw-r--r-- | Master/texmf-dist/tex/uplatex/config/uplatex.ini | 7 |
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{% |