]> git.lyx.org Git - lyx.git/blob - lib/layouts/mwart.layout
21f1e9952b2a6df557c81240bb6f86a7bc0873d5
[lyx.git] / lib / layouts / mwart.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[mwart]{article (mwart)}
3 # mwart 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
12 # There are no chapters in an article.
13 NoStyle Chapter
14 NoStyle Chapter*
15
16
17 MaxCounter              Counter_Section
18 SecNumDepth             3
19 TocDepth                3
20
21
22 # Page styles
23 ClassOptions
24         PageStyle     empty|plain|outer|headings|myheadings|uheadings|myuheadings
25 End
26
27
28 # Change Part and Part* a bit
29
30 Style Part
31         Align                 Left
32         AlignPossible         Left
33         TopSep                2
34         BottomSep             1.5
35
36         Font
37           Size                Larger
38         EndFont
39 End
40
41 Style Part*
42         Align                 Left
43         AlignPossible         Left
44         TopSep                2
45         BottomSep             1.5
46
47         Font
48           Size                Larger
49         EndFont
50 End