Re: DVI to PDF

Ulrike Fischer <[email protected]>
Newsgroups gmane.comp.tex.miktex
Message-ID <[email protected]>
Am Wed, 11 Sep 2013 10:28:53 -0500 schrieb John Rudnicki:

> Thanks for all the various advice. Obviously I am new to this forum.
> 
> Code:
> \documentclass{article}
> \usepackage{graphicx}
> \begin{document}
> \begin{figure}
> \begin{center}
> %\resizebox{3in}{!}{\includegraphics{Chp02Fig01.eps}}
> \includegraphics{example-image-A}
> \end{center}
> \caption{Schematic illustration of the
> action of a tensor on a vector.
> The tensor acts on the vector $\mathbf{u}$
> and outputs the vector $\mathbf{v}$. This is some more text.}
> \end{figure}
> \end{document}
> 
> This produces dvi file fine, but when I convert dvi to pdf (using WinEdit),
> the caption over prints the figure.This was not a problem until I installed
> MikTex (latest version) on a new computer (using Windows 7).
> 
> Should be able to download figure from
> 
> http://www.civil.northwestern.edu/people/rudnicki/Chp02Fig01.eps

I couldn't reproduce the problem with the standard graphics, but you
graphics shows it. 

You are using the wrong graphicx driver: dvipdf in winedt calls
dvipdfmx but by default graphicx loads the driver for dvips. 

So try 

\usepackage[dvipdfmx]{graphicx}


> If I change figure to pdf and use pdflatex problem does not occur.
> But this is not a good solution for me as I have many figures in
> eps (for a book).

You can use 

\usepackage{graphicx}
\usepackage{epstopdf}

and then run pdflatex. This will convert your eps on-the-fly. 

-- 
Ulrike Fischer 
http://www.troubleshooting-tex.de/


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.