]> git.lyx.org Git - lyx.git/blob - lib/layouts/revtex.layout
New AddToPreamble tag for layout files. This tag will ADD some information to the...
[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 Format 7
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 End
47
48
49 Style Subsection
50         Font
51           Series              Bold
52           Size                Normal
53         EndFont
54 End
55
56
57 Style Subsubsection
58         Font
59           Shape               Italic
60           Size                Normal
61         EndFont
62 End
63
64
65 Style Paragraph
66         TopSep                0.7
67         ParSep                0.4
68         Font
69           Shape               Italic
70           Size                Normal
71         EndFont
72 End
73
74
75 # then define the unumbered sections, based on the numbered ones.
76 Input stdstarsections.inc
77
78 # remove the layouts that do not make sense.
79 NoStyle Chapter
80 NoStyle Chapter*
81 NoStyle Subparagraph
82 NoStyle Subparagraph*
83
84
85 Input stdlayouts.inc
86 Input stdlists.inc
87 Input stdtitle.inc
88 Input stdstruct.inc
89
90 Style Title
91         Font
92           Series              Bold
93           Size                Large
94         EndFont
95 End
96
97
98 Style Author
99         Font
100           Size                Large
101           Shape               Smallcaps
102         EndFont
103 End
104
105
106 Style Date
107         LabelType             Static
108         LabelString           "Date:"
109         LabelFont
110           Shape               Italic
111           Size                Large
112         EndFont
113 End
114
115
116 Style Address
117         Margin                Dynamic
118         LatexType             Command
119         InTitle               1
120         LatexName             address
121         ParSkip               0.4
122         BottomSep             1.5
123         ParSep                1.5
124         Align                 Center
125         AlignPossible         Block, Left, Right, Center
126         LabelType             Static
127         LabelSep              M
128         LabelString           "Address:"
129         LabelFont
130           Shape               Italic
131         EndFont
132 End
133
134
135 Style Abstract
136         ItemSep               0.2
137         ParSep                0.3
138         Font
139           Size                Normal
140         EndFont
141         LabelFont
142           Size                Large
143         EndFont
144 End
145
146
147 Input stdfloats.inc
148 Input stdcounters.inc