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