]> git.lyx.org Git - lyx.git/blob - lib/layouts/numrevtex.inc
Replace <programlist> with <screen>, as it is more general.
[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 Style Section
6         LabelType             Counter
7         LabelCounter          section
8         LabelString           "\Roman{section}."
9         LabelStringAppendix   "    Appendix \Alph{section}:"
10         TocLevel              1
11 End
12
13
14 Style Subsection
15         LabelType             Counter
16         LabelCounter          subsection
17         LabelString           "   \Alph{subsection}."
18         LabelStringAppendix   "   \arabic{subsection}."
19         TocLevel              2
20 End
21
22
23 Style Subsubsection
24         LabelType             Counter
25         LabelCounter          subsubsection
26         LabelString           "   \arabic{subsubsection}."
27         LabelStringAppendix   "   \alph{subsubsection}."
28         TocLevel              3
29 End
30
31
32 Style Paragraph
33         LabelType             Counter
34         LabelCounter          paragraph
35         LabelString           "   \alph{paragraph}."
36         LabelStringAppendix   "   \alph{paragraph}."
37         TocLevel              4
38 End