WinEdtPdfTexify and Figures

Information and discussion about WinEdt, a commercial integrated LaTeX environment for Windows
Post Reply
j5comp
Posts: 9
Joined: Sun Apr 06, 2008 2:55 pm

PdfTexify and Figures

Post by j5comp »

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!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

PdfTexify and Figures

Post by Stefan Kottwitz »

Hi j5comp,

try pdfTeXify without option dvips to graphicx, just:

Code: Select all

\usepackage{graphicx}
Stefan
j5comp
Posts: 9
Joined: Sun Apr 06, 2008 2:55 pm

Re: PdfTexify and Figures

Post by j5comp »

You're a saint! I've been spending hours trying to figure it out

Thanks so much :D
Post Reply