使用多个对齐标记框住公式

使用多个对齐标记框住公式

以下是 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是截断的,第二个方程不是。

我怎样才能在不截断的情况下得到第一个方程周围的框?

相关内容