]> git.lyx.org Git - lyx.git/blob - lib/layouts/aapaper.layout
Rename file.
[lyx.git] / lib / layouts / aapaper.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[aa]{article (A&A V4)}
3 #
4 # Author: Peter Sütterlin <pit@uni-sw.gwdg.de>
5
6 # This is for the old Springer layout of A&A (aa.cls version 4.x)
7 # If you still have this, please upgrade to version 5 (see Extended.lyx)
8 #
9 # If you want to keep the layout for old papers I'd suggest to rename
10 # the old style file to aa-old and change the second line in this file to
11
12 #  \DeclareLaTeXClass[aa-old]{article (A&A V4)}
13 #
14 # and reconfigure LyX (after running texhash, of course).
15
16 # General textclass parameters
17 Columns                 2
18 Sides                   2
19 MaxCounter              Counter_Section
20 SecNumDepth             3
21 TocDepth                0
22 PageStyle               Plain
23
24 DefaultFont
25         Family                Roman
26         Series                Medium
27         Shape                 Up
28         Size                  Normal
29         Color                 None
30 EndFont
31
32 # Standard style definition
33 Style Standard
34         Margin                Static
35         LatexType             Paragraph
36         LatexName             dummy
37         ParIndent             MM
38         ParSkip               0.4
39         Align                 Block
40         AlignPossible         Block, Left, Right, Center
41         LabelType             No_Label
42 End
43
44 # I want to keep the entries in a logical order.
45 # Therefore I'll define the entries first, then fill them
46
47 Style Itemize
48         End
49 Style Enumerate
50         End
51 Style Description
52         End
53 Style List
54         End
55 Style Caption
56         End
57 Style LaTeX
58         End
59 Style Section
60         End
61 Style Subsection
62         End
63 Style Subsubsection
64         End
65 Style Title
66         End
67 Style Subtitle
68         End
69 Style Author
70         End
71 Style Address
72         End
73 Style Email
74         End
75 Style Offprint
76         End
77 Style Thesaurus
78         End
79 Style Date
80         End
81 Style Abstract 
82         End
83 Style Acknowledgement
84         End
85 Style Bibliography
86         End
87
88 # OK, now we have a more or less consistent Ordering. Now fill the
89 # definitions. 
90 # First, the standard includes
91
92 Input stdlists.inc
93 Input stdlayouts.inc
94 Input stdsections.inc
95 Input stdtitle.inc
96 Input stdstruct.inc
97 Input stdfloats.inc
98 Input stdcounters.inc
99 # Remove unwanted Styles
100
101 NoStyle Quotation
102 NoStyle Quote
103 NoStyle Verse
104 NoStyle Chapter
105 NoStyle Paragraph
106 NoStyle Subparagraph
107 NoStyle Part
108
109 # Definitions only valid for A&A style
110 Input aapaper.inc
111
112 # Redefine some things
113
114 # Section style redefinition
115 Style Section
116         TopSep                2.0
117         BottomSep             1.3
118         Font 
119           Size                Normal
120         EndFont
121 End
122
123 # Subsection style redefinition
124 Style Subsection
125         TopSep                1.7
126         BottomSep             1.1
127         Font 
128           Series              Medium
129           Size                Normal
130           Shape               Italic
131         EndFont
132 End
133
134 # Subsubsection style redefinition
135 Style Subsubsection
136         TopSep                1.7
137         BottomSep             1.1
138         Font 
139           Series              Medium
140           Size                Normal
141         EndFont
142 End
143
144 # Title style redefinition
145 Style Title
146         TopSep                2
147         BottomSep             1.3
148         Align                 Left
149         AlignPossible         Left
150         Font 
151           Series              Bold
152         EndFont
153 End
154
155 # Author style redefinition
156 Style Author
157         Align                 Left
158         AlignPossible         Left
159         LabelType             No_Label
160         Font 
161           Size                Normal
162           Series              Bold
163         EndFont
164 End
165
166 # Date style redefinition
167 Style Date
168         LabelSep              ""
169         TopSep                1.2
170         Align                 Left
171         AlignPossible         Left
172         Font 
173           Size                Small
174         EndFont
175 End
176
177 # Abstract style redefinition
178 Style Abstract 
179         LeftMargin            ""
180         RightMargin           ""
181         ParIndent             ""
182         TopSep                1.4
183         BottomSep             0.7
184         LabelType             Top_Environment
185         Font 
186           Size                Normal
187         EndFont
188         LabelFont 
189           Series              Bold
190           Size                Normal
191         EndFont
192 End 
193
194 # Bibliography style redefinition
195 Style Bibliography
196         Align                 Left
197         AlignPossible         Left
198         LabelFont 
199           Series              Bold
200         EndFont
201 End
202