以下是 MWE:
\documentclass[preview, border&=5bp]{standalone}
\usepackage{tfrupee, amsmath, amssymb, mathtools}
\begin{document}
\begin{alignat*}{5}
\Aboxed{x + y &= 5 &&=15}\\
\Aboxed{p + q &= 27}\\
a + b &= 2 &&=11\\
a + b &= 2 &&=11
\end{alignat*}
\end{document}
第一个方程Abox
是截断的,第二个方程不是。
我怎样才能在不截断的情况下得到第一个方程周围的框?