]> git.lyx.org Git - lyx.git/blob - lib/layouts/tufte-handout.layout
bbdfb977eaeb7acc850bcb3d6145efba2eb8d0a8
[lyx.git] / lib / layouts / tufte-handout.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[tufte-handout,bibentry.sty,fancyhdr.sty,multicol.sty,natbib.sty,optparams.sty,paralist.sty,placeins.sty,ragged2e.sty,setspace.sty,textcase.sty,titlesec.sty,titletoc.sty,xcolor.sty,xifthen.sty,xkeyval.sty]{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 30
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 NoCounter part
19 NoStyle Chapter
20 NoCounter chapter
21 NoStyle Chapter*
22
23 Style Part
24         Category        Section
25         Margin          Dynamic
26         LabelType       No_Label
27         TocLevel        0
28         LabelCounter    part
29         LatexType       Command
30         LatexName       part
31         NeedProtect     1
32         NextNoIndent    1
33         Labelsep        xxx
34         ParSkip         0.4
35         TopSep          4
36         BottomSep       4
37         ParSep          0.8
38         Align           Center
39         Alignpossible   Center
40         Font
41           Series        Bold
42           Size          Huge
43         EndFont
44 End
45
46 Style Abstract
47         Margin          Static
48         LatexType       Environment
49         LatexName       abstract
50         Category        FrontMatter
51         NextNoIndent    1
52         LeftMargin      MMM
53         RightMargin     MMM
54         ParIndent       MM
55         ItemSep         0
56         TopSep          0.7
57         BottomSep       0.7
58         ParSep          0
59         Align           Block
60         LabelType       Centered_Top_Environment
61         LabelString     "Abstract"
62         LabelBottomSep  0.5
63         Font
64           Size          Small
65         EndFont
66         LabelFont
67           Series        Bold
68           Size          Large
69         EndFont
70 End