在報表文件類別中的影像下設定標題 2024-6-16 • graphics report 我一直在寫一份報告,但我似乎不知道如何在特定圖像下獲取圖像的標題,而是將其保留在圖像的頂部。這是我的程式碼: \documentclass[12pt]{report} \begin{figure}[h!] \includegraphics[scale= 0.3]{images/MRS.jpg} \label{fig:MRS} \caption{A part of an MRS.} \end{figure} 相關內容