]> git.lyx.org Git - lyx.git/blob - lib/layouts/tufte-handout.layout
Update layout format.
[lyx.git] / lib / layouts / tufte-handout.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[tufte-handout]{handout (Tufte)}
3 # tufte-handout textclass definition file.
4 # Juergen Spitzmueller <juergen@spitzmueller.org>, 2008/10/22
5 # Modified by Uwe Stöhr <uwestoehr@web.de>, 2009/11/15
6
7 Format 27
8
9 # import other layouts
10 Input stdlayouts.inc
11 Input article.layout
12 Input tufte-book.layout
13
14 Sides           1
15 PageStyle       plain
16
17 NoStyle Part
18 NoStyle Chapter
19 NoStyle Chapter*
20
21 Style Part
22         Category        Section
23         Margin          Dynamic
24         LabelType       None
25         TocLevel        0
26         LabelCounter    part
27         LatexType       Command
28         LatexName       part
29         NeedProtect     1
30         NextNoIndent    1
31         Labelsep        xxx
32         ParSkip         0.4
33         TopSep          4
34         BottomSep       4
35         ParSep          0.8
36         Align           Center
37         Alignpossible   Center
38         Font
39           Series        Bold
40           Size          Huge
41         EndFont
42 End
43
44 Style Abstract
45         Margin          Static
46         LatexType       Environment
47         LatexName       abstract
48         Category        FrontMatter
49         NextNoIndent    1
50         LeftMargin      MMM
51         RightMargin     MMM
52         ParIndent       MM
53         ItemSep         0
54         TopSep          0.7
55         BottomSep       0.7
56         ParSep          0
57         Align           Block
58         LabelType       Centered_Top_Environment
59         LabelString     "Abstract"
60         LabelBottomSep  0.5
61         Font
62           Size          Small
63         EndFont
64         LabelFont
65           Series        Bold
66           Size          Large
67         EndFont
68 End