使用 \put 和 \picture 时图片下方的标题

使用 \put 和 \picture 时图片下方的标题

我一直尝试使用 {put} 和 {picture} 将标题放在下方(由于 pdf 大于文本框,因此必须使用 put)。但是,我无法使标题出现在图形下方。希望你们中有人能帮我解决这个问题?

谨致问候,亨利克

当前代码:

\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

相关内容