On Tue, 8 Jan 2002, Jan Warnking wrote:

> I have a (weird) question concerning figure captions. I am preparing a
> manuscript for a scientific paper for submission, and I wonder if there
> is a way to tell LyX (LaTeX) not to print the figure captions below each
> figure. I incuded a table of figures, and all the captions appear in
> there, (this is why I put captions on my figures in the first place),
> but the figures should appear "nude" (without caption).

you can add a latex command below the each figures... [in red]
like following...

... your figure ...

\stepcounter{figure}%
\addcontentsline{lof}{figure}{\thefigure\hspace{0.75em} the-figure-caption bla..
bla... }

I don't know whether it is right or not... but its OK if you do not mix
float figure and non-float figure... (especially for counter). The caption
is only shown in table of figures).

Wayan

Reply via email to