]> git.lyx.org Git - lyx.git/blob - lib/layouts/article.layout
b46574188d03fe2c9993ca266a27ce7c3792f1a7
[lyx.git] / lib / layouts / article.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{Article (Standard Class)}
3 #  \DeclareCategory{Articles}
4 # Article textclass definition file. Taken from initial LyX source code
5 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
6 # Transposed by Pascal AndrĂ© <andre@via.ecp.fr>
7 # Heavily modifed and enhanced by serveral developers.
8
9 Format 99
10 Input stdclass.inc
11
12 SecNumDepth             3
13 TocDepth                3
14 DocBookRoot             article
15
16 NoStyle Chapter
17 NoCounter chapter
18 NoStyle Chapter*
19
20
21 Style Part
22         Align                 Left
23         AlignPossible         Left
24         LabelType             Above
25         TopSep                2
26         BottomSep             1.5
27         Font
28           Series              Bold
29           Size                Huge
30         EndFont
31         LabelFont
32           Series              Bold
33           Size                Larger
34         EndFont
35 End
36
37
38 Style Part*
39         Align                 Left
40         AlignPossible         Left
41         TopSep                2
42         BottomSep             1.5
43         Font
44           Series              Bold
45           Size                Huge
46         EndFont
47 End