]> git.lyx.org Git - lyx.git/blob - lib/layouts/numreport.inc
90b7b145afc9036ce0596ef6bc98e19a26b14f0d
[lyx.git] / lib / layouts / numreport.inc
1 # Author : André Pönitz
2 # This include file contains label definitions for a report-like numbering.
3
4 Format 63
5
6 Counter chapter
7         Within                ""
8         LabelString           "\arabic{chapter}"
9         LabelStringAppendix   "\Alph{chapter}"
10 End
11
12 Counter section
13         Within                chapter
14         LabelString           ""
15 End
16
17 Float
18         Type                  table
19         NumberWithin          chapter
20 End
21
22
23 Float
24         Type                  figure
25         NumberWithin          chapter
26 End
27
28
29 Float
30         Type                  algorithm
31         NumberWithin          chapter
32 End
33
34 Counter listing
35         Within                chapter
36 End
37
38 Counter footnote
39         Within                chapter
40         LabelString           "\arabic{footnote}"
41 End