]> git.lyx.org Git - lyx.git/blob - lib/layouts/numarticle.inc
New framework for declaring generic features in textclasses.
[lyx.git] / lib / layouts / numarticle.inc
1 # Author : André Pönitz
2 # This include file contains label definitions for an article-like numbering.
3
4 Format 4
5 Style Part
6         LabelType             Counter
7         LabelCounter          part
8         LabelString           "Part \Roman{part}"
9         TocLevel              0
10 End
11
12
13 Style Section
14         LabelType             Counter
15         LabelCounter          section
16         LabelString           "\arabic{section}"
17         LabelStringAppendix   "\Alph{section}"
18         TocLevel              1
19 End
20
21
22 Style Subsection
23         LabelType             Counter
24         LabelCounter          subsection
25         LabelString           "@Section@.\arabic{subsection}"
26         LabelStringAppendix   "@Section@.\arabic{subsection}"
27         TocLevel              2
28 End
29
30
31 Style Subsubsection
32         LabelType             Counter
33         LabelCounter          subsubsection
34         LabelString           "@Subsection@.\arabic{subsubsection}"
35         LabelStringAppendix   "@Subsection@.\arabic{subsubsection}"
36         TocLevel              3
37 End
38
39
40 Style Paragraph
41         LabelType             Counter
42         LabelCounter          paragraph
43         LabelString           "@Subsubsection@.\arabic{paragraph}"
44         LabelStringAppendix   "@Subsubsection@.\arabic{paragraph}"
45         TocLevel              4
46 End
47
48
49 Style Subparagraph
50         LabelType             Counter
51         LabelCounter          subparagraph
52         LabelString           "@Paragraph@.\arabic{subparagraph}"
53         LabelStringAppendix   "@Paragraph@.\arabic{subparagraph}"
54         TocLevel              5
55 End