General.eps figure is not seen in .pdf or.dvi but is in .ps

General information and discussion about TeXnicCenter
Post Reply
fenimor_cooper
Posts: 4
Joined: Sat Jan 05, 2008 12:55 pm

.eps figure is not seen in .pdf or.dvi but is in .ps

Post by fenimor_cooper »

Hello,
i've got the following issue: the inserted .eps figure is seen in only in .ps output file. It is not seen in .pdf neither in .dvi. In these two formats I see only the caption and the blank space reserved for the figure. Any suggestions? Below is what exactly I typed in the .tex file.
------------------------------
\documentclass{kapmono}
\usepackage{m-times}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage[dvips]{graphicx}
...
\begin{document}
...
\begin{figure}[!h]
%[htbp]
\centering
\includegraphics[width=15cm, height=10cm]{Figure1.eps}
\caption{On this figure: ... channel 5.}
\end{figure}
...
\end{document}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
akvik
Posts: 5
Joined: Mon Jan 07, 2008 6:58 pm

Re: .eps figure is not seen in .pdf or.dvi but is in .ps

Post by akvik »

Did you use pdflatex when you compiled the .tex file? In that case, pdflatex does not support .eps files. Check the log file to be sure.
Post Reply