lyx_mirror/lib/layouts/numreport.inc
Georg Baum 3e885523c3 layout file converter for layout files in old format
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10565 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-21 16:11:36 +00:00

26 lines
516 B
HTML

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