http://sarovar.org/download.php/902/pdftex-1.40.0-beta-20060124.tar.bz2 - pdfTeX now includes pdfeTeX, i.e. there is no way to make a binary without eTeX support. Also the sources of TeX, eTeX and pdfTeX have been merged into one file pdftex.web - most pdfTeX change files are gone; only one file (pdftex.ch) remains. - improved patches: - 393 Ensure newline before endstream Have fun Martin -- http://www.tm.oneiros.de
Hi, Perhaps I am being an idiot again and have copied something wrongly, but I cannot get this one to run. pdf{e,}tex tries to read tex.pool instead of pdfetex.pool (and then balks). Martin Schröder wrote:
http://sarovar.org/download.php/902/pdftex-1.40.0-beta-20060124.tar.bz2
- pdfTeX now includes pdfeTeX, i.e. there is no way to make a binary without eTeX support. Also the sources of TeX, eTeX and pdfTeX have been merged into one file pdftex.web - most pdfTeX change files are gone; only one file (pdftex.ch) remains. - improved patches: - 393 Ensure newline before endstream
Have fun Martin
On 2006-01-25 10:22:14 +0100, Taco Hoekwater wrote:
Perhaps I am being an idiot again and have copied something wrongly, but I cannot get this one to run. pdf{e,}tex tries to read tex.pool instead of pdfetex.pool (and then balks).
Taco, of course you are not an idiot -- I am. I didn't test it. :-( Here's the patch: diff -dur /home/ms/tex/pdftex/releases/pdftex-1.40.0-beta-20060124/src/texk/web2c/texmfmp.h ./texmfmp.h --- /home/ms/tex/pdftex/releases/pdftex-1.40.0-beta-20060124/src/texk/web2c/texmfmp.h Tue Jan 17 16:30:23 2006 +++ ./texmfmp.h Wed Jan 25 12:57:11 2006 @@ -28,9 +28,9 @@ /* Some things are the same except for the name. */ #ifdef TeX -#if defined (pdfeTeX) -#define TEXMFPOOLNAME "pdfetex.pool" -#define TEXMFENGINENAME "pdfetex" +#if defined (pdfTeX) +#define TEXMFPOOLNAME "pdftex.pool" +#define TEXMFENGINENAME "pdftex" #elif defined (eTeX) #define TEXMFPOOLNAME "etex.pool" #define TEXMFENGINENAME "etex" I'll upload a new beta. Best Martin -- http://www.tm.oneiros.de
On Wed, Jan 25, 2006 at 10:22:14AM +0100, Taco Hoekwater wrote:
Perhaps I am being an idiot again and have copied something wrongly, but I cannot get this one to run. pdf{e,}tex tries to read tex.pool instead of pdfetex.pool (and then balks).
src/texk/web2c/texmfmp.h looks suspicious: | #if defined (pdfeTeX) | #define TEXMFPOOLNAME "pdfetex.pool" | #define TEXMFENGINENAME "pdfetex" | #elif defined (eTeX) | #define TEXMFPOOLNAME "etex.pool" | #define TEXMFENGINENAME "etex" | #elif defined (Omega) | #define TEXMFPOOLNAME "omega.pool" | #define TEXMFENGINENAME "omega" | #elif defined (eOmega) | #define TEXMFPOOLNAME "eomega.pool" | #define TEXMFENGINENAME "eomega" | #elif defined (Aleph) | #define TEXMFPOOLNAME "aleph.pool" | #define TEXMFENGINENAME "aleph" | #else | #define TEXMFPOOLNAME "tex.pool" | #define TEXMFENGINENAME "tex" | #endif Perhaps "pdfeTeX" is not defined and tex.pool is choosen then. Also the name of the pool file should be "pdftex.pool" and "pdftex" for the engine?
Martin Schröder wrote:
http://sarovar.org/download.php/902/pdftex-1.40.0-beta-20060124.tar.bz2
- pdfTeX now includes pdfeTeX, i.e. there is no way to make a binary without eTeX support. Also the sources of TeX, eTeX and pdfTeX have been merged into one file pdftex.web [...]
Also Makefile.in contains both engines pdftex and pdfetex and
references to pdfetexdir, ...
Yours sincerely
Heiko
On 2006-01-25 13:44:48 +0100, Heiko Oberdiek wrote:
Also Makefile.in contains both engines pdftex and pdfetex and references to pdfetexdir, ...
pdfetexdir is only in @MAINT@. I dare not touch it. And yes, you can still build pdfetex. It's a copy of pdftex. :-) Best Martin -- http://www.tm.oneiros.de
On 25.01.2006 00:11, Martin Schröder wrote:
http://sarovar.org/download.php/902/pdftex-1.40.0-beta-20060124.tar.bz2
Could you remove these lines in auto_append_kern: breadth_max := 10; depth_threshold := 2; show_node_list(p); print_ln; Looks like debugging remainders. Regards, Robert.
participants (4)
-
Heiko Oberdiek
-
Martin Schröder
-
Taco Hoekwater
-
w.m.l@gmx.net