]> git.lyx.org Git - lyx.git/blob - lib/layouts/aapaper.layout
8c0f94ffec99e11a50eb6602418d32a84829b473
[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
98 # Remove unwanted Styles
99
100 NoStyle Quotation
101 NoStyle Quote
102 NoStyle Verse
103 NoStyle Chapter
104 NoStyle Paragraph
105 NoStyle Subparagraph
106 NoStyle Part
107
108 # Definitions only valid for A&A style
109 Input aapaper.inc
110
111 # Redefine some things
112
113 # Section style redefinition
114 Style Section
115   TopSep                2.0
116   BottomSep             1.3
117   Font 
118     Size                Normal
119   EndFont
120 End
121
122 # Subsection style redefinition
123 Style Subsection
124   TopSep                1.7
125   BottomSep             1.1
126   Font 
127     Series              Medium
128     Size                Normal
129     Shape               Italic
130   EndFont
131 End
132
133 # Subsubsection style redefinition
134 Style Subsubsection
135   TopSep                1.7
136   BottomSep             1.1
137   Font 
138     Series              Medium
139     Size                Normal
140   EndFont
141 End
142
143 # Title style redefinition
144 Style Title
145   TopSep                2
146   BottomSep             1.3
147   Align                 Left
148   AlignPossible         Left
149   Font 
150     Series              Bold
151   EndFont
152 End
153
154 # Author style redefinition
155 Style Author
156   Align                 Left
157   AlignPossible         Left
158   LabelType             No_Label
159   Font 
160     Size                Normal
161     Series              Bold
162   EndFont
163 End
164
165 # Date style redefinition
166 Style Date
167   LabelSep              ""
168   TopSep                1.2
169   Align                 Left
170   AlignPossible         Left
171   Font 
172     Size                Small
173   EndFont
174 End
175
176 # Abstract style redefinition
177 Style Abstract 
178   LeftMargin            ""
179   RightMargin           ""
180   ParIndent             ""
181   TopSep                1.4
182   BottomSep             0.7
183   LabelType             Top_Environment
184   Font 
185     Size                Normal
186   EndFont
187   LabelFont 
188     Series              Bold
189     Size                Normal
190   EndFont
191 End 
192
193 # Bibliography style redefinition
194 Style Bibliography
195   Align                 Left
196   AlignPossible         Left
197   LabelFont 
198     Series              Bold
199   EndFont
200 End
201