如何使文本在图像中居中,以及如何使其变为粗体?

如何使文本在图像中居中,以及如何使其变为粗体?
\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}}}

相关内容