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
\textwidth? – Werner Dec 02 '15 at 19:09width=...andheight=...and /orscale=..and/or ...I cannot believe that you need the\putcommand. – Dec 02 '15 at 19:09\clearpage\afterpage{...}\pagebreak? Are you trying to get a blank page, perhaps? And why embedding\includegraphicsin apictureenvironment? – egreg Dec 02 '15 at 19:18