]> git.lyx.org Git - lyx.git/blob - lib/layouts/book.layout
re-indent (tab for logical indentation, spaces for alignment)
[lyx.git] / lib / layouts / book.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{book}
3 # Book textclass definition file. Taken from initial LyX source code
4 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
5 # Transposed by Pascal AndrĂ© <andre@via.ecp.fr>
6 # Heavily modifed and enhanced by serveral developers.
7
8 # Input general definitions
9 Input stdclass.inc
10
11 # Global parameters.
12 Sides           2
13 PageStyle       Headings
14
15 # There is no abstract environment in book.cls
16 NoStyle Abstract
17               
18 # a few changes to the bibliography
19 Style Bibliography
20         TopSep                4
21         LabelString           Bibliography
22         # label font definition
23         LabelFont 
24           Series              Bold
25           Size                Huge
26         EndFont
27 End
28
29