]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdcounters.inc
Revert "Update layouts"
[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 104
8 Counter part
9         GuiName Part
10         LabelString          "\Roman{part}"
11         PrettyFormat         "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         PrettyFormat         "(\arabic{enumi})"
53 End
54
55 Counter enumii
56         GuiName "Numbered List (Level 2)"
57         Within               enumi
58         LabelString          "(\alph{enumii})"
59         PrettyFormat         "(\alph{enumii})"
60 End
61
62 Counter enumiii
63         GuiName "Numbered List (Level 3)"
64         Within               enumii
65         LabelString          "\roman{enumiii}."
66         PrettyFormat         "(\roman{enumiii})"
67 End
68
69 Counter enumiv
70         GuiName "Numbered List (Level 4)"
71         Within               enumiii
72         LabelString          "\Alph{enumiv}."
73         PrettyFormat         "(\Alph{enumiv})"
74 End
75
76 Counter bibitem
77         GuiName "Bibliography Item"
78 End
79
80 Counter listing
81         GuiName Listing
82         PrettyFormat "Listing ##"
83 End
84
85 Counter equation
86         GuiName Equation
87         PrettyFormat         "Equation ##"
88 End
89
90 Counter footnote
91         GuiName Footnote
92         PrettyFormat         "Footnote \arabic{footnote}"
93 End
94
95 Counter thanks
96         GuiName "Footnote (Title)"
97         PrettyFormat         "Footnote \arabic{footnote}"
98         LabelString          "\fnsymbol{thanks}"
99 End