我想知道如何在 Latex 中让部分标题横向置于横向图形上方,如下图所示。有人能帮帮我吗?
这是我为图形编写的代码,使用了景观环境。
\newgeometry{top=5mm, bottom=5mm}
\begin{landscape}
\begin{figure}
\centering
\includegraphics[width=1.6\textwidth]{Prices.jpg}
\caption{Caption}
\label{fig:my_label}
\end{figure}
\end{landscape}
\restoregeometry