]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdcounters.inc
2f5cf0bc0038bcad78a543814c958495c398fd59
[lyx.git] / lib / layouts / db_stdcounters.inc
1 # Author : José Matos <jamatos@lyx.org>
2 #          Martin Vermeer <martin.vermeer@hut.fi>
3
4 # This include file contains all the counters that are defined as standard
5 # in Docbook LyX layouts.
6
7 Format 42
8 Counter sect1
9         Within               chapter
10 End
11
12 Counter sect2
13         Within               sect1
14 End
15
16 Counter sect3
17         Within               sect2
18 End
19
20 Counter sect4
21         Within               sect3
22 End
23
24 Counter sect5
25         Within               sect4
26 End
27