Here's my MWE:) <../Lectures/FPU/Code/fpuN=16beta=4.png, id=1, 422.32782pt x 316.18124pt>
File: ../Lectures/FPU/Code/fpuN=16beta=4.png Graphic file (type png)
<use ../Lectures/FPU/Code/fpuN=16beta=4.png>
Package pdftex.def Info: ../Lectures/FPU/Code/fpuN=16beta=4.png used on input l
ine 8.
(pdftex.def) Requested size: 422.32678pt x 316.18047pt.
Overfull \hbox (32.32678pt too wide) in paragraph at lines 8--9
[][]
[]
Code: Select all
\documentclass[12pt,fleqn,reqno]{article}
%fleqn: left align equations
%reqno: equation numbers on right
\usepackage{amsmath,amssymb,amsthm}
\usepackage{amsfonts,graphics,epsfig,cite}
\begin{document}
\begin{figure}[hbt]
\includegraphics{../Lectures/FPU/Code/fpuN=16beta=4}
\caption{The FPU recurrence with $\beta=4$.}
\label{fig:fpuN=16}
\end{figure}
\end{document}
I've also attached one of the images.
TIA.