Description of problem: I was not able to process a .dvi file including some .eps figures in order to produce a .pdf file via dvipdfm. Version-Release number of selected component (if applicable): Fedora core 9 alpha updated on Feb 22, 2008. Includes: dvipdfm-0.13.2d-18 How reproducible: Perfectly reproducible Steps to Reproduce: 1. Create a latex file including a .eps figure via \includegraphics 2. Compile the dvi 3. Run dvipdfm on the svi itself Actual results: I got this message (one per figure): pdf: image inclusion failed for (./aa_tabelle/figure/t_integral.eps). ][220(./aa_tabelle/figure/t_integral_inverse.eps<PS> Config file contains no template to perform PS -> PDF conversion ) and the figure does not show up in the pdf file. Expected results: I compiled the same source on many other different systems (including fedora 8) and it worked fine (i.e. no error message, eps figure correctly included in the pdf). Additional info: Noticed that /var/lib/texmf/dvipdfm/config is empty. Shouldn't it contain the config file for dvipdfm?
The config file should be in /usr/share/texmf/dvipdfm/...... But there is none. I can reproduce the error here, and it is indeed certainly linked with that. I'll investigate.
I think I found it. Too much is removed from texlive-texmf. A patch is coming soon.
Created attachment 295686 [details] remove xdvi files, but don't remove dvipdfm files
Applied. Thanks!