]> git.lyx.org Git - lyx.git/blob - lib/layouts/tufte-handout.layout
d21f8dc23bbeb3f459974585d453b3648e77c967
[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/01
6
7 Format 11
8
9 # import other layouts
10 Input stdlayouts.inc
11 Input article.layout
12 Input tufte-book.layout
13
14 NoStyle Part
15 NoStyle Chapter
16 NoStyle Chapter*
17
18 Style Part
19         Category        Section
20         Margin          Dynamic
21         LabelType       None
22         TocLevel        0
23         LabelCounter    part
24         LatexType       Command
25         LatexName       part
26         NeedProtect     1
27         NextNoIndent    1
28         Labelsep        xxx
29         ParSkip         0.4
30         TopSep          4
31         BottomSep       4
32         ParSep          0.8
33         Align           Center
34         Alignpossible   Center
35         Font
36           Series        Bold
37           Size          Huge
38         EndFont
39 End
40
41 Style Abstract
42         Margin          Static
43         LatexType       Environment
44         LatexName       abstract
45         Category        FrontMatter
46         NextNoIndent    1
47         LeftMargin      MMM
48         RightMargin     MMM
49         ParIndent       MM
50         ItemSep         0
51         TopSep          0.7
52         BottomSep       0.7
53         ParSep          0
54         Align           Block
55         LabelType       Centered_Top_Environment
56         LabelString     "Abstract"
57         LabelBottomSep  0.5
58         Font
59           Size          Small
60         EndFont
61         LabelFont
62           Series        Bold
63           Size          Large
64         EndFont
65 End