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