]> git.lyx.org Git - lyx.git/blob - lib/layouts/ltugboat.layout
Update all layout files to format 19.
[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 19
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         TocLevel 1
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         Font
78           Series              Bold
79           Size                Normal
80         EndFont
81         TocLevel 2
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         Font
98           Series              Bold
99           Size                Normal
100         EndFont
101         TocLevel 3
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         Font
118           Series              Bold
119           Size                Normal
120         EndFont
121         TocLevel 4
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 Input stdinsets.inc
133
134
135 Style Title
136         Margin                Static
137         LatexType             Command
138         InTitle               1
139         LatexName             title
140         ParSkip               0.4
141         ItemSep               0
142         TopSep                0
143         BottomSep             1
144         ParSep                1
145         Align                 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         LabelType             No_Label
167 End
168
169
170 Style Abstract
171         Margin                Static
172         LatexType             Environment
173         LatexName             abstract
174         NextNoIndent          1
175         LeftMargin            ""
176         RightMargin           ""
177         ParIndent             ""
178         ItemSep               0
179         TopSep                1.5
180         BottomSep             1.5
181         ParSep                0
182         Align                 Block
183         LabelType             Top_Environment
184         LabelString           "Abstract"
185         LabelBottomSep    0.5
186         TextFont
187           Size                Normal
188         EndFont
189         LabelFont
190           Size                Normal
191           Series              Bold
192         EndFont
193 End