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

55 lines
1.3 KiB
HTML

# Author : André Pönitz
# This include file contains label definitions for an article-like numbering.
Style Part
LabelType Counter
LabelCounter part
LabelString "Part \Roman{part}"
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