General ⇒ .eps figure is not seen in .pdf or.dvi but is in .ps
-
- Posts: 4
- Joined: Sat Jan 05, 2008 12:55 pm
.eps figure is not seen in .pdf or.dvi but is in .ps
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}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis