]> git.lyx.org Git - lyx.git/blob - lib/layouts/revtex.layout
Rename file.
[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 # Standard style definition
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 # Section-numbered style definition
42 Style Section
43         Align                 Center
44         AlignPossible         Block, Center, Left
45
46         # standard font definition
47         Font
48           Series              Medium
49           Shape               Smallcaps
50           Size                Large
51         EndFont
52 End
53
54 # Subsection-numbered style definition
55 Style Subsection
56         # standard font definition
57         Font
58           Series              Bold
59           Size                Normal
60         EndFont
61 End
62
63 # Subsubsection-numbered style definition
64 Style Subsubsection
65         # standard font definition
66         Font
67           Shape               Italic
68           Size                Normal
69         EndFont
70 End
71
72 # Paragraph-numbered style definition
73 Style Paragraph
74         TopSep                0.7
75         ParSep                0.4
76
77         # standard font definition
78         Font
79           Shape               Italic
80           Size                Normal
81         EndFont
82 End
83
84 # then define the unumbered sections, based on the numbered ones.
85 Input stdstarsections.inc
86
87 # remove the layouts that do not make sense.
88 NoStyle         Chapter
89 NoStyle         Chapter*
90 NoStyle         Subparagraph
91 NoStyle         Subparagraph*
92
93 ########### LAYOUTS quotes, etc.
94 Input stdlayouts.inc
95
96 ########## LISTS
97 Input stdlists.inc
98
99 ################ STRUCTURE OF THE DOCUMENT
100 Input stdtitle.inc
101 Input stdstruct.inc
102
103 # Title style definition
104 Style Title
105         # standard font definition
106         Font
107           Series              Bold
108           Size                Large
109         EndFont
110 End
111
112 # Author style definition
113 # Same as stdstruct.inc except the font
114 Style Author
115         # standard font definition
116         Font
117           Size                Large
118           Shape               Smallcaps
119         EndFont
120 End
121
122 # Date style definition
123 Style Date
124         LabelType             Static
125         LabelString           "Date: "
126
127         # standard font definition
128         LabelFont
129           Shape               Italic
130           Size                Large
131         EndFont
132 End
133
134 # Address style definition
135 Style Address
136         Margin                Dynamic
137         LatexType             Command
138         InTitle               1
139         LatexName             address
140         ParSkip               0.4
141         BottomSep             1.5
142         ParSep                1.5
143         Align                 Center
144         AlignPossible         Block, Left, Right, Center
145         LabelType             Static
146         LabelString           "Address: "
147
148         LabelFont
149           Shape               Italic
150         EndFont
151 End  
152
153 # Abstract style definition
154 Style Abstract 
155         ItemSep               0.2
156         ParSep                0.3
157
158         # standard font definition
159         Font
160           Size                Normal
161         EndFont
162
163         # label font definition
164         LabelFont
165           Size                Large
166         EndFont
167 End 
168
169 Input stdfloats.inc
170 Input stdcounters.inc
171
172 ### Finally a few obsolete definitions for compatibility
173 Input obsolete.inc
174
175 Style REVTEX_Title
176         ObsoletedBy           Title
177 End