mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
20 lines
391 B
Plaintext
20 lines
391 B
Plaintext
#\DeclareLyXModule{Number Tables by Section}
|
|
#\DeclareCategory{Floats & Captions}
|
|
#DescriptionBegin
|
|
#Resets the table number at section start and prepends
|
|
#the section number to the table number, as in 'Table 2.1'.
|
|
#DescriptionEnd
|
|
|
|
Format 107
|
|
|
|
Requires amsmath
|
|
|
|
AddToPreamble
|
|
\numberwithin{table}{section}
|
|
EndPreamble
|
|
|
|
Float
|
|
Type figure
|
|
NumberWithin section
|
|
End
|