Re: dvi output with tetex 3.0

Thomas Esser <[email protected]> Sat, 18 Mar 2006 02:35:16 +0100
Newsgroups gmane.comp.tex.tetex.general
Message-ID <[email protected]>
> When I start LaTeX, it don't produce dvi output. Only pdf output. Why?

It must be something in your macros or someone's package that turns on
pdf mode. By default, latex still produces dvi. Just try
  latex small2e
to see that this is right.

> But how can I get my dvi back?

Just don't switch to pdf mode!

Thomas