]> git.lyx.org Git - lyx.git/blob - lib/layouts/numreport.inc
Add some tipa accents
[lyx.git] / lib / layouts / numreport.inc
1 # Author : André Pönitz
2 # This include file contains label definitions for a report-like numbering.
3
4 Format 3
5 Input numarticle.inc
6
7 Style Part
8         TocLevel              -1
9 End
10
11
12 Style Chapter
13         LabelType             Counter
14         LabelCounter          chapter
15         LabelString           "Chapter \arabic{chapter}"
16         LabelStringAppendix   "Appendix \Alph{chapter}"
17         TocLevel              0
18 End
19
20
21 Style Section
22         LabelString           "\arabic{chapter}.\arabic{section}"
23         LabelStringAppendix   "\Alph{chapter}.\arabic{section}"
24 End
25