]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdcounters.inc
Update all layouts to format 22.
[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 22
8 Counter part
9         LabelString              "\Roman{part}"
10         PrettyFormat         "Part \Roman{part}"
11 End
12
13 Counter chapter
14         PrettyFormat         Chapter \arabic{chapter}
15 End
16
17 Counter section
18         Within               chapter
19         PrettyFormat         "Section \arabic{section}"
20 End
21
22 Counter subsection
23         Within               section
24         PrettyFormat         "Section \arabic{subsection}"
25 End
26
27 Counter subsubsection
28         Within               subsection
29         PrettyFormat         "Section \arabic{subsubsection}"
30 End
31
32 Counter paragraph
33         Within               subsubsection
34         PrettyFormat         "Paragraph \arabic{paragraph}"
35 End
36
37 Counter subparagraph
38         Within               paragraph
39         PrettyFormat         "Paragraph \arabic{subparagraph}"
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 \arabic{equation}"
69 End
70
71 Counter footnote
72         PrettyFormat         "Footnote \arabic{footnote}"
73 End