]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdcounters.inc
Allow literate documents other than noweb to work out of the box. Currently
[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 11
8 Counter part
9         LabelString           "\Roman{part}"
10 End
11
12 Counter chapter
13 End
14
15 Counter section
16         Within               chapter
17 End
18
19 Counter subsection
20         Within               section
21 End
22
23 Counter subsubsection
24         Within               subsection
25 End
26
27 Counter paragraph
28         Within               subsubsection
29 End
30
31 Counter subparagraph
32         Within               paragraph
33 End
34
35 Counter enumi
36 End
37
38 Counter enumii
39         Within               enumi
40 End
41
42 Counter enumiii
43         Within               enumii
44 End
45
46 Counter enumiv
47         Within               enumiii
48 End
49
50 Counter bibitem
51 End
52
53 Counter listing
54 End
55
56 Counter equation
57 End
58
59 Counter footnote
60 End