]> git.lyx.org Git - lyx.git/blob - lib/layouts/article.layout
51cfbe69c7dbeb672a3169e0b84a3cccc9be57c2
[lyx.git] / lib / layouts / article.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{article}
3 # Article 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 # 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 # Change a bit Part and Part*
20 Style Part
21         Align                 Left
22         AlignPossible         Left
23         TopSep                2
24         BottomSep             1.5
25
26         Font
27           Size                Larger
28         EndFont
29 End
30
31
32 Style Part*
33         Align                 Left
34         AlignPossible         Left
35         TopSep                2
36         BottomSep             1.5
37
38         Font
39           Size                Larger
40         EndFont
41 End
42
43
44 Style Section
45         LabelString           "\arabic{section}"
46         LabelStringAppendix   "\Alph{section}"
47 End
48
49
50 Style Subsection
51         LabelString           "@Section@.\arabic{subsection}"
52         LabelStringAppendix   "@Section@.\arabic{subsection}"
53 End
54
55
56 Style Subsubsection
57         LabelString           "@Subsection@.\arabic{subsubsection}"
58         LabelStringAppendix   "@Subsection@.\arabic{subsubsection}"
59 End