|
Bugzilla – Full Text Bug Listing |
| Summary: | TeX: initex won't run | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Simon Dales <novell> |
| Component: | Other | Assignee: | Dr. Werner Fink <werner> |
| Status: | RESOLVED WORKSFORME | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
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
|
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