* Cyrille Artho on Tue, Jun 28, 2005:
> If I comment out the following, dvi output is again produced by default:
>
> \ifx\pdfoutput\undefined%
>   \pdffalse%
>   \dynamicfalse%
> \else%
>   \pdfoutput=1%
>   \pdftrue%
>   \dynamictrue%
> \fi%

This hack breaks because now pdfetex is the default engine.

\usepackage{ifpdf}
\ifpdf
  [ stuff for pdfoutput ]
\else
  [ other stuff ]
\fi

> Note that old LaTeX distributions never had the problem that pdf only 
> was produced due to these macros. So the problem seems to be a 
> compatibility problem.

You would have had the same problem if you had used pdftex for
producing dvioutput at the time.

c
-- 
_B A U S T E L L E N_ lesen!  --->> <http://www.blacktrash.org/baustellen.html>



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to