]> git.lyx.org Git - lyx.git/blob - lib/layouts/jasatex.layout
dd637971d5a5b5878acded1884b9596ae17c1d3e
[lyx.git] / lib / layouts / jasatex.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[jasatex]{article (JASA)}
3 # JASATeX textclass definition file.
4 # Author: Uwe Stöhr (uwestoehr@web.de)
5
6 Format 36
7
8 Columns                 1
9 Sides                   1
10 SecNumDepth             3
11 TocDepth                3
12 DefaultStyle            Standard
13
14 ClassOptions
15         FontSize                10|11|12
16 end
17
18 Preamble
19         \setcitestyle{numbers} % use the numbers citation style as required by jasatex
20 EndPreamble
21
22
23 # This is just to show how to declare the default font.
24 # The defaults are exactly those shown here.
25 DefaultFont
26         Family                  Roman
27         Series                  Medium
28         Shape                   Up
29         Size                    Normal
30         Color                   None
31 EndFont
32
33
34 Style Standard
35         Margin                  Static
36         LatexType               Paragraph
37         LatexName               dummy
38         ParIndent               MM
39         ParSkip                 0.4
40         Align                   Block
41         AlignPossible           Block, Left, Right, Center
42         LabelType               No_Label
43 End
44
45
46 Input stdcounters.inc
47 Input stdfloats.inc
48 Input stdlists.inc
49 Input stdsections.inc
50 Input stdstarsections.inc
51
52 NoStyle Chapter
53 NoCounter chapter
54 NoStyle Chapter*
55
56 Provides natbib 1
57
58 Style Title
59         Margin                  Static
60         LatexType               Command
61         LatexName               title
62         Category                FrontMatter
63         InTitle                 1
64         ParSkip                 0.4
65         ItemSep                 0
66         TopSep                  0
67         BottomSep               1
68         ParSep                  1
69         Align                   Center
70         AlignPossible           Left, Right
71         LabelType               No_Label
72         Font
73           Size                  Largest
74         EndFont
75         HTMLTitle               true
76 End
77
78
79 Style Author
80         Margin                  Static
81         LatexType               Command
82         LatexName               author
83         Category                FrontMatter
84         InTitle                 1
85         LabelSep                xxx
86         ParSkip                 0.4
87         TopSep                  1.3
88         BottomSep               0.7
89         ParSep                  0.7
90         Align                   Center
91         AlignPossible           Center
92         LabelType               No_Label
93         Font
94           Size                  Large
95         EndFont
96 End
97
98
99 Style Affiliation
100         Margin                  Static
101         LatexType               Command
102         LatexName               affiliation
103         Category                FrontMatter
104         InTitle                 1
105         ParSkip                 0.4
106         Align                   Center
107         AlignPossible           Center
108         LabelType               No_Label
109         Font
110           Shape                 Italic
111         EndFont
112 End
113
114
115 Style "Alternative Affiliation"
116         CopyStyle               Affiliation
117         LatexType               Command
118         LatexName               altaffiliation
119         OptionalArgs            1
120 End
121
122
123 Style Homepage
124         CopyStyle               Affiliation
125         LatexName               homepage
126         Font
127           Shape                 Up
128         EndFont
129 End
130
131
132 Style Email
133         CopyStyle               Homepage
134         LatexName               email
135 End
136
137
138 Style Date
139         Margin                  Dynamic
140         LatexType               Command
141         Category                FrontMatter
142         InTitle                 1
143         LatexName               date
144         LabelSep                xxx
145         ParSkip                 0.4
146         TopSep                  0.9
147         BottomSep               0.5
148         ParSep                  1
149         Align                   Center
150         LabelType               No_Label
151         Font
152           Size                  Large
153         EndFont
154 End
155
156
157 Style Abstract
158         Margin                  Static
159         LatexType               Environment
160         LatexName               abstract
161         Category                FrontMatter
162         InTitle                 1
163         NextNoIndent            1
164         LeftMargin              MMM
165         RightMargin             MMM
166         ParIndent               MM
167         ItemSep                 0
168         TopSep                  0.7
169         BottomSep               0.7
170         ParSep                  0
171         Align                   Block
172         AlignPossible           Left, Right, Center, Block
173         LabelType               Centered_Top_Environment
174         LabelString             "Abstract"
175         LabelBottomSep          0.5
176         Font
177           Size                  Small
178         EndFont
179         LabelFont
180           Series                Bold
181           Size                  Large
182         EndFont
183 End
184
185
186 Style Keywords
187         Margin                  Dynamic
188         LatexType               Command
189         LatexName               keywords
190         Category                FrontMatter
191         InTitle                 1
192         Align                   Left
193         NextNoIndent            1
194         BottomSep               0.5
195         ParSkip                 0.4
196         Align                   Block
197         AlignPossible           Block
198         LabelSep                xx
199         LabelType               Static
200         LabelString             "Keywords:"
201         LabelFont
202           Color                 Green
203           Series                Bold
204         EndFont         
205 End
206
207
208 Style PACS
209         CopyStyle               Keywords
210         LatexName               pacs
211         LabelString             "PACS numbers:"
212 End
213
214 Style "Preprint number"
215         CopyStyle               Keywords
216         LatexName               preprint
217         LabelString             "Preprint number:"
218 End
219
220
221 Style Acknowledgments
222         CopyStyle               Abstract
223         LatexName               acknowledgments
224         Category                BackMatter
225         LabelType               Top_Environment
226         LabelString             "Acknowledgments"
227         Font
228           Size                  Normal
229         EndFont
230         LabelFont
231           Series                Bold
232           Size                  Normal
233         EndFont
234 End
235
236
237 Style Bibliography
238         Margin                  First_Dynamic
239         LatexType               Bib_Environment
240         LatexName               thebibliography
241         Category                BackMatter
242         NextNoIndent            1
243         LeftMargin              MM
244         ParSkip                 0.4
245         ItemSep                 0
246         TopSep                  0.7
247         BottomSep               0.7
248         ParSep                  0.5
249         Align                   Block
250         AlignPossible           Block
251         LabelType               Bibliography
252         LabelString             "References"
253         LabelBottomSep          1.2
254         LabelFont
255           Series                Bold
256           Size                  Larger
257         EndFont
258 End