]> git.lyx.org Git - features.git/blobdiff - lib/layouts/book.layout
Do not \protect stuff in index when we postpone the index
[features.git] / lib / layouts / book.layout
index 02317d53d636174337794939edc2118562bb9f65..29700b521785ed35d759cc78c3e3d0c981177c7e 100644 (file)
@@ -1,29 +1,32 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass{book}
+#  \DeclareLaTeXClass{Book (Standard Class)}
+#  \DeclareCategory{Books}
 # Book 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.
 
-# Input general definitions
+
+Format 95
 Input stdclass.inc
+Input numreport.inc
+
+
+Sides                 2
+PageStyle             Headings
+DocBookRoot                  book
+DocBookForceAbstract  true
 
-# Global parameters.
-Sides           2
-PageStyle       Headings
 
-# There is no abstract environment in book.cls
 NoStyle Abstract
-             
-# a few changes to the bibliography
+
+
 Style Bibliography
        TopSep                4
-       LabelString           Bibliography
-       # label font definition
-       LabelFont 
+       LabelString           "Bibliography"
+       LabelFont
          Series              Bold
          Size                Huge
        EndFont
+       TocLevel              0
 End
-
-