diff options
author | Norbert Preining <preining@logic.at> | 2011-12-21 09:08:58 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2011-12-21 09:08:58 +0000 |
commit | caa391301c323d8e1ac20ad46d581f1223a09291 (patch) | |
tree | 742be845cb669a6731a339da92d5a2fe1b952118 /Master/texmf-dist/tex/ptex/base/eptex.src | |
parent | 5ccd6ffe43d5d424bb318f00e5d7f293b12c9f4a (diff) |
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 <h_kitagawa2001@yahoo.co.jp>
git-svn-id: svn://tug.org/texlive/trunk@24893 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/ptex/base/eptex.src')
-rw-r--r-- | Master/texmf-dist/tex/ptex/base/eptex.src | 11 |
1 files changed, 11 insertions, 0 deletions
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... |