sagt mal, kann man display-equation (ich meine dies: \begin{equation} - end{equation}]) nicht in \caption{} verwenden?
das hier ist mein "Code":
\begin{figure}[htbp]
\centering
\includegraphics[width=15cm]{huxley_fvr_and_ns}
\caption{Comparison with Hill's experimental observations. and with modern! \begin{equation} \pm x = \sqrt(x^2) \end{equation} }
\label{huxley_fvr_and_ns}
\end{figure}
und ich krieg folgenden Fehler:
./zweitediplomarbeit.tex
koennt ihr mir helfen?
Richard