mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
correct the SVN EOL setting for the new layout files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31580 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6b1b44a703
commit
513e3f85ac
@ -1,13 +1,13 @@
|
||||
#\DeclareLyXModule{Number Equations by Section}
|
||||
#DescriptionBegin
|
||||
#Resets the equation number at section start and prepends
|
||||
#the section number to the equation number, as in '(2.1)'.
|
||||
#DescriptionEnd
|
||||
|
||||
Format 11
|
||||
|
||||
Requires amsmath
|
||||
|
||||
AddToPreamble
|
||||
\numberwithin{equation}{section}
|
||||
EndPreamble
|
||||
#\DeclareLyXModule{Number Equations by Section}
|
||||
#DescriptionBegin
|
||||
#Resets the equation number at section start and prepends
|
||||
#the section number to the equation number, as in '(2.1)'.
|
||||
#DescriptionEnd
|
||||
|
||||
Format 11
|
||||
|
||||
Requires amsmath
|
||||
|
||||
AddToPreamble
|
||||
\numberwithin{equation}{section}
|
||||
EndPreamble
|
||||
|
@ -1,18 +1,18 @@
|
||||
#\DeclareLyXModule{Number Figures by Section}
|
||||
#DescriptionBegin
|
||||
#Resets the figure number at section start and prepends
|
||||
#the section number to the figure number, as in 'fig. 2.1'.
|
||||
#DescriptionEnd
|
||||
|
||||
Format 11
|
||||
|
||||
Requires amsmath
|
||||
|
||||
AddToPreamble
|
||||
\numberwithin{figure}{section}
|
||||
EndPreamble
|
||||
|
||||
Float
|
||||
Type figure
|
||||
NumberWithin section
|
||||
End
|
||||
#\DeclareLyXModule{Number Figures by Section}
|
||||
#DescriptionBegin
|
||||
#Resets the figure number at section start and prepends
|
||||
#the section number to the figure number, as in 'fig. 2.1'.
|
||||
#DescriptionEnd
|
||||
|
||||
Format 11
|
||||
|
||||
Requires amsmath
|
||||
|
||||
AddToPreamble
|
||||
\numberwithin{figure}{section}
|
||||
EndPreamble
|
||||
|
||||
Float
|
||||
Type figure
|
||||
NumberWithin section
|
||||
End
|
||||
|
@ -1,18 +1,18 @@
|
||||
#\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 11
|
||||
|
||||
Requires amsmath
|
||||
|
||||
AddToPreamble
|
||||
\numberwithin{table}{section}
|
||||
EndPreamble
|
||||
|
||||
Float
|
||||
Type figure
|
||||
NumberWithin section
|
||||
End
|
||||
#\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 11
|
||||
|
||||
Requires amsmath
|
||||
|
||||
AddToPreamble
|
||||
\numberwithin{table}{section}
|
||||
EndPreamble
|
||||
|
||||
Float
|
||||
Type figure
|
||||
NumberWithin section
|
||||
End
|
||||
|
Loading…
Reference in New Issue
Block a user