lyx_mirror/lib/layouts/tabs-within-sections.module
Richard Heck c48c33cf3a Update all layout files to format 19.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32369 a592a061-630c-0410-9148-cb99ea01b6c8
2009-12-05 22:55:38 +00:00

19 lines
353 B
Plaintext

#\DeclareLyXModule{Number Tables by Section}
#DescriptionBegin
#Resets the table number at section start and prepends
#the section number to the table number, as in 'Table 2.1'.
#DescriptionEnd
Format 19
Requires amsmath
AddToPreamble
\numberwithin{table}{section}
EndPreamble
Float
Type figure
NumberWithin section
End