I've finally managed to get my file to compile, but the image I want to include isn't showing up. I get a big bit of blank space.
Without all the actual text stuff going on, this is what I've got:
\documentclass[11pt,a4paper]{report}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{amsmath}
\usepackage{fullpage}
\usepackage{amsthm}
\usepackage{caption}
\usepackage{graphicx}
\usepackage{epstopdf}
\begin{document}
\begin{figure}[htb]
\begin{center}
\includegraphics[width=5cm]{Im1.eps}
\end{center}
\caption{\it Dots represent drug concentration equally distributed about the body. \label{boostFig} }
\end{figure}
\end{document}
Caption shows up fine, and there's a wondering empty gap above it where I presume the image should go. The file Im1.eps is saved in the same folder as the .tex file, but there's not much more I can do about file paths because the only place this software is available is my much restricted University computers.
Any idea where my image is, if not in my document?
(If we can't answer that, can someone confirm how you turn a .png to an .eps then on Windows? Or how you include a .png file without the hoohah of turning to .eps?)