]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/report.layout
Make continuous spellcheck the default.
[lyx.git] / lib / layouts / report.layout
index 0fcd210d95676ca6721c58d295fb0bcb8139113c..2242743ec3043a3c8e945d7c09fedc3e25ac619c 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>
+# Transposed by Pascal André <andre@via.ecp.fr>
 # Heavily modifed and enhanced by serveral developers.
 
-Format 2
+Format 93
 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