]> git.lyx.org Git - lyx.git/blob - lib/layouts/tufte-book.layout
Now update layout format.
[lyx.git] / lib / layouts / tufte-book.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[tufte-book,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]{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 29
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 NoStyle Section
49 NoStyle Subsection
50 NoStyle Subsubsection
51 NoStyle Subsubsection*
52 NoStyle Paragraph
53 NoStyle Paragraph*
54 NoStyle Subparagraph
55 NoStyle Subparagraph*
56
57 Style Chapter
58         Margin          Static
59         Category        Section
60         LabelType       No_Label
61         LabelCounter    chapter
62         TocLevel        0
63         LatexType       Command
64         LatexName       chapter
65         NeedProtect     1
66         NextNoIndent    1
67         ParSkip         0.4
68         TopSep          4
69         BottomSep       0.8
70         ParSep          0.8
71         Align           Block
72         RefPrefix chap
73         OptionalArgs    1
74         Font
75           Series        Bold
76           Size          Huge
77         EndFont
78 End
79
80 Style Section
81         Category        Section
82         Margin          Dynamic
83         LabelType       No_Label
84         LabelCounter    section
85         TocLevel        1
86         LatexType       Command
87         LatexName       section
88         NeedProtect     1
89         NextNoIndent    1
90         LabelSep        xxx
91         ParSkip         0.4
92         TopSep          1.3
93         BottomSep       0.7
94         ParSep          0.7
95         Align           Block
96         RefPrefix sec
97         OptionalArgs    1
98         Font
99           Series        Bold
100           Size          Larger
101         EndFont
102 End
103
104 Style Subsection
105         CopyStyle       Section
106         TocLevel        2
107         LatexName       subsection
108         TopSep          0.9
109         BottomSep       0.5
110         ParSep          0.5
111         RefPrefix sub
112         Font
113           Series        Bold
114           Size          Large
115         EndFont
116 End
117
118 InsetLayout Sidenote
119         LyxType         custom
120         LatexType       command
121         LatexName       sidenote
122         Decoration      classic
123         LabelString     "sidenote"
124         Font
125           Color         foreground
126           Size          Small
127           Misc          No_Emph
128           Misc          No_Noun
129           Misc          No_Bar
130         EndFont
131         LabelFont
132           Color         marginlabel
133           Size          Small
134         EndFont
135 End
136
137 InsetLayout Marginnote
138         CopyStyle       Sidenote
139         LatexName       marginnote
140         Decoration      classic
141         LabelString     "marginnote"
142         Font
143           Family        Roman
144           Shape         Up
145           Series        Medium
146         EndFont
147         MultiPar        true
148 End
149
150 InsetLayout NewThought
151         LyXType         charstyle
152         LatexType       Command
153         LatexName       newthought
154         LabelString     "new thought"
155         Font
156           Shape         SmallCaps
157         EndFont
158         LabelFont
159           Family        Roman
160           Color         red
161         EndFont
162 End
163
164 InsetLayout AllCaps
165         CopyStyle       NewThought
166         LatexName       allcaps
167         LabelString     "allcaps"
168         Font
169           Shape         Up
170           Misc          Noun
171         EndFont
172         LabelFont
173           Color         blue
174         EndFont
175 End
176
177 InsetLayout SmallCaps
178         CopyStyle       NewThought
179         LatexName       smallcaps
180         LabelString     "smallcaps"
181         LabelFont
182           Color         green
183         EndFont
184 End
185
186 Style Full_Width
187         Margin          Static
188         LaTeXType       environment
189         LaTeXName       fullwidth
190         Category        MainText
191         NextNoIndent    1
192         ParSkip         0
193         ItemSep         0
194         TopSep          0.5
195         BottomSep       0.5
196         ParSep          0
197         Align           Block
198         AlignPossible   Block, Left, Right, Center
199         LabelType       No_Label
200 End
201
202 # this steps the counters
203 Counter         marginfigure
204 End
205
206 Counter         margintable
207 End
208
209 # define the floats
210 Float
211         Type            margintable
212         GuiName         MarginTable
213         Placement       tbp
214         Extension       lot
215         NumberWithin    none
216         Style           plain
217         ListName        "List of Tables"
218         NeedsFloatPkg false
219 End
220
221 Float
222         Type            marginfigure
223         GuiName         MarginFigure
224         Placement       tbp
225         Extension       lof
226         NumberWithin    none
227         Style           plain
228         ListName        "List of Figures"
229         NeedsFloatPkg false
230 End
231
232 Style Bibliography
233         TopSep                4
234         LabelString           "Bibliography"
235         LabelFont
236           Series              Bold
237           Size                Huge
238         EndFont
239 End