anyone know any smart and relatively pain-free ways to give numbered equations their own caption?
cheers!
GF

NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\begin{equation}
\label{eq:LABEL}
.....
\end{equation}
\ref{eq:LABEL}
.Code: Select all
\newcommand{\capequation}[1]{\begin{center} #1 \end{center}}
Code: Select all
\begin{equation}
...your equation...
\end{equation}
\capequation{your desired caption}
NEW: TikZ book now 40% off at Amazon.com for a short time.