lyx_mirror/lib/layouts/numreport.inc
José Matox 29d106fbf7 Convert layout files to utf8
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19189 a592a061-630c-0410-9148-cb99ea01b6c8
2007-07-24 17:16:35 +00:00

26 lines
518 B
HTML

# Author : André Pönitz
# This include file contains label definitions for a report-like numbering.
Format 4
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