如何将文本置于以下命令中心。我尝试了几件事,但仍然没有工作。
\newcounter{numequation}
\makeatletter
\@addtoreset{numequation}{section}
\makeatother
\newenvironment{aequation}
{
\stepcounter{numequation}
\begin{minipage}{\textwidth} {\LTR$\left(\arabic{section}.\arabic{numequation}\right)$}
\hfill
}
{
\end{minipage}
}
例如:
\begin{aequation}
[...] my exemple [...]
\end{aequation}