tufte layout files:
[lyx.git] / lib / layouts / revtex4.layout
blob63ebdb8bfd06d908ece31d6776ca1ee1564e9eef
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
13 Format 11
14 Columns                 1
15 Sides                   1
16 PageStyle               Headers
17 Provides natbib-internal        1
18 Provides url            1
20 # Default textclass options. The user may need to modify this.
21 ClassOptions
22         Other                 "aps,manuscript"
23 End
25 Preamble
26         \@ifundefined{textcolor}{}
27         {%
28          \definecolor{BLACK}{gray}{0}
29          \definecolor{WHITE}{gray}{1}
30          \definecolor{RED}{rgb}{1,0,0}
31          \definecolor{GREEN}{rgb}{0,1,0}
32          \definecolor{BLUE}{rgb}{0,0,1}
33          \definecolor{CYAN}{cmyk}{1,0,0,0}
34          \definecolor{MAGENTA}{cmyk}{0,1,0,0}
35          \definecolor{YELLOW}{cmyk}{0,0,1,0}
36          }
37 EndPreamble
40 Style Standard
41         Margin                Static
42         LatexType             Paragraph
43         LatexName             dummy
44         ParIndent             MM
45         ParSkip               0.4
46         Align                 Block
47         AlignPossible         Block, Left, Right, Center
48         LabelType             No_Label
49 End
52 # Idea from aapaper: declare all layouts here ("Style Foo\nEnd\n")
53 # so that they appear in a specific order in the layout dropdown menu.
55 Input stdinsets.inc
56 Input stdsections.inc
57 Input numrevtex.inc
59 Style Section
60         Align                 Center
61         AlignPossible         Block, Center, Left
62         Font
63           Series              Medium
64           Shape               Smallcaps
65           Size                Large
66         EndFont
67 End
70 Style Subsection
71         Font
72           Series              Bold
73           Size                Normal
74         EndFont
75 End
78 Style Subsubsection
79         Font
80           Shape               Italic
81           Size                Normal
82         EndFont
83 End
86 Style Paragraph
87         TopSep                0.7
88         ParSep                0.4
89         Font
90           Shape               Italic
91           Size                Normal
92         EndFont
93 End
95 # then define the unumbered sections, based on the numbered ones.
96 Input stdstarsections.inc
98 NoStyle         Chapter
99 NoStyle         Chapter*
100 NoStyle         Subparagraph
101 NoStyle         Subparagraph*
103 Input stdlayouts.inc
104 Input stdlists.inc
105 Input stdtitle.inc
106 Input stdstruct.inc
109 Style Preprint
110         Margin                Right_Address_Box
111         LatexType             Command
112         InTitle               1
113         LatexName             preprint
114         ParSkip               0.4
115         BottomSep             1.5
116         ParSep                1.5
117         Align                 Left
121 Style Title
122         Font
123           Series              Bold
124           Size                Large
125         EndFont
129 Style Author
130         Font
131           Size                Large
132           Shape               Smallcaps
133         EndFont
137 Style Date
138         LabelType             Static
139         LabelString           "Date:"
140         LabelFont
141           Shape               Italic
142           Size                Large
143         EndFont
147 Style Affiliation
148         Margin                Dynamic
149         LatexType             Command
150         InTitle               1
151         LatexName             affiliation
152         ParSkip               0.4
153 #  BottomSep            1.5
154 #  ParSep               1.5
155         Align                 Center
156         AlignPossible         Block, Left, Right, Center
157         LabelType             Static
158         LabelSep              M
159         LabelString           "Affiliation:"
161         LabelFont
162           Shape               Italic
163         EndFont
167 Style AltAffiliation
168         CopyStyle             Affiliation
169         PassThru              1
170         LatexName             altaffiliation
171         OptionalArgs          1
172         LabelString           "AltAffiliation"
176 # Address is exactly the same as Affiliation. We just put this in so
177 # that tex2lyx will know what to do with it.
178 Style Address
179         CopyStyle             Affiliation
180         LatexName             address
181         LabelString           "Address:"
185 Style Thanks
186         CopyStyle             Affiliation
187         LatexName             thanks
188         LabelString           "Thanks:"
192 Style Author_Email
193         CopyStyle             Affiliation
194         PassThru              1
195         LatexName             email
196         OptionalArgs          1
197         LabelString           "Electronic Address:"
198         TextFont
199           Family              Typewriter
200         EndFont
201         LabelFont
202           Family              Roman
203         EndFont
207 Style Author_URL
208         CopyStyle             Author_Email
209         PassThru              1
210         LatexName             homepage
211         OptionalArgs          1
212         LabelString           "URL:"
216 Style Abstract
217         InTitle               1
218         ItemSep               0.2
219         ParSep                0.3
220         LabelFont
221           Size                Large
222         EndFont
226 Style Acknowledgments
227         LatexType             Environment
228         LatexName             acknowledgments
229         ParIndent             MM
230         ParSkip               0.4
231         Align                 Block
232         AlignPossible         Block, Left, Right, Center
233         LabelType             Centered_Top_Environment
234         LabelString           "acknowledgments"
235         LabelBottomSep        0.5
236         LabelFont
237           Series              Medium
238           Shape               Smallcaps
239           Size                Large
240         EndFont
244 Style PACS
245         Margin                Dynamic
246         LatexType             Command
247         InTitle               1
248         LatexName             pacs
249         LabelType             Static
250         LabelSep              M
251         LabelString           "PACS number:"
255 Style Keywords
256         CopyStyle             PACS
257         InTitle               1
258         Latexname             keywords
259         LabelSep              M
260         LabelString           "Keywords:"
264 Input stdfloats.inc
265 Input stdcounters.inc