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