diff options
author | Karl Berry <karl@freefriends.org> | 2014-10-26 22:43:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-10-26 22:43:17 +0000 |
commit | 7c2c50cc72bba6c1687d1324a786d22802be059f (patch) | |
tree | 102a78b3c84ed63976d1e04c29ee54bd924ded84 /Master/texmf-dist/tex/ptex | |
parent | c77fb7764ee2938b4df1281a276ab7e05a6e84b2 (diff) |
* eptex.src,
* euptex.src: \input [u]ptex.tex, not just [u]ptex; otherwise, if run in
the Work/.../web2c directory (as make check does), the [u]ptex binaries
will exist and be read in preference to the .tex. Sad but true.
* pmpsamp.test,
* upmpsamp.test: run e[u]ptex in non-ini mode first, to ensure .fmt
files are created, since that is what [u]pmpost is going to do.
git-svn-id: svn://tug.org/texlive/trunk@35446 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/ptex')
-rw-r--r-- | Master/texmf-dist/tex/ptex/base/eptex.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/ptex/base/eptex.src b/Master/texmf-dist/tex/ptex/base/eptex.src index b991b0850b8..6861db6a63f 100644 --- a/Master/texmf-dist/tex/ptex/base/eptex.src +++ b/Master/texmf-dist/tex/ptex/base/eptex.src @@ -83,7 +83,7 @@ % Read "ptex.tex" (\patterns & \hyphenation will be skipped) -\input ptex +\input ptex.tex % restore the catcode of commercial-at (@), which will just have been clobbered |