在写论文的时候,有时候图片没有做完,希望用一个占位符提醒自己排版,可以用通过以下方法。
Minimap方法
\begin{figure}[t] \centering % \includegraphics[width=\linewidth]{angular} \framebox{ \begin{minipage}[b][2.25in][c]{0.7\linewidth} \centering Image Placeholder \end{minipage} } \caption{Placeholder.} \label{fig:key} % \vspace{-15px} \end{figure}
Latex 自带占位符
\noindent\includegraphics[width=3cm]{example-image-a}\qquad \includegraphics[width=3cm]{example-image-golden}\qquad \includegraphics[width=3cm]{example-grid-100x100pt} \noindent\includegraphics[height=5cm]{example-image-b} \noindent\includegraphics[scale=0.5]{example-image-c} \noindent\includegraphics[width=3cm]{example-image}