]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/report.layout
Move RevTeX section in Additional.lyx into Chapter 3 Document classes
[lyx.git] / lib / layouts / report.layout
index 17deb89fb785ed6ea1b5d3bda6f28e1e933aa92f..7a1992052a2bdbdc763e194286fc6b24816d2826 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 33
+Format 98
 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