Bug 157312 - tetex-3.0-18 ist broken -> pdfetex is invoked, where it is not allowed
Summary: tetex-3.0-18 ist broken -> pdfetex is invoked, where it is not allowed
Status: RESOLVED WORKSFORME
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: ConsoleApps (show other bugs)
Version: Final
Hardware: i686 SuSE Linux 10.0
: P5 - None : Major
Target Milestone: ---
Assignee: Dr. Werner Fink
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-10 21:03 UTC by Christoph Pfeiler
Modified: 2006-03-13 10:27 UTC (History)
0 users

See Also:
Found By: Beta-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 Christoph Pfeiler 2006-03-10 21:03:54 UTC
With the recent update, tetex is broken. The "ordinary" latex etc. has gone, but a link to pdfetex is created instead.

This leads to the following misbehaviour:

- If You invoke latex with a properly formatted latex file, You get an error message, because documentclass is not known by pdfetex

- If You are a little bit more tricky, You remember Lamport or Knuth and You invoke tex \&latex, You get

> tex \&latex
This is TeX, Version 3.141592 (Web2C 7.5.4)
---! /var/lib/texmf/web2c/latex.fmt was written by pdfetex
(Fatal format file error; I'm stymied)

You have to recreate Your format files!

(or wait for a proper update ;-))
Comment 1 Dr. Werner Fink 2006-03-13 10:27:17 UTC
What are you doing?  The correct format for latex is dumped by pdfetex.
This is the NEW behaviour since teTeX 3.0 and I'll gona not changed that :)
Read in /usr/share/texmf/doc/tetex/TETEXDOC.pdf the section

    `4.5 pdfetex: the new default TeX engine'

E.g.:

/suse/werner> latex
This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
werner/Tests>

werner/Tests> latex bspbrief.tex 
This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
entering extended mode
(./bspbrief.tex
LaTeX2e <2003/12/01>
[...]
No file bspbrief.aux.
[1] )
Output written on bspbrief.dvi (1 page, 860 bytes).
Transcript written on bspbrief.log.
werner/Tests>