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