]> git.lyx.org Git - lyx.git/blob - lib/layouts/paper.layout
Remove redundant AlignPossible lines.
[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 5
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 stdinsets.inc
27 Input stdlists.inc
28 Input stdsections.inc
29
30
31 # All the section headings now use sans serif
32 Style Part
33         Align                 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         Font
115           Family              Sans
116           Series              Bold
117           Size                Largest
118         EndFont
119 End
120
121
122 Style Author
123         Align                 Left
124         Font
125           Size                Larger
126           Family              Sans
127           Shape               Italic
128         EndFont
129 End
130
131
132 Style Abstract
133         Font
134           Size                Small
135         EndFont
136         LabelType             Top_Environment
137         LabelFont
138           Series              Bold
139           Family              Sans
140           Size                Small
141         EndFont
142         LeftMargin            ""
143         RightMargin           ""
144         ParIndent             ""
145 End
146
147
148 ### A few new things defined only in the paper document class
149 Style SubTitle
150         CopyStyle             Title
151         LatexName             subtitle
152         Font
153           Family              Sans
154           Series              Medium
155           Size                Large
156         EndFont
157 End
158
159
160 Style Institution
161         CopyStyle             Title
162         LatexName             institution
163         Font
164           Family              Sans
165           Series              Medium
166           Size                Normal
167         EndFont
168 End
169
170
171 Style Keywords
172         CopyStyle             Abstract
173         LatexName             keywords
174         LabelString           "Keywords:"
175 End