]> 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 8d6d496746d0452dc37d68b97ea5d847a226e1b8..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
 
-# 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 
-    Series             Bold
-    Size               Huge
-  EndFont
-End
+Sides                 2
+PageStyle             Headings
+DocBookRoot                  book
+DocBookForceAbstract  true
+
 
+NoStyle Abstract
 
+
+Style Bibliography
+       TopSep                4
+       LabelString           "Bibliography"
+       LabelFont
+         Series              Bold
+         Size                Huge
+       EndFont
+       TocLevel              0
+End