I am wondering how can I ensure that an argument gets placed underneath \min when I use an align environment.
When I use math mode and write
\[
min_{x_1,\dots x_T}
\]
the {x_1,\dots x_T} is placed directly underneath min.
However when I use an align environment and write
\begin{align*}
min_{x_1\dots x_T}
\end{align*}
the {x_1,\dots x_T} is placed to the bottom left of \min.

\documentclassand the appropriate packages so that those trying to help don't have to recreate it. – Peter Grill Mar 28 '12 at 01:58$...$in the first example instead of\[ ... \]? Or perhaps you just meant\mininstead ofmin? – Peter Grill Mar 28 '12 at 01:59