]> git.lyx.org Git - lyx.git/blob - lib/layouts/mwart.layout
Rename file.
[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 # There are no chapters in an article.
12 NoStyle Chapter
13 NoStyle Chapter*
14
15 MaxCounter              Counter_Section
16 SecNumDepth             3
17 TocDepth                3
18
19 # Page styles
20 ClassOptions
21         PageStyle     empty|plain|outer|headings|myheadings|uheadings|myuheadings
22 End
23
24 # Change a bit Part and Part*
25 Style Part
26         Align                 Left
27         AlignPossible         Left
28         TopSep                2
29         BottomSep             1.5
30
31         Font
32           Size                Larger
33         EndFont
34 End
35
36 Style Part*
37         Align                 Left
38         AlignPossible         Left
39         TopSep                2
40         BottomSep             1.5
41
42         Font
43           Size                Larger
44         EndFont
45 End