]> git.lyx.org Git - lyx.git/blob - lib/layouts/revtex4.layout
remove spaces from label strings, part 2
[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         LabelString           "Affiliation: "
144
145         LabelFont
146           Shape               Italic
147         EndFont
148 End
149
150
151 # Address is exactly the same as Affiliation. We just put this in so
152 # that reLyX will know what to do with it.
153 Style Address
154         CopyStyle             Affiliation
155         LatexName             address
156         LabelString           "Address: "
157 End
158
159
160 Style Thanks
161         CopyStyle             Affiliation
162         LatexName             thanks
163         LabelString           "Thanks: "
164 End
165
166
167 Style Author_Email
168         CopyStyle             Affiliation
169         PassThru              1
170         LatexName             email
171         LabelString           "Electronic Address: "
172         TextFont
173           Family              Typewriter
174         EndFont
175         LabelFont
176           Family              Roman
177         EndFont
178 End
179
180
181 Style Author_URL
182         CopyStyle             Author_Email
183         PassThru              1
184         LatexName             homepage
185         LabelString           "URL: "
186 End
187
188
189 Style Abstract
190         InTitle               1
191         ItemSep               0.2
192         ParSep                0.3
193         LabelFont
194           Size                Large
195         EndFont
196 End
197
198
199 Style Acknowledgments
200         LatexType             Environment
201         LatexName             acknowledgments
202         ParIndent             MM
203         ParSkip               0.4
204         Align                 Block
205         AlignPossible         Block, Left, Right, Center
206         LabelType             Centered_Top_Environment
207         LabelString           "acknowledgments"
208         LabelBottomSep        0.5
209         LabelFont
210           Series              Medium
211           Shape               Smallcaps
212           Size                Large
213         EndFont
214 End
215
216
217 Style PACS
218         Margin                Dynamic
219         LatexType             Command
220         InTitle               1
221         LatexName             pacs
222         LabelType             Static
223         LabelString           "PACS number: "
224 End
225
226
227 Style Keywords
228         CopyStyle             PACS
229         InTitle               1
230         Latexname             keywords
231         LabelString           "Keywords: "
232 End
233
234
235 Input stdfloats.inc
236 Input stdcounters.inc