關于插入圖片更多說明(多圖并排、子標題設置等)可參考鏈接
- LaTeX插入圖片
插入圖片占位符
參考鏈接:https://blog.csdn.net/yq_forever/article/details/129431799
在論文草稿階段有的時候想先插入圖片占位符擬定大綱或寫作思路,可以使用以下命令(overleaf可用)
\begin{figure}[htbp]
\includegraphics[width=3 cm]{example-image-a}
\includegraphics[width=3cm]{example-image-golden} % 黃金比例
\includegraphics[width=3cm]{example-grid-100x100pt}\\ % 設置大小
\includegraphics[width=3cm]{example-image} % 只寫個image
\includegraphics[width=3cm]{example-image-duck} % 一只可愛的小鴨子. 用多次每次的鴨子都不一樣
\caption{title.}
\label{}
\end{figure}
顯示效果如下