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