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}
General ⇒ .eps figure is not seen in .pdf or.dvi but is in .ps
-
- Posts: 4
- Joined: Sat Jan 05, 2008 12:55 pm
Re: .eps figure is not seen in .pdf or.dvi but is in .ps
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.