]> git.lyx.org Git - lyx.git/blob - lib/layouts/numreport.inc
unify toclevel for articles and reports/books; proper numbering of Paragraph/SubParag...
[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 Input numarticle.inc
5
6 Style Part
7         TocLevel              -1
8 End
9
10
11 Style Chapter
12         LabelType             Counter
13         LabelCounter          chapter
14         LabelString           "Chapter \arabic{chapter}"
15         LabelStringAppendix   "Appendix \Alph{chapter}"
16         TocLevel              0
17 End
18
19
20 Style Section
21         LabelString           "\arabic{chapter}.\arabic{section}"
22         LabelStringAppendix   "\Alph{chapter}.\arabic{section}"
23 End
24