]> git.lyx.org Git - lyx.git/blob - lib/layouts/mwbk.layout
Rename file.
[lyx.git] / lib / layouts / mwbk.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[mwbk]{book (mwbk)}
3 # mwbk textclass definition file. Taken from initial LyX source code
4 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
5 # Transposed by Tomasz £uczak <tlu@technodat.com.pl>
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
14 # Page styles
15 ClassOptions
16         PageStyle     empty|plain|outer|headings|myheadings|uheadings|myuheadings
17 End
18
19 # There is no abstract environment in book.cls
20 NoStyle Abstract
21               
22 # a few changes to the bibliography
23 Style Bibliography
24         TopSep                4
25         LabelString           Bibliography
26         # label font definition
27         LabelFont 
28           Series              Bold
29           Size                Huge
30         EndFont
31 End
32
33