I would appreciate your help in stretching out the figures so that they are closer to the page number. I am including the .pdf file with the figures so you can see what I mean. I am also including both .eps in the .zip file if you would like them for compiling purposes.
Code: Select all
\documentclass[12pt,english]{article}
\usepackage{times}
\usepackage{setspace}
\usepackage{numlscape}
\usepackage[T1]{fontenc}
\usepackage[font=large,labelfont=bf,tableposition=top,textfont=bf]{caption}
\usepackage{varwidth}
\begin{document}
\singlespace
\begin{figure}[!ht]
\begin{adjustwidth}{2em}{2em}
\centering
\caption{Table 1 Caption}
\begin{varwidth}{5.50in}
\includegraphics[height = 3.35in, width = 5.50in]{Testfig1.eps}
\smallskip
\footnotesize
Notes:
Source:
\end{varwidth}
\end{adjustwidth}
\end{figure}
\vspace{0.25in}
\begin{figure}[!ht]
\begin{adjustwidth}{}{2em}
\centering
\caption{Table 2 Caption}
\begin{varwidth}{5.50in}
\includegraphics[height = 3.35in, width = 5.50in]{Testfig2.eps}
\smallskip
\footnotesize
Notes: .
Source: .
\end{varwidth}
\end{adjustwidth}
\end{figure}
\end{document}