Search found 1 match

by viertelkind
Thu May 13, 2010 10:35 am
Forum: Graphics, Figures & Tables
Topic: Tables or Itemize enviroments inside a caption
Replies: 1
Views: 9735

Tables or Itemize enviroments inside a caption

Hi everybody!
I have a problem with a caption of a figure.

I'd like to put a small itemize enviroment (or a table if itemize is not possible).

I've tried the obvious

\caption[{blablabla.\newline
\begin{itemize}
\item tetststst
\item adsfasdasd
\end{itemize}
}
but
but it does not compile ...