diff options
Diffstat (limited to 'Master/texmf-dist/tex/platex/config')
-rw-r--r-- | Master/texmf-dist/tex/platex/config/platex.ini | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/platex/config/platex.ini b/Master/texmf-dist/tex/platex/config/platex.ini index 425e8398087..2ea55904069 100644 --- a/Master/texmf-dist/tex/platex/config/platex.ini +++ b/Master/texmf-dist/tex/platex/config/platex.ini @@ -1,5 +1,5 @@ %% for pLaTeX (ASCII Nihongo LaTeX) -%% written by Tono san +%% written by Tono san (modified by texjporg 2016/05/07) %% \begingroup \catcode`\{=1 \catcode`\}=2% \immediate\write20{<<< making "platex with Babel" format >>>} @@ -14,9 +14,10 @@ \input platex.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{% |