]> git.lyx.org Git - lyx.git/blob - lib/layouts/tufte-book.layout
- EmbeddedObjects.lyx: new chapter about objects surrounded by text
[lyx.git] / lib / layouts / tufte-book.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[tufte-book,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]{book (Tufte)}
3 # tufte-book textclass definition file.
4 # Jason Waskiewicz <jason.waskiewicz@sendit.nodak.edu>, 2009/10/18
5 # Modified by Uwe Stöhr <uwestoehr@web.de>, 2009/11/15
6
7 Format 35
8
9 Provides geometry 1
10 Provides natbib-internal 1
11
12 Sides           2
13 PageStyle       Headings
14
15 ClassOptions
16         Other           nohyper
17 end
18
19 Style Standard
20         Margin          Static
21         LatexType       Paragraph
22         LatexName       dummy
23         ParIndent       MM
24         ParSkip         0.4
25         Align           Block
26         AlignPossible   Block, Left, Right, Center
27         LabelType       No_Label
28 End
29
30 # import other layouts
31 Input stdlayouts.inc
32 Input stdclass.inc
33
34 Style Title
35         InPreamble      1
36 End
37
38 Style Author
39         InPreamble      1
40 End
41
42 Style Date
43         InPreamble      1
44 End
45
46 NoStyle Abstract
47 NoStyle Chapter
48 NoCounter chapter
49 NoStyle Section
50 NoCounter section
51 NoStyle Subsection
52 NoCounter subsection
53 NoStyle Subsubsection
54 NoCounter subsubsection
55 NoStyle Subsubsection*
56 NoStyle Paragraph
57 NoCounter paragraph
58 NoStyle Paragraph*
59 NoStyle Subparagraph
60 NoCounter subparagraph
61 NoStyle Subparagraph*
62
63 Style Chapter
64         Margin          Static
65         Category        Section
66         LabelType       No_Label
67         LabelCounter    chapter
68         TocLevel        0
69         LatexType       Command
70         LatexName       chapter
71         NeedProtect     1
72         NextNoIndent    1
73         ParSkip         0.4
74         TopSep          4
75         BottomSep       0.8
76         ParSep          0.8
77         Align           Block
78         RefPrefix chap
79         OptionalArgs    1
80         Font
81           Series        Bold
82           Size          Huge
83         EndFont
84 End
85
86 Style Section
87         Category        Section
88         Margin          Dynamic
89         LabelType       No_Label
90         LabelCounter    section
91         TocLevel        1
92         LatexType       Command
93         LatexName       section
94         NeedProtect     1
95         NextNoIndent    1
96         LabelSep        xxx
97         ParSkip         0.4
98         TopSep          1.3
99         BottomSep       0.7
100         ParSep          0.7
101         Align           Block
102         RefPrefix sec
103         OptionalArgs    1
104         Font
105           Series        Bold
106           Size          Larger
107         EndFont
108 End
109
110 Style Subsection
111         CopyStyle       Section
112         TocLevel        2
113         LatexName       subsection
114         TopSep          0.9
115         BottomSep       0.5
116         ParSep          0.5
117         RefPrefix sub
118         Font
119           Series        Bold
120           Size          Large
121         EndFont
122 End
123
124 InsetLayout Flex:Sidenote
125         LyxType         custom
126         LatexType       command
127         LatexName       sidenote
128         Decoration      classic
129         LabelString     "sidenote"
130         Font
131           Color         foreground
132           Size          Small
133           Misc          No_Emph
134           Misc          No_Noun
135           Misc          No_Bar
136         EndFont
137         LabelFont
138           Color         marginlabel
139           Size          Small
140         EndFont
141 End
142
143 InsetLayout Flex:Marginnote
144         CopyStyle       Flex:Sidenote
145         LatexName       marginnote
146         Decoration      classic
147         LabelString     "marginnote"
148         Font
149           Family        Roman
150           Shape         Up
151           Series        Medium
152         EndFont
153         MultiPar        true
154 End
155
156 InsetLayout Flex:NewThought
157         LyXType         charstyle
158         LatexType       Command
159         LatexName       newthought
160         LabelString     "new thought"
161         Font
162           Shape         SmallCaps
163         EndFont
164         LabelFont
165           Family        Roman
166           Color         red
167         EndFont
168 End
169
170 InsetLayout Flex:AllCaps
171         CopyStyle       Flex:NewThought
172         LatexName       allcaps
173         LabelString     "allcaps"
174         Font
175           Shape         Up
176           Misc          Noun
177         EndFont
178         LabelFont
179           Color         blue
180         EndFont
181 End
182
183 InsetLayout Flex:SmallCaps
184         CopyStyle       Flex:NewThought
185         LatexName       smallcaps
186         LabelString     "smallcaps"
187         LabelFont
188           Color         green
189         EndFont
190 End
191
192 Style Full_Width
193         Margin          Static
194         LaTeXType       environment
195         LaTeXName       fullwidth
196         Category        MainText
197         NextNoIndent    1
198         ParSkip         0
199         ItemSep         0
200         TopSep          0.5
201         BottomSep       0.5
202         ParSep          0
203         Align           Block
204         AlignPossible   Block, Left, Right, Center
205         LabelType       No_Label
206 End
207
208 # this steps the counters
209 Counter         marginfigure
210 End
211
212 Counter         margintable
213 End
214
215 # define the floats
216 Float
217         Type            margintable
218         GuiName         MarginTable
219         Placement       tbp
220         Extension       lot
221         NumberWithin    none
222         Style           plain
223         ListName        "List of Tables"
224         ListCommand     listoftables
225         IsPredefined true
226         UsesFloatPkg false
227 End
228
229 Float
230         Type            marginfigure
231         GuiName         MarginFigure
232         Placement       tbp
233         Extension       lof
234         NumberWithin    none
235         Style           plain
236         ListName        "List of Figures"
237         ListCommand     listoffigures
238         IsPredefined true
239         UsesFloatPkg false
240 End
241
242 Style Bibliography
243         TopSep                4
244         LabelString           "Bibliography"
245         LabelFont
246           Series              Bold
247           Size                Huge
248         EndFont
249 End