]> git.lyx.org Git - lyx.git/blob - lib/layouts/revtex.layout
Update all layouts to format 35.
[lyx.git] / lib / layouts / revtex.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[revtex,revtex.sty]{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 Format 35
13 Columns                 1
14 Sides                   1
15 PageStyle               Headers
16
17 ClassOptions
18         Other                 "aps,manuscript"
19 End
20
21
22 Style Standard
23         Margin                Static
24         LatexType             Paragraph
25         LatexName             dummy
26         ParIndent             MM
27         ParSkip               0.4
28         Align                 Block
29         AlignPossible         Block, Left, Right, Center
30         LabelType             No_Label
31 End
32
33 Input stdinsets.inc
34 Input stdsections.inc
35 Input numrevtex.inc
36
37
38 Style Section
39         Align                 Center
40         AlignPossible         Block, Center, Left
41         Font
42           Series              Medium
43           Shape               Smallcaps
44           Size                Large
45         EndFont
46         TocLevel 1
47 End
48
49
50 Style Subsection
51         Font
52           Series              Bold
53           Size                Normal
54         EndFont
55         TocLevel 2
56 End
57
58
59 Style Subsubsection
60         Font
61           Shape               Italic
62           Size                Normal
63         EndFont
64         TocLevel 3
65 End
66
67
68 Style Paragraph
69         TopSep                0.7
70         ParSep                0.4
71         Font
72           Shape               Italic
73           Size                Normal
74         EndFont
75         TocLevel 4
76 End
77
78
79 # then define the unumbered sections, based on the numbered ones.
80 Input stdstarsections.inc
81
82 # remove the layouts that do not make sense.
83 NoStyle Chapter
84 NoStyle Chapter*
85 NoStyle Subparagraph
86 NoStyle Subparagraph*
87
88
89 Input stdlayouts.inc
90 Input stdlists.inc
91 Input stdtitle.inc
92 Input stdstruct.inc
93
94 Style Title
95         Font
96           Series              Bold
97           Size                Large
98         EndFont
99 End
100
101
102 Style Author
103         Font
104           Size                Large
105           Shape               Smallcaps
106         EndFont
107 End
108
109
110 Style Date
111         LabelType             Static
112         LabelString           "Date:"
113         LabelFont
114           Shape               Italic
115           Size                Large
116         EndFont
117 End
118
119
120 Style Address
121         Margin                Dynamic
122         LatexType             Command
123         InTitle               1
124         LatexName             address
125         ParSkip               0.4
126         BottomSep             1.5
127         ParSep                1.5
128         Align                 Center
129         AlignPossible         Block, Left, Right, Center
130         LabelType             Static
131         LabelSep              M
132         LabelString           "Address:"
133         LabelFont
134           Shape               Italic
135         EndFont
136 End
137
138
139 Style Abstract
140         ItemSep               0.2
141         ParSep                0.3
142         Font
143           Size                Normal
144         EndFont
145         LabelFont
146           Size                Large
147         EndFont
148 End
149
150
151 Input stdfloats.inc
152 Input stdcounters.inc