]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdcounters.inc
834285576af1aab2430d98984373e7c519ebde15
[lyx.git] / lib / layouts / stdcounters.inc
1 # Author : Lars Gullik Bjønnes <larsbj@lyx.org>
2
3 # This include file contains all the counters that are defined as standard
4 # in most LyX layouts.
5
6
7 Format 80
8 Counter part
9         GuiName Part
10         LabelString          "\Roman{part}"
11         PrettyFormat         "Part \Roman{part}"
12 End
13
14 Counter chapter
15         GuiName Chapter
16         PrettyFormat         "Chapter ##"
17 End
18
19 Counter section
20         GuiName Section
21         Within               chapter
22         PrettyFormat         "Section ##"
23 End
24
25 Counter subsection
26         GuiName Subsection
27         Within               section
28         PrettyFormat         "Section ##"
29 End
30
31 Counter subsubsection
32         GuiName Subsubsection
33         Within               subsection
34         PrettyFormat         "Section ##"
35 End
36
37 Counter paragraph
38         GuiName Paragraph
39         Within               subsubsection
40         PrettyFormat         "Paragraph ##"
41 End
42
43 Counter subparagraph
44         GuiName Subparagraph
45         Within               paragraph
46         PrettyFormat         "Paragraph ##"
47 End
48
49 Counter enumi
50         GuiName "Numbered List (Level 1)"
51         LabelString          "\arabic{enumi}."
52 End
53
54 Counter enumii
55         GuiName "Numbered List (Level 2)"
56         Within               enumi
57         LabelString          "(\alph{enumii})"
58 End
59
60 Counter enumiii
61         GuiName "Numbered List (Level 3)"
62         Within               enumii
63         LabelString          "\roman{enumiii}."
64 End
65
66 Counter enumiv
67         GuiName "Numbered List (Level 4)"
68         Within               enumiii
69         LabelString          "\Alph{enumiv}."
70 End
71
72 Counter bibitem
73         GuiName "Bibliography Item"
74 End
75
76 Counter listing
77         GuiName Listing
78 End
79
80 Counter equation
81         GuiName Equation
82         PrettyFormat         "Equation ##"
83 End
84
85 Counter footnote
86         GuiName Footnote
87         PrettyFormat         "Footnote ##"
88 End
89
90 Counter thanks
91         GuiName "Thanks (Footnote)"
92         PrettyFormat         "Footnote ##"
93         LabelString          "\fnsymbol{thanks}"
94 End