]> git.lyx.org Git - lyx.git/blob - lib/layouts/ltugboat.layout
Was forgetting this.
[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 Format 8
9 Columns                 2
10 Sides                   2
11 #SecNumDepth                            # no counting
12 #TocDepth               -1
13
14
15 ClassOptions
16         FontSize              default         # only 11pt
17         PageStyle             ""              # controlled by class
18 End
19
20
21 DefaultFont                             # only for screen
22         Family                Roman
23         Series                Medium
24         Shape                 Up
25         Size                  Normal
26         Color                 None
27 EndFont
28
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 Style Section
46         Margin                Dynamic
47         LatexType             Command
48         LatexName             section
49         NeedProtect           1
50         NextNoIndent          1
51         LabelSep              xxx
52         ParSkip               0.4
53         TopSep                1.3
54         BottomSep             0.7
55         ParSep                0.7
56         Align                 Block
57         Font
58           Series              Bold
59           Size                Normal
60         EndFont
61 End
62
63
64 Style Subsection
65         Margin                Dynamic
66         LatexType             Command
67         LatexName             subsection
68         NeedProtect           1
69         NextNoIndent          1
70         LabelSep              xxx
71         ParSkip               0.4
72         TopSep                0.9
73         BottomSep             0.5
74         ParSep                0.5
75         Align                 Block
76         Font
77           Series              Bold
78           Size                Normal
79         EndFont
80 End
81
82
83 Style Subsubsection
84         Margin                Dynamic
85         LatexType             Command
86         LatexName             subsubsection
87         NeedProtect           1
88         NextNoIndent          1
89         LabelSep              xxx
90         ParSkip               0.4
91         TopSep                0.7
92         BottomSep             0.4
93         ParSep                0.4
94         Align                 Block
95         Font
96           Series              Bold
97           Size                Normal
98         EndFont
99 End
100
101
102 Style Paragraph
103         Margin                Dynamic
104         LatexType             Command
105         LatexName             paragraph
106         NeedProtect           1
107         NextNoIndent          1
108         LabelSep              xxx
109         ParSkip               0.4
110         TopSep                0.4
111         BottomSep             0
112         ParSep                0.4
113         Align                 Block
114         Font
115           Series              Bold
116           Size                Normal
117         EndFont
118 End
119
120
121 #Input stdstarsections.inc
122
123 Input numarticle.inc
124 Input stdstruct.inc
125 Input stdlayouts.inc
126 Input stdfloats.inc
127 Input stdcounters.inc
128 Input stdinsets.inc
129
130
131 Style Title
132         Margin                Static
133         LatexType             Command
134         InTitle               1
135         LatexName             title
136         ParSkip               0.4
137         ItemSep               0
138         TopSep                0
139         BottomSep             1
140         ParSep                1
141         Align                 Left
142         LabelType             No_Label
143         TextFont
144           Series              Bold
145           Size                Normal
146         EndFont
147 End
148
149
150 Style Author
151         Margin                Static
152         LatexType             Command
153         InTitle               1
154         LatexName             author
155         LabelSep              xxx
156         ParSkip               0.4
157         TopSep                1.3
158         BottomSep             0.7
159         ParSep                0.7
160         LeftMargin            MM
161         Align                 Left
162         LabelType             No_Label
163 End
164
165
166 Style Abstract
167         Margin                Static
168         LatexType             Environment
169         LatexName             abstract
170         NextNoIndent          1
171         LeftMargin            ""
172         RightMargin           ""
173         ParIndent             ""
174         ItemSep               0
175         TopSep                1.5
176         BottomSep             1.5
177         ParSep                0
178         Align                 Block
179         LabelType             Top_Environment
180         LabelString           "Abstract"
181         LabelBottomSep    0.5
182         TextFont
183           Size                Normal
184         EndFont
185         LabelFont
186           Size                Normal
187           Series              Bold
188         EndFont
189 End