I wish to number equations in a table, like numbering them in
\begin{equation}.
...
\end{equation}
Since all the equations are written as "inline" equations (for example, $a = b+c$) in tabular environment, I have no idea how to number them. Can you help me to find out a way?


amsmathalign? If you do want a table the simplest is to use \begin{equation} in apcolumn, or if you do want to number inline expressions just go\refstepcounter{equation}(\theequation)whereever you want the number. – David Carlisle Jul 11 '12 at 16:02\documentclassand the appropriate packages so that those trying to help don't have to recreate it. – Peter Grill Jul 11 '12 at 17:06