]> git.lyx.org Git - lyx.git/blob - lib/layouts/ltugboat.layout
74b5c202a46b969c74fcdab7dd118c42b135a191
[lyx.git] / lib / layouts / ltugboat.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[ltugboat]{article (tugboat)}
3 # The tugboat journal (TUGboat) textclass definition file.
4 # Journal of the TeX User Group http://www.tug.org
5 # Author : Herbert Voss <voss@perce.de> 2001/08/13
6
7
8 # General textclass parameters
9 Columns                 2
10 Sides                   2
11 #SecNumDepth                            #no counting
12 #TocDepth               -1
13 MaxCounter              Counter_Section
14
15
16 ClassOptions
17         FontSize              default         #only 11pt
18         PageStyle             ""              # controlled by class
19 End
20
21
22 DefaultFont                             # only for screen
23         Family                Roman
24         Series                Medium
25         Shape                 Up
26         Size                  Normal
27         Color                 None
28 EndFont
29
30
31 Style Standard
32         Margin                Static
33         LatexType             Paragraph
34         LatexName             dummy           # no special latex env
35         ParIndent             MM
36         ParSkip               0.5             # default
37         ParSep                0.5             # default
38         Align                 Block
39         AlignPossible         Block, Left, Right, Center
40         LabelType             No_Label
41 End
42
43
44 Input stdlists.inc
45
46
47 Style Section
48         Margin                Dynamic
49         LatexType             Command
50         LatexName             section
51         NeedProtect           1
52         NextNoIndent          1
53         LabelSep              xxx
54         ParSkip               0.4
55         TopSep                1.3
56         BottomSep             0.7
57         ParSep                0.7
58         Align                 Block
59         AlignPossible         Block, Left
60         LabelType             Counter_Section
61
62         Font 
63           Series              Bold
64           Size                Normal
65         EndFont
66
67 End
68
69
70 Style Subsection
71         Margin                Dynamic
72         LatexType             Command
73         LatexName             subsection
74         NeedProtect           1
75         NextNoIndent          1
76         LabelSep              xxx
77         ParSkip               0.4
78         TopSep                0.9
79         BottomSep             0.5
80         ParSep                0.5
81         Align                 Block
82         AlignPossible         Block, Left
83         LabelType             Counter_Subsection
84         Font 
85           Series              Bold
86           Size                Normal
87         EndFont
88 End
89
90
91 Style Subsubsection
92         Margin                Dynamic
93         LatexType             Command
94         LatexName             subsubsection
95         NeedProtect           1
96         NextNoIndent          1
97         LabelSep              xxx
98         ParSkip               0.4
99         TopSep                0.7
100         BottomSep             0.4
101         ParSep                0.4
102         Align                 Block
103         AlignPossible         Block, Left
104         LabelType             Counter_SubSubSection
105
106         Font 
107           Series              Bold
108           Size                Normal
109         EndFont
110
111 End
112
113
114 Style Paragraph
115         Margin                Dynamic
116         LatexType             Command
117         LatexName             paragraph
118         NeedProtect           1
119         NextNoIndent          1
120         LabelSep              xxx
121         ParSkip               0.4
122         TopSep                0.4
123         BottomSep             0
124         ParSep                0.4
125         Align                 Block
126         AlignPossible         Block, Left
127         LabelType             Counter_Paragraph
128
129         Font 
130           Series              Bold
131           Size                Normal
132         EndFont
133 End
134
135
136 #Input stdstarsections.inc
137
138 Input stdstruct.inc
139 Input stdlayouts.inc
140 Input stdfloats.inc
141 Input stdcounters.inc
142
143
144 #
145 # Create and Overwrite some styles
146 #
147
148
149 Style Title
150         Margin                Static
151         LatexType             Command
152         InTitle               1
153         LatexName             title
154         ParSkip               0.4
155         ItemSep               0
156         TopSep                0
157         BottomSep             1
158         ParSep                1
159         Align                 Left
160         AlignPossible         Left
161         LabelType             No_Label
162         TextFont 
163           Series              Bold
164           Size                Normal
165         EndFont
166 End
167
168
169 Style Author
170         Margin                Static
171         LatexType             Command
172         InTitle               1
173         LatexName             author
174         LabelSep              xxx
175         ParSkip               0.4
176         TopSep                1.3
177         BottomSep             0.7
178         ParSep                0.7
179         LeftMargin            MM
180         Align                 Left
181         AlignPossible         Left
182         LabelType             No_Label
183 End
184
185
186 Style Abstract 
187         Margin                Static
188         LatexType             Environment
189         LatexName             abstract
190         NextNoIndent          1
191         LeftMargin            ""
192         RightMargin           ""
193         ParIndent             ""
194         ItemSep               0
195         TopSep                1.5
196         BottomSep             1.5
197         ParSep                0
198         Align                 Block
199         AlignPossible         Block
200         LabelType             Top_Environment
201         LabelString           Abstract
202         LabelBottomSep    0.5
203         TextFont 
204           Size                Normal
205         EndFont
206         LabelFont 
207           Size                Normal
208           Series              Bold
209         EndFont
210 End