]> git.lyx.org Git - lyx.git/blob - lib/layouts/paper.layout
2d27455ff68e807aea6bab0f42bad8c3d745cdd0
[lyx.git] / lib / layouts / paper.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{article (paper)}
3 # Paper textclass definition file. 
4 # Created by Jean-Marc Lasgouttes (Jean-Marc.Lasgouttes@inria.fr)
5
6
7 # General textclass parameters
8 MaxCounter              Counter_Section
9 Columns                 1
10 Sides                   1
11 SecNumDepth             3
12 TocDepth                3
13
14
15 Style Standard
16         Margin                Static
17         LatexType             Paragraph
18         LatexName             dummy
19         ParIndent             MM
20         ParSkip               0.4
21         Align                 Block
22         AlignPossible         Block, Left, Right, Center
23         LabelType             No_Label
24 End
25
26
27 # A few lists
28 Input stdlists.inc
29
30
31 # Standard sections.
32 Input stdsections.inc
33
34
35 ### All the section headings now use sans serif
36
37 Style Part
38         Align                 Left
39         AlignPossible         Left
40         TopSep                2
41         BottomSep             1.5
42
43         Font
44           Family              Sans
45           Series              Bold
46           Size                Largest
47         EndFont
48 End
49
50
51 Style Section
52         Font 
53           Family              Sans
54           Series              Bold
55           Size                Large
56         EndFont
57 End
58
59
60 Style Subsection
61         Font 
62           Family              Sans
63           Series              Bold
64           Size                Large
65         EndFont
66 End
67
68
69 Style Subsubsection
70         Font 
71           Family              Sans
72           Series              Bold
73           Size                Normal
74         EndFont
75 End
76
77
78 Style Paragraph
79         Font 
80           Family              Sans
81           Series              Bold
82           Size                Normal
83         EndFont
84 End
85
86
87 Style Subparagraph
88         Font 
89           Family              Sans
90           Size                Normal
91         EndFont
92 End
93
94
95 # Starred versions of the sectioning layouts.
96 Input stdstarsections.inc
97
98
99 # There are no chapters in a paper.
100 NoStyle                 Chapter
101 NoStyle                 Chapter*
102
103
104 # Some standard layouts 
105 Input stdtitle.inc
106 Input stdstruct.inc
107 Input lyxmacros.inc
108 Input stdlayouts.inc
109 Input stdfloats.inc
110 Input stdcounters.inc
111 Input obsolete.inc
112
113
114 ### The description environment also uses sans serif labels.
115 Style Description
116         LabelFont 
117           Family              Sans
118           Series              Bold
119         EndFont
120 End
121
122 ### The \maketitle stuff is by default left justified.
123 Style Title
124         Align                 Left
125         AlignPossible         Left
126
127         Font 
128           Family              Sans
129           Series              Bold
130           Size                Largest
131         EndFont
132 End
133
134
135 Style Author
136         Align                 Left
137         AlignPossible         Left
138
139         Font 
140           Size                Larger
141           Family              Sans
142           Shape               Italic
143         EndFont
144 End
145
146
147 Style Abstract
148         Align                 Left
149         AlignPossible         Left
150
151         Font 
152           Size                Small
153           Family              Sans
154         EndFont
155 End
156
157
158 ### A few new things defined only in the paper document class
159 Style SubTitle
160         CopyStyle             Title
161         LatexName             subtitle
162
163         Font 
164           Family              Sans
165           Series              Medium
166           Size                Large
167         EndFont
168 End
169
170
171 Style Institution
172         CopyStyle             Title
173         LatexName             institution
174
175         Font 
176           Family              Sans
177           Series              Medium
178           Size                Normal
179         EndFont
180 End
181
182
183 Style Keywords
184         CopyStyle             Abstract
185         LatexName             keywords
186         LabelString           "Keywords:"
187 End