添加 qed 时文本宽度会发生变化,但只是有时

添加 qed 时文本宽度会发生变化,但只是有时

我有以下标记。

\newcommand{\tom}[1]{\to_{#1}}
\begin{figure}[!ht]
\centering
\begin{subfigure}{.333\textwidth}
$[1\ 3\ 5\ 7\ 8\ 9\ 10\ 2\ 4\ 6]\tom{1}$

$[3\ 1\ 5\ 7\ 8\ 9\ 10\ 2\ 4\ 6]\tom{2}$

$[4\ 5\ 1\ 7\ 8\ 9\ 10\ 2\ 3\ 6]\tom{3}$

$[5\ 7\ 4\ 1\ 8\ 9\ 10\ 2\ 3\ 6]\tom{4}$

$[7\ 8\ 5\ 4\ 1\ 9\ 10\ 2\ 3\ 6]\tom{5}$

$[8\ 9\ 6\ 7\ 2\ 4\ 10\ 1\ 3\ 5]\tom{6}$

$[9\ 10\ 7\ 8\ 4\ 6\ 2\ 1\ 3\ 5]\phantom{\tom{7}}$
%
%$\phantom{a}$
%
\end{subfigure}%
\begin{subfigure}{.333\textwidth}
$[1\ 3\ 5\ 7\ 8\ 9\ 10\ 2\ 4\ 6]\tom{1}$

$[3\ 1\ 5\ 7\ 8\ 9\ 10\ 2\ 4\ 6]\tom{2}$

$[5\ 3\ 1\ 7\ 8\ 9\ 10\ 2\ 4\ 6]\tom{3}$

$[6\ 7\ 2\ 3\ 8\ 9\ 10\ 1\ 4\ 5]\tom{4}$

$[7\ 8\ 3\ 6\ 2\ 9\ 10\ 1\ 4\ 5]\tom{5}$

$[8\ 9\ 6\ 7\ 3\ 2\ 10\ 1\ 4\ 5]\tom{6}$

$[9\ 10\ 7\ 8\ 4\ 6\ 2\ 1\ 3\ 5]\phantom{\tom{7}}$
%
%$\phantom{a}$
\end{subfigure}
\end{figure}%
\begin{figure}[!ht]
\centering
\begin{subfigure}{.333\textwidth}
$[1\ 3\ 5\ 7\ 8\ 9\ 10\ 2\ 4\ 6]\tom{1}$

$[3\ 1\ 5\ 7\ 8\ 9\ 10\ 2\ 4\ 6]\tom{2}$

$[5\ 3\ 1\ 7\ 8\ 9\ 10\ 2\ 4\ 6]\tom{3}$

$[6\ 7\ 3\ 1\ 8\ 9\ 10\ 2\ 4\ 5]\tom{4}$

$[7\ 8\ 4\ 6\ 1\ 9\ 10\ 2\ 3\ 5]\tom{5}$

$[8\ 9\ 6\ 7\ 2\ 4\ 10\ 1\ 3\ 5]\tom{6}$

$[9\ 10\ 7\ 8\ 4\ 6\ 2\ 1\ 3\ 5]\phantom{\tom{7}}$
%
%$\phantom{a}$
\end{subfigure}%
\begin{subfigure}{.333\textwidth}
$[1\ 3\ 5\ 7\ 8\ 9\ 10\ 2\ 4\ 6]\tom{1}$

$[2\ 3\ 5\ 7\ 8\ 9\ 10\ 1\ 4\ 6]\tom{2}$

$[3\ 5\ 2\ 7\ 8\ 9\ 10\ 1\ 4\ 6]\tom{3}$

$[5\ 7\ 3\ 2\ 8\ 9\ 10\ 1\ 4\ 6]\tom{4}$

$[7\ 8\ 5\ 3\ 2\ 9\ 10\ 1\ 4\ 6]\tom{5}$

$[8\ 9\ 6\ 7\ 3\ 2\ 10\ 1\ 4\ 5]\tom{6}$

$[9\ 10\ 7\ 8\ 4\ 6\ 2\ 1\ 3\ 5]\phantom{\tom{7}}$ \qed
%$\phantom{a}$
\end{subfigure}
\end{figure}

它看起来像

在此处输入图片描述

注意最后一行令人沮丧的宽度变化。我希望线条均匀,qed 在右边。当我只做一个图时不会发生这种情况(就像我在文档的其他地方所做的那样)。有办法解决这个问题吗?

答案1

这尖叫tabular

\documentclass{article}
\usepackage{amsthm}

\newcommand{\tom}[1]{\to_{#1}}

\begin{document}

\begin{center}
\begin{tabular}{@{} l @{\hspace{3em}} l @{}}
$[1\ 3\ 5\ 7\ 8\ 9\ 10\ 2\ 4\ 6]\tom{1}$ & $[1\ 3\ 5\ 7\ 8\ 9\ 10\ 2\ 4\ 6]\tom{1}$ \\

$[3\ 1\ 5\ 7\ 8\ 9\ 10\ 2\ 4\ 6]\tom{2}$ & $[3\ 1\ 5\ 7\ 8\ 9\ 10\ 2\ 4\ 6]\tom{2}$ \\

$[4\ 5\ 1\ 7\ 8\ 9\ 10\ 2\ 3\ 6]\tom{3}$ & $[5\ 3\ 1\ 7\ 8\ 9\ 10\ 2\ 4\ 6]\tom{3}$ \\

$[5\ 7\ 4\ 1\ 8\ 9\ 10\ 2\ 3\ 6]\tom{4}$ & $[6\ 7\ 2\ 3\ 8\ 9\ 10\ 1\ 4\ 5]\tom{4}$ \\

$[7\ 8\ 5\ 4\ 1\ 9\ 10\ 2\ 3\ 6]\tom{5}$ & $[7\ 8\ 3\ 6\ 2\ 9\ 10\ 1\ 4\ 5]\tom{5}$ \\

$[8\ 9\ 6\ 7\ 2\ 4\ 10\ 1\ 3\ 5]\tom{6}$ & $[8\ 9\ 6\ 7\ 3\ 2\ 10\ 1\ 4\ 5]\tom{6}$ \\

$[9\ 10\ 7\ 8\ 4\ 6\ 2\ 1\ 3\ 5]$        & $[9\ 10\ 7\ 8\ 4\ 6\ 2\ 1\ 3\ 5]$ \\[2ex]

$[1\ 3\ 5\ 7\ 8\ 9\ 10\ 2\ 4\ 6]\tom{1}$ & $[1\ 3\ 5\ 7\ 8\ 9\ 10\ 2\ 4\ 6]\tom{1}$ \\

$[3\ 1\ 5\ 7\ 8\ 9\ 10\ 2\ 4\ 6]\tom{2}$ & $[2\ 3\ 5\ 7\ 8\ 9\ 10\ 1\ 4\ 6]\tom{2}$ \\

$[5\ 3\ 1\ 7\ 8\ 9\ 10\ 2\ 4\ 6]\tom{3}$ & $[3\ 5\ 2\ 7\ 8\ 9\ 10\ 1\ 4\ 6]\tom{3}$ \\

$[6\ 7\ 3\ 1\ 8\ 9\ 10\ 2\ 4\ 5]\tom{4}$ & $[5\ 7\ 3\ 2\ 8\ 9\ 10\ 1\ 4\ 6]\tom{4}$ \\

$[7\ 8\ 4\ 6\ 1\ 9\ 10\ 2\ 3\ 5]\tom{5}$ & $[7\ 8\ 5\ 3\ 2\ 9\ 10\ 1\ 4\ 6]\tom{5}$ \\

$[8\ 9\ 6\ 7\ 2\ 4\ 10\ 1\ 3\ 5]\tom{6}$ & $[8\ 9\ 6\ 7\ 3\ 2\ 10\ 1\ 4\ 5]\tom{6}$ \\

$[9\ 10\ 7\ 8\ 4\ 6\ 2\ 1\ 3\ 5]$        & $[9\ 10\ 7\ 8\ 4\ 6\ 2\ 1\ 3\ 5]\hfill$ \qedsymbol
\end{tabular}
\end{center}

\end{document}

在此处输入图片描述

相关内容