]> git.lyx.org Git - lyx.git/blob - agu_stdcounters.inc
51dbd789289fb985bcd25bb3928edda6d91d1634
[lyx.git] / agu_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 AGU-Article LyX layouts.
6
7 Format 81
8 Counter sect1
9         GuiName "Section Level 1"
10         Within               section
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
33 Counter para
34         GuiName Paragraph
35 End