After using \usepackage{graphicx} and \usepackage{epstopdf} because \includegraphics[width=6]{myGraph.eps} doesn't seem to work on its own without the graph being a pdf. (If anyone can tell me why this doesn't work then I would be grateful.) My graph having been converted to a PDF file and imported using the same method seems to now contain inverted ? and I really cannot work out why.
Also if anyone else can help with the above, I also cannot work out why putting a caption under the graph has shifted it two paragraphs downward rather than the place it should be within the document.
Any help with the above would be appreciated.
epsfiles don't work: Why can't pdflatex process EPS figures. – Alan Munn Mar 11 '12 at 20:17epstopdf my.epsand take a look at the generated PDF in Adobe Reader. If it looks okay, try including the PDF into the LaTeX document to see whether this breaks the question marks. – ilpssun Mar 14 '12 at 15:00