From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030716 Description of problem: Having run up2date --update on several machines, kdvi no longer displays images included from .eps files using the LaTeX2e "epsf" package. No errors are displayed, and specifying a full path to the .eps file doesn't help. xdvi displays the same .dvi file without problem. Version-Release number of selected component (if applicable): 3.0.5a How reproducible: Always Steps to Reproduce: 1. Create file test.eps containing : %!PS-Adobe-2.0 EPSF-2.0 %%BoundingBox: 0 0 72 72 8 8 moveto 56 0 rlineto 0 56 rlineto -56 0 rlineto closepath stroke 2. Create file test.tex containing : \documentclass[10pt]{article} \usepackage{epsf} \begin{document} There should be a square between here : \epsffile{test.eps} and here ! \end{document} 3. Run latex test.tex then kdvi test.dvi Actual Results: Only the text parts appear, not the figure from the EPS file. Expected Results: There should be a figure of a square between the text items. Additional info:
it's not reproduceable in RHEL3 and FC2 current release.