如何使文字在圖像中居中,以及如何將其加粗? 2024-6-16 • texmaker \begin{picture}(10,20) \put(40,00){\includegraphics[width=50mm]{box.png}} %% OVERVIEW \put(50,10) {1. OVERVIEW} \end{picture} 答案1 常規編碼。用這個: \put(40,10) {\makebox[50mm][c]{\textbf{1. OVERVIEW}}} 相關內容