[TeXnicCenter] Graphics in do not show in pdf

211 views
Skip to first unread message

DIN1587

unread,
Jun 18, 2008, 4:37:52 PM6/18/08
to LaTeX Users Group
The problem: When compiling my latex file using the TeXnicCenter to
pdf (LaTex=>pdf) the pictures that I included do not show. The space
for the graphics is left empty though. The graphics show in the DVI
and PS output.

What can be the reason for this?

My code looks like this:

\documentclass[12pt]{article}
\usepackage[latin1]{inputenc}
\usepackage[dvipdf]{graphicx}
\usepackage{float}
\restylefloat{figure}

\begin{figure}[H]
\centering
\includegraphics[width=0.65\textwidth]{figure.eps}
\caption{figure 1}
\label{fig1}
\end{figure}

I tried a lot of different packages - all without success. Sometimes
the space in the pdf isn't even left empty. It is not a problem of a
missing bounding box either - the problem occurs independently of the
bounding box.

Thanks for your help!

Bruno Lopes

unread,
Jun 18, 2008, 8:53:04 PM6/18/08
to latexus...@googlegroups.com
 Just use \usepackage{graphicx} instead of \usepackage[dvipdf]{graphicx} and run Latex => PS => PDF.

The EPS format doesn't work with PDFLatex.

Good luck,

Bruno.

2008/6/18 DIN1587 <277...@gmail.com>:



--
Bruno Lopes Vieira

Linux User #324250
Curriculum Vitae: http://lattes.cnpq.br/7793315334001237
--
"Acreditar é monótono, duvidar é apaixonante, manter-se alerta: eis a vida." (Oscar Wilde)
Reply all
Reply to author
Forward
0 new messages