]> git.lyx.org Git - lyx.git/blob - lib/layouts/tabs-within-sections.module
423d4b98d1d37e8ed90909621538cd20ee0e7d03
[lyx.git] / lib / layouts / tabs-within-sections.module
1 #\DeclareLyXModule{Number Tables by Section}
2 #DescriptionBegin
3 #Resets the table number at section start and prepends
4 #the section number to the table number, as in 'Table 2.1'.
5 #DescriptionEnd
6
7 Format 68
8
9 Requires amsmath
10
11 AddToPreamble
12         \numberwithin{table}{section}
13 EndPreamble
14
15 Float
16         Type                  figure
17         NumberWithin          section
18 End