]> git.lyx.org Git - features.git/blobdiff - lib/layouts/report.layout
Merge branch 'master' of git.lyx.org:lyx
[features.git] / lib / layouts / report.layout
index 719477065066f60d845caebcc875891975e05335..29edcd36a62e973492db8d90abb3bab3d02646b9 100644 (file)
@@ -1,14 +1,20 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass{report}
+#  \DeclareLaTeXClass{Report (Standard Class)}
+#  \DeclareCategory{Reports}
 # Report textclass definition file. Taken from initial LyX source code
 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
 # Transposed by Pascal AndrĂ© <andre@via.ecp.fr>
 # Heavily modifed and enhanced by serveral developers.
 
-Format 7
+Format 95
 Input stdclass.inc
 Input numreport.inc
 
+# Reports are allowed to have chapters, which implies that this must be 
+# a DocBook book.
+DocBookRoot                  book
+DocBookForceAbstract  true
+
 Style Bibliography
        TopSep                4
        LabelString           "Bibliography"
@@ -16,4 +22,5 @@ Style Bibliography
          Series              Bold
          Size                Huge
        EndFont
+       TocLevel              0
 End