Hi!
I'm hoping someone can help me. I'm writing my thesis right now and I'm having a problem with figures showing up. They show up fine when I use the sequence for dvi2pdf, but nothing comes up when I try pdftexify (just the caption). I tried using jpg, png, eps, and ps and they all work fine with dvi2pdf but not pdftexify.
my file has:
\usepackage[dvips]{graphicx}
\begin{figure}[t]
% Requires \usepackage{graphicx}
\includegraphics{Figures/IonBeamPhotoOutside.eps}\\
\caption{Photographs of the IBSD system.}\label{Fig_IonBeamPhotoOutside}
\end{figure}
I'm a newbie at this, so I could be doing a number of things wrong. I'm not doing anything other than clicking the pdftexify button, what am I doing wrong?????
I appreciate all your help. Thanks!
WinEdt ⇒ PdfTexify and Figures
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
PdfTexify and Figures
Hi j5comp,
try pdfTeXify without option dvips to graphicx, just:
Stefan
try pdfTeXify without option dvips to graphicx, just:
Code: Select all
\usepackage{graphicx}
Re: PdfTexify and Figures
You're a saint! I've been spending hours trying to figure it out
Thanks so much
Thanks so much
