]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdcounters.inc
60d51d46c7d0efa6ee2c901b0f9d9289eef15461
[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 68
8 Counter part
9         LabelString          "\Roman{part}"
10         PrettyFormat         "Part \Roman{part}"
11 End
12
13 Counter chapter
14         PrettyFormat         "Chapter ##"
15 End
16
17 Counter section
18         Within               chapter
19         PrettyFormat         "Section ##"
20 End
21
22 Counter subsection
23         Within               section
24         PrettyFormat         "Section ##"
25 End
26
27 Counter subsubsection
28         Within               subsection
29         PrettyFormat         "Section ##"
30 End
31
32 Counter paragraph
33         Within               subsubsection
34         PrettyFormat         "Paragraph ##"
35 End
36
37 Counter subparagraph
38         Within               paragraph
39         PrettyFormat         "Paragraph ##"
40 End
41
42 Counter enumi
43         LabelString          "\arabic{enumi}."
44 End
45
46 Counter enumii
47         Within               enumi
48         LabelString          "(\alph{enumii})"
49 End
50
51 Counter enumiii
52         Within               enumii
53         LabelString          "\roman{enumiii}."
54 End
55
56 Counter enumiv
57         Within               enumiii
58         LabelString          "\Alph{enumiv}."
59 End
60
61 Counter bibitem
62 End
63
64 Counter listing
65 End
66
67 Counter equation
68         PrettyFormat         "Equation ##"
69 End
70
71 Counter footnote
72         PrettyFormat         "Footnote ##"
73 End
74
75 Counter thanks
76         PrettyFormat         "Footnote ##"
77         LabelString          "\fnsymbol{thanks}"
78 End