]> git.lyx.org Git - lyx.git/blob - lib/layouts/ltugboat.layout
*** Requires tag for classes, layouts and custom insets ***
[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 6
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
129
130 Style Title
131         Margin                Static
132         LatexType             Command
133         InTitle               1
134         LatexName             title
135         ParSkip               0.4
136         ItemSep               0
137         TopSep                0
138         BottomSep             1
139         ParSep                1
140         Align                 Left
141         LabelType             No_Label
142         TextFont
143           Series              Bold
144           Size                Normal
145         EndFont
146 End
147
148
149 Style Author
150         Margin                Static
151         LatexType             Command
152         InTitle               1
153         LatexName             author
154         LabelSep              xxx
155         ParSkip               0.4
156         TopSep                1.3
157         BottomSep             0.7
158         ParSep                0.7
159         LeftMargin            MM
160         Align                 Left
161         LabelType             No_Label
162 End
163
164
165 Style Abstract
166         Margin                Static
167         LatexType             Environment
168         LatexName             abstract
169         NextNoIndent          1
170         LeftMargin            ""
171         RightMargin           ""
172         ParIndent             ""
173         ItemSep               0
174         TopSep                1.5
175         BottomSep             1.5
176         ParSep                0
177         Align                 Block
178         LabelType             Top_Environment
179         LabelString           "Abstract"
180         LabelBottomSep    0.5
181         TextFont
182           Size                Normal
183         EndFont
184         LabelFont
185           Size                Normal
186           Series              Bold
187         EndFont
188 End