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