]> git.lyx.org Git - features.git/blob - lib/layouts/ltugboat.layout
5e67ba9934dfa760490a0b51aa3a1a9c0afaefaf
[features.git] / lib / layouts / ltugboat.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{TUGboat}
3 #  \DeclareCategory{Articles}
4 # The tugboat journal (TUGboat) textclass definition file.
5 # Journal of the TeX User Group http://www.tug.org
6 # Author : Herbert Voss <voss@perce.de> 2001/08/13
7
8
9 Format 43
10 Columns                 2
11 Sides                   2
12 #SecNumDepth                            # no counting
13 #TocDepth               -1
14
15
16 ClassOptions
17         FontSize              default         # only 11pt
18         PageStyle             ""              # controlled by class
19 End
20
21
22 DefaultFont                             # only for screen
23         Family                Roman
24         Series                Medium
25         Shape                 Up
26         Size                  Normal
27         Color                 None
28 EndFont
29
30
31 Style Standard
32         Category              MainText
33         Margin                Static
34         LatexType             Paragraph
35         LatexName             dummy           # no special latex env
36         ParIndent             MM
37         ParSkip               0.5             # default
38         ParSep                0.5             # default
39         Align                 Block
40         AlignPossible         Block, Left, Right, Center
41         LabelType             No_Label
42 End
43
44
45 Input stdlists.inc
46
47 Style Section
48         Margin                Dynamic
49         LatexType             Command
50         LatexName             section
51         NeedProtect           1
52         NextNoIndent          1
53         LabelSep              xxx
54         ParSkip               0.4
55         TopSep                1.3
56         BottomSep             0.7
57         ParSep                0.7
58         Align                 Block
59         Font
60           Series              Bold
61           Size                Normal
62         EndFont
63         TocLevel 1
64 End
65
66
67 Style Subsection
68         Margin                Dynamic
69         LatexType             Command
70         LatexName             subsection
71         NeedProtect           1
72         NextNoIndent          1
73         LabelSep              xxx
74         ParSkip               0.4
75         TopSep                0.9
76         BottomSep             0.5
77         ParSep                0.5
78         Align                 Block
79         Font
80           Series              Bold
81           Size                Normal
82         EndFont
83         TocLevel 2
84 End
85
86
87 Style Subsubsection
88         Margin                Dynamic
89         LatexType             Command
90         LatexName             subsubsection
91         NeedProtect           1
92         NextNoIndent          1
93         LabelSep              xxx
94         ParSkip               0.4
95         TopSep                0.7
96         BottomSep             0.4
97         ParSep                0.4
98         Align                 Block
99         Font
100           Series              Bold
101           Size                Normal
102         EndFont
103         TocLevel 3
104 End
105
106
107 Style Paragraph
108         Margin                Dynamic
109         LatexType             Command
110         LatexName             paragraph
111         NeedProtect           1
112         NextNoIndent          1
113         LabelSep              xxx
114         ParSkip               0.4
115         TopSep                0.4
116         BottomSep             0
117         ParSep                0.4
118         Align                 Block
119         Font
120           Series              Bold
121           Size                Normal
122         EndFont
123         TocLevel 4
124 End
125
126
127 #Input stdstarsections.inc
128
129 Input numarticle.inc
130 Input stdstruct.inc
131 Input stdlayouts.inc
132 Input stdfloats.inc
133 Input stdcounters.inc
134 Input stdinsets.inc
135 Input stdrefprefix.inc
136
137
138 Style Title
139         Category              FrontMatter
140         Margin                Static
141         LatexType             Command
142         InTitle               1
143         LatexName             title
144         ParSkip               0.4
145         ItemSep               0
146         TopSep                0
147         BottomSep             1
148         ParSep                1
149         Align                 Left
150         LabelType             No_Label
151         TextFont
152           Series              Bold
153           Size                Normal
154         EndFont
155 End
156
157
158 Style Author
159         Category              FrontMatter
160         Margin                Static
161         LatexType             Command
162         InTitle               1
163         LatexName             author
164         LabelSep              xxx
165         ParSkip               0.4
166         TopSep                1.3
167         BottomSep             0.7
168         ParSep                0.7
169         LeftMargin            MM
170         Align                 Left
171         LabelType             No_Label
172 End
173
174
175 Style Abstract
176         Margin                Static
177         LatexType             Environment
178         LatexName             abstract
179         NextNoIndent          1
180         LeftMargin            ""
181         RightMargin           ""
182         ParIndent             ""
183         ItemSep               0
184         TopSep                1.5
185         BottomSep             1.5
186         ParSep                0
187         Align                 Block
188         LabelType             Top_Environment
189         LabelString           "Abstract"
190         LabelBottomSep    0.5
191         TextFont
192           Size                Normal
193         EndFont
194         LabelFont
195           Size                Normal
196           Series              Bold
197         EndFont
198 End