]> git.lyx.org Git - lyx.git/blob - lib/layouts/tufte-handout.layout
multicol.module: use the layout argument mechanism
[lyx.git] / lib / layouts / tufte-handout.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[tufte-handout,bibentry.sty,changepage.sty,fancyhdr.sty,ifmtarg.sty,letterspace.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]{Tufte Handout}
3 #  \DeclareCategory{Handouts}
4 # tufte-handout textclass definition file.
5 # Juergen Spitzmueller <juergen@spitzmueller.org>, 2008/10/22
6 # Modified by Uwe Stöhr <uwestoehr@web.de>, 2009/11/15
7
8 Format 43
9
10 # import other layouts
11 Input stdlayouts.inc
12 Input article.layout
13 Input tufte-book.layout
14
15 Sides           1
16 PageStyle       plain
17
18 NoStyle Part
19 NoCounter part
20 NoStyle Chapter
21 NoStyle Chapter*
22
23 Style Part
24         Category        Section
25         Margin          Dynamic
26         LabelType       No_Label
27         TocLevel        0
28         LatexType       Command
29         LatexName       part
30         NeedProtect     1
31         NextNoIndent    1
32         Labelsep        xxx
33         ParSkip         0.4
34         TopSep          4
35         BottomSep       4
36         ParSep          0.8
37         Align           Center
38         Alignpossible   Center
39         Argument 1
40           LabelString   "Short Title|S"
41           Tooltip       "The part as it appears in the table of contents/running headers"
42         EndArgument
43         Font
44           Series        Bold
45           Size          Huge
46         EndFont
47 End
48
49 Style Abstract
50         Margin          Static
51         LatexType       Environment
52         LatexName       abstract
53         Category        FrontMatter
54         NextNoIndent    1
55         LeftMargin      MMM
56         RightMargin     MMM
57         ParIndent       MM
58         ItemSep         0
59         TopSep          0.7
60         BottomSep       0.7
61         ParSep          0
62         Align           Block
63         LabelType       Centered_Top_Environment
64         LabelString     "Abstract"
65         LabelBottomSep  0.5
66         Font
67           Size          Small
68         EndFont
69         LabelFont
70           Series        Bold
71           Size          Large
72         EndFont
73 End