I'd like to have an eqnarray environment (or equivalent) within a table caption. If I do this naively,
\begin{table*}
% table stuff
\caption{\label{tab:my_tab}
\begin{eqnarray}
a &=& b \\ c &=& d
\end{eqnarray}
}
\end{table*}
LaTeX falls over with LaTeX Error: \begin{table*} ended by \end{eqnarray}.
How can I get what I want (I don't mind no equation numbers)?
tikzpicture(but insidefigure). You can ask a follow-up question where you explain that this solution does not work for you. If you construct a Minimal (non)-Working Example, I'm sure we'll manage to solve the problem ;) – yo' Aug 22 '13 at 20:59