mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-14 15:05:56 +00:00
b0d1a6b717
* src/insets/InsetFoot.cpp (updateLabels): number the footnote if (1) the footnote counter exists and (2) it is not in a title layout * lib/layouts/stdcounters.inc: add a footnote counter. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19524 a592a061-630c-0410-9148-cb99ea01b6c8
87 lines
1.2 KiB
PHP
87 lines
1.2 KiB
PHP
# Author : Lars Gullik Bjønnes <larsbj@lyx.org>
|
|
|
|
# This include file contains all the counters that are defined as standard
|
|
# in most LyX layouts.
|
|
|
|
|
|
Format 4
|
|
Counter
|
|
Name part
|
|
End
|
|
|
|
Counter
|
|
Name chapter
|
|
End
|
|
|
|
Counter
|
|
Name section
|
|
Within chapter
|
|
End
|
|
|
|
Counter
|
|
Name subsection
|
|
Within section
|
|
End
|
|
|
|
Counter
|
|
Name subsubsection
|
|
Within subsection
|
|
End
|
|
|
|
Counter
|
|
Name paragraph
|
|
Within subsubsection
|
|
End
|
|
|
|
Counter
|
|
Name subparagraph
|
|
Within paragraph
|
|
End
|
|
|
|
Counter
|
|
Name enumi
|
|
End
|
|
|
|
Counter
|
|
Name enumii
|
|
Within enumi
|
|
End
|
|
|
|
Counter
|
|
Name enumiii
|
|
Within enumii
|
|
End
|
|
|
|
Counter
|
|
Name enumiv
|
|
Within enumiii
|
|
End
|
|
|
|
Counter
|
|
Name bibitem
|
|
End
|
|
|
|
Counter
|
|
Name figure
|
|
End
|
|
|
|
Counter
|
|
Name table
|
|
End
|
|
|
|
Counter
|
|
Name algorithm
|
|
End
|
|
|
|
Counter
|
|
Name equation
|
|
End
|
|
|
|
Counter
|
|
Name listing
|
|
End
|
|
|
|
Counter
|
|
Name footnote
|
|
End
|