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