]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/numreport.inc
* doc/cs_Tutorial.lyx: update by Pavel Sanda
[lyx.git] / lib / layouts / numreport.inc
index 6d7b5085332ab8a177fecd8b4af94f98cadb274f..e07027a493a0d38703f10807218e1a0f754a4a19 100644 (file)
@@ -1,10 +1,11 @@
 # Author : André Pönitz
-# This include files contains a label definitions for a report-like numbering.
+# This include file contains label definitions for a report-like numbering.
+
+Format 2
+Input numarticle.inc
 
 Style Part
-       LabelType             Counter
-       LabelCounter          part
-       LabelString           "Part \Roman{part}"
+       TocLevel              -1
 End
 
 
@@ -13,42 +14,12 @@ Style Chapter
        LabelCounter          chapter
        LabelString           "Chapter \arabic{chapter}"
        LabelStringAppendix   "Appendix \Alph{chapter}"
-       TocLevel              1
+       TocLevel              0
 End
 
 
 Style Section
-       LabelType             Counter
-       LabelCounter          section
        LabelString           "\arabic{chapter}.\arabic{section}"
        LabelStringAppendix   "\Alph{chapter}.\arabic{section}"
-       TocLevel              2
-End
-
-
-Style Subsection
-       LabelType             Counter
-       LabelCounter          subsection
-       LabelString           "@Section@.\arabic{subsection}"
-       LabelStringAppendix   "@Section@.\arabic{subsection}"
-       TocLevel              3
-End
-
-
-Style Subsubsection
-       LabelType             Counter
-       LabelCounter          subsubsection
-       LabelString           "@Subsection@.\arabic{subsubsection}"
-       LabelStringAppendix   "@Subsection@.\arabic{subsubsection}"
-       TocLevel              4
-End
-
-
-Style Paragraph
-       TocLevel              5
 End
 
-
-Style Subparagraph
-       TocLevel              6
-End