]> git.lyx.org Git - lyx.git/blob - lib/layouts/numarticle.inc
fix bug 2090 (remove param \quotes_times). File format is up to 245 now.
[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 Style Part
5         LabelType             Counter
6         LabelCounter          part
7         LabelString           "Part \Roman{part}"
8         TocLevel              0
9 End
10
11
12 Style Section
13         LabelType             Counter
14         LabelCounter          section
15         LabelString           "\arabic{section}"
16         LabelStringAppendix   "\Alph{section}"
17         TocLevel              1
18 End
19
20
21 Style Subsection
22         LabelType             Counter
23         LabelCounter          subsection
24         LabelString           "@Section@.\arabic{subsection}"
25         LabelStringAppendix   "@Section@.\arabic{subsection}"
26         TocLevel              2
27 End
28
29
30 Style Subsubsection
31         LabelType             Counter
32         LabelCounter          subsubsection
33         LabelString           "@Subsection@.\arabic{subsubsection}"
34         LabelStringAppendix   "@Subsection@.\arabic{subsubsection}"
35         TocLevel              3
36 End
37
38
39 Style Paragraph
40         LabelType             Counter
41         LabelCounter          paragraph
42         LabelString           "@Subsubsection@.\arabic{paragraph}"
43         LabelStringAppendix   "@Subsubsection@.\arabic{paragraph}"
44         TocLevel              4
45 End
46
47
48 Style Subparagraph
49         LabelType             Counter
50         LabelCounter          subparagraph
51         LabelString           "@Paragraph@.\arabic{subparagraph}"
52         LabelStringAppendix   "@Paragraph@.\arabic{subparagraph}"
53         TocLevel              5
54 End