]> git.lyx.org Git - lyx.git/blob - lib/layouts/numrevtex.inc
839ff6f17e6ceb52cd672fd7c451037cf6e9c3c4
[lyx.git] / lib / layouts / numrevtex.inc
1 # Author : André Pönitz
2 # This include files contains label definitions for a article-like numbering.
3
4
5 Format 68
6 Style Section
7         LabelType             Static
8         LabelCounter          section
9         LabelString           "\Roman{section}."
10         LabelStringAppendix   "Appendix \Alph{section}:"
11         TocLevel              1
12 End
13
14
15 Style Subsection
16         LabelType             Static
17         LabelCounter          subsection
18         LabelString           "\Alph{subsection}."
19         LabelStringAppendix   "\arabic{subsection}."
20         TocLevel              2
21 End
22
23
24 Style Subsubsection
25         LabelType             Static
26         LabelCounter          subsubsection
27         LabelString           "\arabic{subsubsection}."
28         LabelStringAppendix   "\alph{subsubsection}."
29         TocLevel              3
30 End
31
32
33 Style Paragraph
34         LabelType             Static
35         LabelCounter          paragraph
36         LabelString           "\alph{paragraph}."
37         LabelStringAppendix   "\alph{paragraph}."
38         TocLevel              4
39 End