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