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