lyx_mirror/lib/layouts/numarticle.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

64 lines
1.5 KiB
HTML

# Author : André Pönitz
# This include file contains label definitions for an article-like numbering.
Format 4
Style Part
LabelType Counter
LabelCounter part
LabelString "Part \Roman{part}"
TocLevel 0
End
# this will be removed later for real articles
Style Chapter
LabelType Counter
LabelCounter chapter
TocLevel 0
End
Style Section
LabelType Counter
LabelCounter section
LabelString "\arabic{section}"
LabelStringAppendix "\Alph{section}"
TocLevel 1
End
Style Subsection
LabelType Counter
LabelCounter subsection
LabelString "@Section@.\arabic{subsection}"
LabelStringAppendix "@Section@.\arabic{subsection}"
TocLevel 2
End
Style Subsubsection
LabelType Counter
LabelCounter subsubsection
LabelString "@Subsection@.\arabic{subsubsection}"
LabelStringAppendix "@Subsection@.\arabic{subsubsection}"
TocLevel 3
End
Style Paragraph
LabelType Counter
LabelCounter paragraph
LabelString "@Subsubsection@.\arabic{paragraph}"
LabelStringAppendix "@Subsubsection@.\arabic{paragraph}"
TocLevel 4
End
Style Subparagraph
LabelType Counter
LabelCounter subparagraph
LabelString "@Paragraph@.\arabic{subparagraph}"
LabelStringAppendix "@Paragraph@.\arabic{subparagraph}"
TocLevel 5
End