答案1
像这样吗?
为此,您需要将aligned[t]
环境括在文本行数学中。
\documentclass{article}
\usepackage{mathtools}
\usepackage{showframe}
\begin{document}
\begin{enumerate}
\item bla bla
\item\hfil$\begin{aligned}[t]
\frac{6+8+x}{4} & = 8\\
x & = 4\times 8 - 6 -8 - 10\\
x & = 8
\end{aligned}$
\item bla bla
\end{enumerate}
\end{document}
这里已经有人问过类似的问题,因此值得通过 SE 搜索其他答案。