]> git.lyx.org Git - lyx.git/blob - lib/layouts/revtex.layout
820021a17c72c1105d02eccd6f2a878d728296ff
[lyx.git] / lib / layouts / revtex.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{article (REVTeX)}
3 # RevTeX 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 - using changes
10 #                       made by Jean-Marc Lasgouttes to amsart.layout)
11
12 # General textclass parameters
13 Columns                 1
14 Sides                   1
15 PageStyle               Headers
16 MaxCounter              Counter_Section
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 ############### Sections.
36
37 Input stdsections.inc
38
39 # Redefine some of the section styles.
40
41
42 Style Section
43         Align                 Center
44         AlignPossible         Block, Center, Left
45
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
74         Font
75           Shape               Italic
76           Size                Normal
77         EndFont
78 End
79
80
81 # then define the unumbered sections, based on the numbered ones.
82 Input stdstarsections.inc
83
84
85 # remove the layouts that do not make sense.
86 NoStyle         Chapter
87 NoStyle         Chapter*
88 NoStyle         Subparagraph
89 NoStyle         Subparagraph*
90
91 ########### LAYOUTS quotes, etc.
92 Input stdlayouts.inc
93
94 ########## LISTS
95 Input stdlists.inc
96
97 ################ STRUCTURE OF THE DOCUMENT
98 Input stdtitle.inc
99 Input stdstruct.inc
100
101
102 Style Title
103         Font
104           Series              Bold
105           Size                Large
106         EndFont
107 End
108
109 # Same as stdstruct.inc except the font
110 Style Author
111         Font
112           Size                Large
113           Shape               Smallcaps
114         EndFont
115 End
116
117
118 Style Date
119         LabelType             Static
120         LabelString           "Date: "
121
122         LabelFont
123           Shape               Italic
124           Size                Large
125         EndFont
126 End
127
128
129 Style Address
130         Margin                Dynamic
131         LatexType             Command
132         InTitle               1
133         LatexName             address
134         ParSkip               0.4
135         BottomSep             1.5
136         ParSep                1.5
137         Align                 Center
138         AlignPossible         Block, Left, Right, Center
139         LabelType             Static
140         LabelString           "Address: "
141
142         LabelFont
143           Shape               Italic
144         EndFont
145 End  
146
147
148 Style Abstract 
149         ItemSep               0.2
150         ParSep                0.3
151
152         Font
153           Size                Normal
154         EndFont
155
156         LabelFont
157           Size                Large
158         EndFont
159 End 
160
161 Input stdfloats.inc
162 Input stdcounters.inc
163
164 ### Finally a few obsolete definitions for compatibility
165 Input obsolete.inc
166
167 Style REVTEX_Title
168         ObsoletedBy           Title
169 End