]> git.lyx.org Git - lyx.git/blob - lib/layouts/ltugboat.layout
* lib/layouts/*.layout: harmonize text class names
[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 4
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         AlignPossible         Block, Left
58         Font
59           Series              Bold
60           Size                Normal
61         EndFont
62 End
63
64
65 Style Subsection
66         Margin                Dynamic
67         LatexType             Command
68         LatexName             subsection
69         NeedProtect           1
70         NextNoIndent          1
71         LabelSep              xxx
72         ParSkip               0.4
73         TopSep                0.9
74         BottomSep             0.5
75         ParSep                0.5
76         Align                 Block
77         AlignPossible         Block, Left
78         Font
79           Series              Bold
80           Size                Normal
81         EndFont
82 End
83
84
85 Style Subsubsection
86         Margin                Dynamic
87         LatexType             Command
88         LatexName             subsubsection
89         NeedProtect           1
90         NextNoIndent          1
91         LabelSep              xxx
92         ParSkip               0.4
93         TopSep                0.7
94         BottomSep             0.4
95         ParSep                0.4
96         Align                 Block
97         AlignPossible         Block, Left
98         Font
99           Series              Bold
100           Size                Normal
101         EndFont
102 End
103
104
105 Style Paragraph
106         Margin                Dynamic
107         LatexType             Command
108         LatexName             paragraph
109         NeedProtect           1
110         NextNoIndent          1
111         LabelSep              xxx
112         ParSkip               0.4
113         TopSep                0.4
114         BottomSep             0
115         ParSep                0.4
116         Align                 Block
117         AlignPossible         Block, Left
118         Font
119           Series              Bold
120           Size                Normal
121         EndFont
122 End
123
124
125 #Input stdstarsections.inc
126
127 Input numarticle.inc
128 Input stdstruct.inc
129 Input stdlayouts.inc
130 Input stdfloats.inc
131 Input stdcounters.inc
132
133
134 Style Title
135         Margin                Static
136         LatexType             Command
137         InTitle               1
138         LatexName             title
139         ParSkip               0.4
140         ItemSep               0
141         TopSep                0
142         BottomSep             1
143         ParSep                1
144         Align                 Left
145         AlignPossible         Left
146         LabelType             No_Label
147         TextFont
148           Series              Bold
149           Size                Normal
150         EndFont
151 End
152
153
154 Style Author
155         Margin                Static
156         LatexType             Command
157         InTitle               1
158         LatexName             author
159         LabelSep              xxx
160         ParSkip               0.4
161         TopSep                1.3
162         BottomSep             0.7
163         ParSep                0.7
164         LeftMargin            MM
165         Align                 Left
166         AlignPossible         Left
167         LabelType             No_Label
168 End
169
170
171 Style Abstract
172         Margin                Static
173         LatexType             Environment
174         LatexName             abstract
175         NextNoIndent          1
176         LeftMargin            ""
177         RightMargin           ""
178         ParIndent             ""
179         ItemSep               0
180         TopSep                1.5
181         BottomSep             1.5
182         ParSep                0
183         Align                 Block
184         AlignPossible         Block
185         LabelType             Top_Environment
186         LabelString           "Abstract"
187         LabelBottomSep    0.5
188         TextFont
189           Size                Normal
190         EndFont
191         LabelFont
192           Size                Normal
193           Series              Bold
194         EndFont
195 End