]> git.lyx.org Git - lyx.git/blob - lib/layouts/article.layout
fix to the lyxstring bug, better searching for dep files in latex log, use \hfil...
[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 Style Part*
32   Align                 Left
33   AlignPossible         Left
34   TopSep                2
35   BottomSep             1.5
36
37   Font
38     Size                Larger
39   EndFont
40 End