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