From caa391301c323d8e1ac20ad46d581f1223a09291 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 21 Dec 2011 09:08:58 +0000 Subject: changes to eptex format: - remove eptex specific language.def (thus the globally generated one in TEXMFSYSVAR will be used) - change eptex.src to be able to load that language.def file Changes by Hironori Kitagawa git-svn-id: svn://tug.org/texlive/trunk@24893 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/ptex/base/eptex.src | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Master/texmf-dist/tex/ptex/base/eptex.src') diff --git a/Master/texmf-dist/tex/ptex/base/eptex.src b/Master/texmf-dist/tex/ptex/base/eptex.src index 927cbdebc93..b991b0850b8 100644 --- a/Master/texmf-dist/tex/ptex/base/eptex.src +++ b/Master/texmf-dist/tex/ptex/base/eptex.src @@ -318,7 +318,18 @@ \input \l@ngdefnfile % use "language.def" after warning \fi \else + \bgroup + \count@=128 + \loop\ifnum\count@<256\relax + \lccode\count@=\count@\advance\count@\@ne + \repeat + \count@=0 + \loop\ifnum\count@<32\relax + \lccode\count@=\count@\advance\count@\@ne + \repeat \input \l@ngdefnfile % "language.def" open & valid + + \egroup % the above empty line is needed to end the argument of \input \fi % All that was just to set up natural language handling... -- cgit v1.2.3