]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdcounters.inc
Update layout format
[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 81
8 Counter sect1
9         GuiName "Section Level 1"
10         Within               chapter
11 End
12
13 Counter sect2
14         GuiName "Section Level 2"
15         Within               sect1
16 End
17
18 Counter sect3
19         GuiName "Section Level 3"
20         Within               sect2
21 End
22
23 Counter sect4
24         GuiName "Section Level 4"
25         Within               sect3
26 End
27
28 Counter sect5
29         GuiName "Section Level 5"
30         Within               sect4
31 End
32