【发布时间】:2018-09-25 15:38:39
【问题描述】:
我正在使用命令 \begin{subfigure}...\end{subfigure} 并排插入三张图片。但我想知道如何在这之间留出空间,因为它们彼此太近了。
\begin{figure}
\begin{subfigure}
here's the first image
\end{subfigure}
\begin{subfigure}
here's the second image
\end{subfigure}
\begin{subfigure}
here's the third image
\end{subfigure}
\end{figure}
【问题讨论】:
-
我已经投票结束这个问题,建议迁移到TeX - LaTeX。