]> git.lyx.org Git - lyx.git/blob - lib/layouts/revtex4.layout
Whitespace, only whitespace. Part II.
[lyx.git] / lib / layouts / revtex4.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{article (REVTeX 4)}
3 # RevTeX 4 textclass definition file. Based on:
4 # AMS-Article textclass definition file. Taken from initial LyX source code
5 # and from the Article textclass definition file, following the AMS sample
6 # paper "testmath.tex" of January, 1995
7 # Author : David L. Johnson <dlj0@lehigh.edu> (AMS)
8 #          Marc Mengel (RevTeX)
9 #          Amir Karger (LyX v11.34 style modifications)
10 #          Amir Karger (RevTeX 4 beta) 9/1999, 7/2000
11
12
13 Columns                 1
14 Sides                   1
15 PageStyle               Headers
16
17
18 # Default textclass options. The user may need to modify this.
19 ClassOptions
20         Other                 "aps,manuscript"
21 End
22
23
24 Style Standard
25         Margin                Static
26         LatexType             Paragraph
27         LatexName             dummy
28         ParIndent             MM
29         ParSkip               0.4
30         Align                 Block
31         AlignPossible         Block, Left, Right, Center
32         LabelType             No_Label
33 End
34
35
36 # Idea from aapaper: declare all layouts here ("Style Foo\nEnd\n")
37 # so that they appear in a specific order in the layout dropdown menu.
38
39 Input stdsections.inc
40 Input numrevtex.inc
41
42 Style Section
43         Align                 Center
44         AlignPossible         Block, Center, Left
45         Font
46           Series              Medium
47           Shape               Smallcaps
48           Size                Large
49         EndFont
50 End
51
52
53 Style Subsection
54         Font
55           Series              Bold
56           Size                Normal
57         EndFont
58 End
59
60
61 Style Subsubsection
62         Font
63           Shape               Italic
64           Size                Normal
65         EndFont
66 End
67
68
69 Style Paragraph
70         TopSep                0.7
71         ParSep                0.4
72         Font
73           Shape               Italic
74           Size                Normal
75         EndFont
76 End
77
78 # then define the unumbered sections, based on the numbered ones.
79 Input stdstarsections.inc
80
81 NoStyle         Chapter
82 NoStyle         Chapter*
83 NoStyle         Subparagraph
84 NoStyle         Subparagraph*
85
86 Input stdlayouts.inc
87 Input stdlists.inc
88 Input stdtitle.inc
89 Input stdstruct.inc
90
91
92 Style Preprint
93         Margin                Right_Address_Box
94         LatexType             Command
95         InTitle               1
96         LatexName             preprint
97         ParSkip               0.4
98         BottomSep             1.5
99         ParSep                1.5
100         Align                 Left
101         AlignPossible         Left
102 End
103
104
105 Style Title
106         Font
107           Series              Bold
108           Size                Large
109         EndFont
110 End
111
112
113 Style Author
114         Font
115           Size                Large
116           Shape               Smallcaps
117         EndFont
118 End
119
120
121 Style Date
122         LabelType             Static
123         LabelString           "Date: "
124         LabelFont
125           Shape               Italic
126           Size                Large
127         EndFont
128 End
129
130
131 Style Affiliation
132         Margin                Dynamic
133         LatexType             Command
134         InTitle               1
135         LatexName             affiliation
136         ParSkip               0.4
137 #  BottomSep            1.5
138 #  ParSep               1.5
139         Align                 Center
140         AlignPossible         Block, Left, Right, Center
141         LabelType             Static
142         LabelString           "Affiliation: "
143
144         LabelFont
145           Shape               Italic
146         EndFont
147 End
148
149
150 # Address is exactly the same as Affiliation. We just put this in so
151 # that reLyX will know what to do with it.
152 Style Address
153         CopyStyle             Affiliation
154         LatexName             address
155         LabelString           "Address: "
156 End
157
158
159 Style Thanks
160         CopyStyle             Affiliation
161         LatexName             thanks
162         LabelString           "Thanks: "
163 End
164
165
166 Style Author_Email
167         CopyStyle             Affiliation
168         PassThru              1
169         LatexName             email
170         LabelString           "Electronic Address: "
171         TextFont
172           Family              Typewriter
173         EndFont
174         LabelFont
175           Family              Roman
176         EndFont
177 End
178
179
180 Style Author_URL
181         CopyStyle             "Author Email"
182         PassThru              1
183         LatexName             homepage
184         LabelString           "URL: "
185 End
186
187
188 Style Abstract
189         InTitle               1
190         ItemSep               0.2
191         ParSep                0.3
192         LabelFont
193           Size                Large
194         EndFont
195 End
196
197
198 Style Acknowledgments
199         LatexType             Environment
200         LatexName             acknowledgments
201         ParIndent             MM
202         ParSkip               0.4
203         Align                 Block
204         AlignPossible         Block, Left, Right, Center
205         LabelType             Centered_Top_Environment
206         LabelString           acknowledgments
207         LabelBottomSep        0.5
208         LabelFont
209           Series              Medium
210           Shape               Smallcaps
211           Size                Large
212         EndFont
213 End
214
215
216 Style PACS
217         Margin                Dynamic
218         LatexType             Command
219         InTitle               1
220         LatexName             pacs
221         LabelType             Static
222         LabelString           "PACS number: "
223 End
224
225
226 Style Keywords
227         CopyStyle             PACS
228         InTitle               1
229         Latexname             keywords
230         LabelString           "Keywords: "
231 End
232
233
234 Input stdfloats.inc
235 Input stdcounters.inc