I've got a template, and in the class file (*.cls) it has:
Code: Select all
\AtBeginDocument{\@ifpackageloaded{amsmath}{\@mathmargin\z@}{}}%
I can do:
Code: Select all
\makeatletter
\setlength{\@mathmargin}{50pt}
\makeatother
\@centering
. I've tried this.
Code: Select all
\makeatletter
\setlength{\@mathmargin}{\@centering}
\makeatother
Am I missing something? Can I restore equation centering?
Thanks,