]> git.lyx.org Git - lyx.git/blob - lib/layouts/paper.layout
Whitespace, only whitespace. Part II.
[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 Columns                 1
8 Sides                   1
9 SecNumDepth             3
10 TocDepth                3
11
12
13 Style Standard
14         Margin                Static
15         LatexType             Paragraph
16         LatexName             dummy
17         ParIndent             MM
18         ParSkip               0.4
19         Align                 Block
20         AlignPossible         Block, Left, Right, Center
21         LabelType             No_Label
22 End
23
24
25 Input stdlists.inc
26 Input stdsections.inc
27 Input numarticle.inc
28
29
30 # All the section headings now use sans serif
31 Style Part
32         Align                 Left
33         AlignPossible         Left
34         TopSep                2
35         BottomSep             1.5
36         Font
37           Family              Sans
38           Series              Bold
39           Size                Largest
40         EndFont
41 End
42
43
44 Style Section
45         Font
46           Family              Sans
47           Series              Bold
48           Size                Large
49         EndFont
50 End
51
52
53 Style Subsection
54         Font
55           Family              Sans
56           Series              Bold
57           Size                Large
58         EndFont
59 End
60
61
62 Style Subsubsection
63         Font
64           Family              Sans
65           Series              Bold
66           Size                Normal
67         EndFont
68 End
69
70
71 Style Paragraph
72         Font
73           Family              Sans
74           Series              Bold
75           Size                Normal
76         EndFont
77 End
78
79
80 Style Subparagraph
81         Font
82           Family              Sans
83           Size                Normal
84         EndFont
85 End
86
87
88 Input stdstarsections.inc
89
90
91 # There are no chapters in a paper.
92 NoStyle                 Chapter
93 NoStyle                 Chapter*
94
95 Input stdtitle.inc
96 Input stdstruct.inc
97 Input lyxmacros.inc
98 Input stdlayouts.inc
99 Input stdfloats.inc
100 Input stdcounters.inc
101
102
103 Style Description
104         LabelFont
105           Family              Sans
106           Series              Bold
107         EndFont
108 End
109
110
111 # The \maketitle stuff is by default left justified.
112 Style Title
113         Align                 Left
114         AlignPossible         Left
115         Font
116           Family              Sans
117           Series              Bold
118           Size                Largest
119         EndFont
120 End
121
122
123 Style Author
124         Align                 Left
125         AlignPossible         Left
126
127         Font
128           Size                Larger
129           Family              Sans
130           Shape               Italic
131         EndFont
132 End
133
134
135 Style Abstract
136         Align                 Left
137         AlignPossible         Left
138         Font
139           Size                Small
140           Family              Sans
141         EndFont
142 End
143
144
145 ### A few new things defined only in the paper document class
146 Style SubTitle
147         CopyStyle             Title
148         LatexName             subtitle
149         Font
150           Family              Sans
151           Series              Medium
152           Size                Large
153         EndFont
154 End
155
156
157 Style Institution
158         CopyStyle             Title
159         LatexName             institution
160         Font
161           Family              Sans
162           Series              Medium
163           Size                Normal
164         EndFont
165 End
166
167
168 Style Keywords
169         CopyStyle             Abstract
170         LatexName             keywords
171         LabelString           "Keywords:"
172 End