Bugzilla – Bug 131216
TeX: initex won't run
Last modified: 2005-10-28 14:00:38 UTC
Attempt to run initex to make my own formats. Initex don't find the initial format. It neither reads the magic percent-ampersand nor the explicit commandline "-fmt latex" has no effect. I tested "-fmt latex" on initex for Suse Linux Professional 7.1, and it don't work either. But it does use the magic comment, if present. e.g. %&latex \documentclass[a4paper]{article} \def\Wibble{W W W} \dump %%EOF
Joachim: Can you help here?
There is _no_ initex in the new teTeX package. This is gone and replaced with pdfeinitex. Please refere /usr/share/texmf/doc/tetex/TETEXDOC.pdf for news, e.g. `4.6 pdfetex: the new default TeX engine' For new formats you may using accordingly to the manual page something like: pdfetex -ini -jobname=mytex -progname=mytex \ -translate-file=cp227.tcx '&pdfetex mytex.ins' for more informations see /etc/texmf/web2c/fmtutil.cnf and the manual page of fmtutil