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