1

I've been attempting to place the caption below using {put} and {picture} (using put is required as the pdf is larger than the textbox). However, I have not been able to make the caption appear below the figure. Hope one of you can help me solve this issue?

Best regards, Henrik

Current code:

\clearpage
\afterpage{ 
\begin{figure}[!ht]
\begin{picture}(0,0)
\put(-80,-715){\includegraphics[scale=0.95]{gfx/environment.pdf}}
\end{picture}
\caption{Caption goes here}
\label{fig:environment}
\end{figure}
\clearpage
}
\pagebreak

0 Answers0