lyx_mirror/lib/layouts/numreport.inc
Jean-Marc Lasgouttes ff294fdfc4 Fix bug 3888: Chapter* environment not included in Outline.
* lib/layouts/numarticle.inc: set TocLevel here, although chapters
	do not appear in articles (there will be a NoStyle Chapter later 
	anyway).
	* lib/layouts/numreport.inc: remove the above code from here.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21744 a592a061-630c-0410-9148-cb99ea01b6c8
2007-11-23 15:07:38 +00:00

23 lines
431 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
LabelString "Chapter \arabic{chapter}"
LabelStringAppendix "Appendix \Alph{chapter}"
End
Style Section
LabelString "\arabic{chapter}.\arabic{section}"
LabelStringAppendix "\Alph{chapter}.\arabic{section}"
End