]> git.lyx.org Git - lyx.git/blob - lib/layouts/paper.layout
New framework for declaring generic features in textclasses.
[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 Format 4
8 Columns                 1
9 Sides                   1
10 SecNumDepth             3
11 TocDepth                3
12
13
14 Style Standard
15         Margin                Static
16         LatexType             Paragraph
17         LatexName             dummy
18         ParIndent             MM
19         ParSkip               0.4
20         Align                 Block
21         AlignPossible         Block, Left, Right, Center
22         LabelType             No_Label
23 End
24
25
26 Input stdlists.inc
27 Input stdsections.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         Font
137           Size                Small
138         EndFont
139         LabelType             Top_Environment
140         LabelFont
141           Series              Bold
142           Family              Sans
143           Size                Small
144         EndFont
145         LeftMargin            ""
146         RightMargin           ""
147         ParIndent             ""
148 End
149
150
151 ### A few new things defined only in the paper document class
152 Style SubTitle
153         CopyStyle             Title
154         LatexName             subtitle
155         Font
156           Family              Sans
157           Series              Medium
158           Size                Large
159         EndFont
160 End
161
162
163 Style Institution
164         CopyStyle             Title
165         LatexName             institution
166         Font
167           Family              Sans
168           Series              Medium
169           Size                Normal
170         EndFont
171 End
172
173
174 Style Keywords
175         CopyStyle             Abstract
176         LatexName             keywords
177         LabelString           "Keywords:"
178 End