> what do you mean with own paragraph?
LyX currently allows to put Images to captions like this:
\caption{test\includegraphics{image}}
If the user does this, we use this code to make it at least compile:
\caption{test\protect\includegraphics{image}}
But if possible we should not allow images to be inserted to captions, se we
then have
\caption{test}
\includegraphics{image}
That was what I meant. "own paragraph" was a bit misleading.
That people insert tables and images to the caption is one of the most frequent problems in the
lyx-users list as this often causes LaTeX troubles or leads to an output the user didn't expect and
want.
regards Uwe