]> git.lyx.org Git - lyx.git/blob - lib/layouts/ltugboat.layout
Added support for natively zipped file formats that do not need decompression for...
[lyx.git] / lib / layouts / ltugboat.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{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 35
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 Input stdrefprefix.inc
134
135
136 Style Title
137         Margin                Static
138         LatexType             Command
139         InTitle               1
140         LatexName             title
141         ParSkip               0.4
142         ItemSep               0
143         TopSep                0
144         BottomSep             1
145         ParSep                1
146         Align                 Left
147         LabelType             No_Label
148         TextFont
149           Series              Bold
150           Size                Normal
151         EndFont
152 End
153
154
155 Style Author
156         Margin                Static
157         LatexType             Command
158         InTitle               1
159         LatexName             author
160         LabelSep              xxx
161         ParSkip               0.4
162         TopSep                1.3
163         BottomSep             0.7
164         ParSep                0.7
165         LeftMargin            MM
166         Align                 Left
167         LabelType             No_Label
168 End
169
170
171 Style Abstract
172         Margin                Static
173         LatexType             Environment
174         LatexName             abstract
175         NextNoIndent          1
176         LeftMargin            ""
177         RightMargin           ""
178         ParIndent             ""
179         ItemSep               0
180         TopSep                1.5
181         BottomSep             1.5
182         ParSep                0
183         Align                 Block
184         LabelType             Top_Environment
185         LabelString           "Abstract"
186         LabelBottomSep    0.5
187         TextFont
188           Size                Normal
189         EndFont
190         LabelFont
191           Size                Normal
192           Series              Bold
193         EndFont
194 End