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