On Sat, Mar 15, 2008 at 10:31 AM, Kane Kano <[EMAIL PROTECTED]> wrote:
> Hallo everbody,
>
> I have justed genarated my list of figures but I am not satisfied with the
> way of enumarating my figures. It counts every figure like 1, 2, 3... etc.
>
> Does anyone know how I could adjust the numbering of figures to my Lyx
> document? For example if I have inserted 3 figures in subsection 1.3, they
> should be counted like
>
> Figure 1.3.1
> Figure 1.3.2
> Figure 1.3.3
>
> Thanks a lot
>
> Kane
You just need to put '\numberwithin{figure}{subsection}' in your
preamble and set Document->Settings->Math Options to 'Use AMS math
package'. The same can be done for tables 'table' and equations
'equation'.
Cheers,
/Bob