I write my own stylesheet. I use GridBox and GridBoxOption to edit the environment of EquationNumbered, in which, I set
Cell[StyleData["EquationNumbered"], TextAlignment->Center, FontSize->14, GridBoxOptions->{AllowScriptLevelChange->False, GridBoxAlignment->{ "Columns" -> {{"\[AlignmentMarker]"}}, "Rows" -> {{"\[AlignmentMarker]"}}}}] Now, when I choose the style of EquationNumbered, the multi-line formula will align to the alignmentmarker that I set.
But,when I do not set the alignmentmarker, they will aligned to the right instead of the center as usual. How can I fix this problem.

