[EMAIL PROTECTED] wrote:
> Thanx Uwe, but putting that at my preamble, Lyx
> gives me the following error:
> ------------------------------------
> Undefined control sequence.
> \numberwithin
> {figure}{section}
\numberwithin is a command of AMS math.
Alternatively, try
\renewcommand\thefigure{\thesection.\arabic{figure}}
Jürgen
P.S.: Please don't top-quote.
