Hi,
I have pictures included in a table:
\begin{tabular}[h]{|l|l|}
\hline
\includegraphics[scale=0.15]{Seite10.eps} &
\raisebox{1,1cm}[1,1cm][0cm]{\includegraphics[scale=0.7]{Seite24L.eps}}\\
\hline
\end{tabular}\newline
Now I want captions for those pictures. I know \caption doesn't work out of a float enviroment, so I tried \captionof instead, which didn't work either. I cannot simply write the caption in a cell of the table, because in this case the figure wouldn't feature in the table of figures I want to generate at the end of my file.
I'm grateful for any hint....