lyx_mirror/lib/layouts/numreport.inc
Jean-Marc Lasgouttes a682330716 unify toclevel for articles and reports/books; proper numbering of Paragraph/SubParagraph layouts
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9830 a592a061-630c-0410-9148-cb99ea01b6c8
2005-04-19 09:00:32 +00:00

25 lines
507 B
HTML

# Author : André Pönitz
# This include file contains label definitions for a report-like numbering.
Input numarticle.inc
Style Part
TocLevel -1
End
Style Chapter
LabelType Counter
LabelCounter chapter
LabelString "Chapter \arabic{chapter}"
LabelStringAppendix "Appendix \Alph{chapter}"
TocLevel 0
End
Style Section
LabelString "\arabic{chapter}.\arabic{section}"
LabelStringAppendix "\Alph{chapter}.\arabic{section}"
End