Bug 131216 - TeX: initex won't run
Summary: TeX: initex won't run
Status: RESOLVED WORKSFORME
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Other (show other bugs)
Version: Final
Hardware: x86-64 SuSE Linux 10.0
: P5 - None : Normal
Target Milestone: ---
Assignee: Dr. Werner Fink
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-28 07:32 UTC by Simon Dales
Modified: 2005-10-28 14:00 UTC (History)
0 users

See Also:
Found By: Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Dales 2005-10-28 07:32:43 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
Comment 1 Michael Gross 2005-10-28 13:29:43 UTC
Joachim: Can you help here?
Comment 2 Dr. Werner Fink 2005-10-28 14:00:38 UTC
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