Let's say I want to use the align-environment in a newenvironment like this:
\newenvironment{mequation}{\align}{\endalign}
This works fine. However, what if I want to use the starred version of align*?
\newenvironment{mequation}{\align*}{\endalign*}
Doesn't seem to work.. Any ideas?