]> 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 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..e07027a493a0d38703f10807218e1a0f754a4a19 100644 (file)
@@ -0,0 +1,25 @@
+# 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
+