]> git.lyx.org Git - lyx.git/blob - lib/layouts/numreport.inc
Whitespace, only whitespace. Part II.
[lyx.git] / lib / layouts / numreport.inc
1 # Author : André Pönitz
2 # This include files contains a label definitions for a report-like numbering.
3
4 Style Part
5         LabelType             Counter
6         LabelCounter          part
7         LabelString           "Part \Roman{part}"
8 End
9
10
11 Style Chapter
12         LabelType             Counter
13         LabelCounter          chapter
14         LabelString           "Chapter \arabic{chapter}"
15         LabelStringAppendix   "Appendix \Alph{chapter}"
16         TocLevel              1
17 End
18
19
20 Style Section
21         LabelType             Counter
22         LabelCounter          section
23         LabelString           "\arabic{chapter}.\arabic{section}"
24         LabelStringAppendix   "\Alph{chapter}.\arabic{section}"
25         TocLevel              2
26 End
27
28
29 Style Subsection
30         LabelType             Counter
31         LabelCounter          subsection
32         LabelString           "@Section@.\arabic{subsection}"
33         LabelStringAppendix   "@Section@.\arabic{subsection}"
34         TocLevel              3
35 End
36
37
38 Style Subsubsection
39         LabelType             Counter
40         LabelCounter          subsubsection
41         LabelString           "@Subsection@.\arabic{subsubsection}"
42         LabelStringAppendix   "@Subsection@.\arabic{subsubsection}"
43         TocLevel              4
44 End
45
46
47 Style Paragraph
48         TocLevel              5
49 End
50
51
52 Style Subparagraph
53         TocLevel              6
54 End