]> git.lyx.org Git - lyx.git/blob - lib/layouts/numreport.inc
Update layout format.
[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 27
5
6 Style Part
7         TocLevel              -1
8 End
9
10 Counter chapter
11         Within                ""
12         LabelString           "\arabic{chapter}"
13         LabelStringAppendix   "\Alph{chapter}"
14 End
15
16 Counter section
17         Within                chapter
18         LabelString           ""
19 End
20
21 Float
22         Type                  table
23         NumberWithin          chapter
24 End
25
26
27 Float
28         Type                  figure
29         NumberWithin          chapter
30 End
31
32
33 Float
34         Type                  algorithm
35         NumberWithin          chapter
36 End
37
38 Counter listing
39         Within                chapter
40 End
41
42 Counter footnote
43         Within                chapter
44         LabelString           "\arabic{footnote}"
45 End