在图形环境中,我可以使用\centering
来实现这种效果:
\begin{figure}
\centering
\begin{subfigure}{0.3\textwidth} A \end{subfigure}
\begin{subfigure}{0.3\textwidth} B \end{subfigure}
\begin{subfigure}{0.3\textwidth} C \end{subfigure}
\end{figure}
它们会在输出中像这样堆叠在一起
-ABC-
其中-
表示空间。
除了居中,我们还可以吗\justify
?即
A-B-C
当然,我可以通过在 AB 和 BC 之间插入来手动完成\hspace{0.5\textwidth}
,但是有没有更自动化的方法呢?
我尝试了 ,\justify
但ragged2e
没有成功, 也没有成功\begin{justify}
。我猜这些是用于文本的,所以它们没有成功。
答案1
与往常一样,对齐是默认设置,因此您几乎不需要\justify
,但段落的最后一行(即使有\justify
)也可以很短,您可以使用
\end{subfigure}\hfill \begin{subfigure}
数字之间