|
From: Hnizdo, V. (CDC/NIOSH/H. (CTR) <vb...@cd...> - 2013-10-23 15:53:05
|
Hi Ulrike,
Here is a simple example:
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}[ht!]
\includegraphics[keepaspectratio, width=90mm]{figure.eps}
\end{figure}
\end{document}
The dvi file produced seems fine when viewed with DVI Preview, but dvi2pdf on it does not work.
Adding command \usepackage{epstopdf} does not help.
Best,
Vladimir
-----Original Message-----
From: Ulrike Fischer [mailto:li...@ni...]
Sent: Wednesday, October 23, 2013 5:45 AM
To: mik...@li...
Subject: Re: [MiKTeX] eps to pdf in MiKTeX 9
Am Tue, 22 Oct 2013 20:45:39 +0000 schrieb Hnizdo, Vladimir
(CDC/NIOSH/HELD) (CTR):
> I have MiKTeX 9, wich I use with WinEdt. For some reason dvi2pdf does
> not run on a dvi file with figures in eps files. The dvi file displays
> nicely with DVI Preview, but dvi2pdf finishes by saying "struggling",
> without creating a pdf file. Putting \usepackage{epstopdf} in the tex
> file leads to the same bad result.
> Does anyone know how to fix it?
Without an example one can only guess: Did you use the correct driver option for graphicx?
--
Ulrike Fischer
http://www.troubleshooting-tex.de/
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
MiKTeX-Users mailing list
MiK...@li...
https://lists.sourceforge.net/lists/listinfo/miktex-users
|