]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdcounters.inc
6eb11fb7217665ad8b26c6a9e09dc7b56364e62d
[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 78
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