Another problem I run into, is that since I am using \usepackage{epstopdf}, I was expecting to find a pdf file with the same name as my eps figure in the directory, but it's not there. Any idea of what is going on, and how to fix this problem?
The header part looks like this:
Code: Select all
\documentclass{article}
\usepackage[all]{xy}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amsthm}
\usepackage{amscd}
\usepackage{eucal}
\usepackage[dvips]{epsfig}
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage{ulem}
\usepackage{wrapfig}
\addtolength{\hoffset}{-2cm} \addtolength{\topmargin}{-2.8cm}
\addtolength{\textwidth}{3 cm} \addtolength{\textheight}{6.2 cm}
Code: Select all
\begin{figure}
\centering
\includegraphics{Feas_region_TEST1}
\caption{Fig. 5.1}
\end{figure}