]> git.lyx.org Git - lyx.git/blob - lib/layouts/numreport.inc
specify a background color for listings and allow the user to change it, patch by...
[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 8
5
6 Style Part
7         TocLevel              -1
8 End
9
10 Counter
11         Name                  chapter
12         Within                ""
13         LabelString           "\arabic{chapter}"
14         LabelStringAppendix   "\Alph{chapter}"
15 End
16
17 Counter
18         Name                  section
19         Within                chapter
20         LabelString           ""
21 End
22
23 Float
24         Type                  table
25         NumberWithin          chapter
26 End
27
28
29 Float
30         Type                  figure
31         NumberWithin          chapter
32 End
33
34
35 Float
36         Type                  algorithm
37         NumberWithin          chapter
38 End
39
40 Counter
41         Name                  listing
42         Within                chapter
43 End
44
45 Counter
46         Name                  footnote
47         Within                chapter
48         LabelString           "\arabic{footnote}"
49 End