
答案1
您的程式碼不會在圖形周圍添加邊框。該人物本身可能有一個黑色邊框。嘗試使用以下程式碼裁切圖形:
\begin{figure}[htbp]
\begin{center}
\includegraphics[trim=left bottom right top, clip]{file}
\caption{default}
\label{default}
\end{center}
\end{figure}
為了減少一點你的數字,你可以調整你的程式碼如下:
\begin{figure}[H]
\centering
\includegraphics[width=.6\textwidthtrim=.01cm .01cm .01cm .01cm, clip]{image.pdf}
\caption{blablabla.}
\label{123}
\end{figure}