I tried it two ways. First, as such:
Code: Select all
\begin{figure}[t]
\captionsetup{width=\textwidth}
\includegraphics[keepaspectratio=TRUE,width=0.65\textwidth]{figure/plotAncDes10.png}
\caption{This is the repetition plot. This is the repetition plot. This is the repetition plot. This is the repetition plot. This is the repetition plot. This is the repetition plot. This is the repetition plot. This is the repetition plot. This is the repetition plot.}\label{fig:fig5}
\begin{figure}[!t]
\captionsetup{width=\textwidth}
\vspace{27mm}
\includegraphics[keepaspectratio=TRUE,width=0.32\textwidth,right]{figure/repetition5.png}
\end{figure}
\end{figure}
\begin{figure}[!t]
\captionsetup{width=\textwidth}
\vspace{27mm}
\includegraphics[keepaspectratio=TRUE,width=0.32\textwidth,right]{figure/repetition5.png}
\end{figure}
The second way I tried was this:
Code: Select all
\usepackage{graphicx}
\usepackage{caption}
\captionsetup[figure]{slc=off}
\begin{figure}[t]
\centering
\captionsetup{width=\textwidth}
\captionbox
{This is the repetition plot. This is the repetition plot. This is the repetition plot. This is the repetition plot. This is the repetition plot. This is the repetition plot. This is the repetition plot. This is the repetition plot. This is the repetition plot. \label{fig:fig5}}
{\includegraphics[keepaspectratio=TRUE,width=0.65\textwidth]{figure/plotAncDes10.png}}
\end{figure}
Any suggestions will be greatly appreciated!!
