]> git.lyx.org Git - features.git/blob - lib/layouts/paper.layout
ea970e428307320b4f9f67da35c7e26bfc60ab61
[features.git] / lib / layouts / paper.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{Paper (Standard Class)}
3 #  \DeclareCategory{Articles}
4 # Paper textclass definition file.
5 # Created by Jean-Marc Lasgouttes (Jean-Marc.Lasgouttes@inria.fr)
6
7
8 Format 90
9 Columns                 1
10 Sides                   1
11 SecNumDepth             3
12 TocDepth                3
13
14 Style Standard
15         Category              MainText
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         HTMLStyle
25                 div.standard {
26                         margin-bottom: 2ex;
27                 }
28         EndHTMLStyle
29         DocBookTag            para
30 End
31
32 Input stdtitle.inc
33 Input stdstruct.inc
34 Input lyxmacros.inc
35 Input stdlayouts.inc
36 Input stdfloats.inc
37 Input stdlists.inc
38 Input stdcounters.inc
39
40 ###### All the section headings now use sans serif
41 Input stdsections.inc
42
43 Style Part
44         Align                 Left
45         TopSep                2
46         BottomSep             1.5
47         Font
48           Family              Sans
49           Series              Bold
50           Size                Largest
51         EndFont
52 End
53
54
55 Style Section
56         Font
57           Family              Sans
58           Series              Bold
59           Size                Large
60         EndFont
61 End
62
63
64 Style Subsection
65         Font
66           Family              Sans
67           Series              Bold
68           Size                Large
69         EndFont
70 End
71
72
73 Style Subsubsection
74         Font
75           Family              Sans
76           Series              Bold
77           Size                Normal
78         EndFont
79 End
80
81
82 Style Paragraph
83         Font
84           Family              Sans
85           Series              Bold
86           Size                Normal
87         EndFont
88 End
89
90
91 Style Subparagraph
92         Font
93           Family              Sans
94           Size                Normal
95         EndFont
96 End
97
98 Style Description
99         LabelFont
100           Family              Sans
101           Series              Medium
102         EndFont
103 End
104
105 Input stdstarsections.inc
106
107 # There are no chapters in a paper.
108 NoStyle                 Chapter
109 NoCounter               chapter
110 NoStyle                 Chapter*
111
112
113
114 ###### The \maketitle stuff is by default left justified.
115 Style Title
116         Align                 Left
117         Font
118           Family              Sans
119           Series              Bold
120           Size                Largest
121         EndFont
122         DocBookTag            title
123         DocBookTagType        paragraph
124         DocBookInInfo         maybe
125 End
126
127
128 Style Author
129         Align                 Left
130         Font
131           Size                Larger
132           Family              Sans
133           Shape               Italic
134         EndFont
135 End
136
137
138 Style Abstract
139         Font
140           Size                Small
141         EndFont
142         LabelType             Above
143         LabelFont
144           Series              Bold
145           Family              Sans
146           Size                Small
147         EndFont
148         LeftMargin            ""
149         RightMargin           ""
150         ParIndent             ""
151 End
152
153
154 ### A few new things defined only in the paper document class
155 Style SubTitle
156         CopyStyle             Title
157         LatexName             subtitle
158         Font
159           Family              Sans
160           Series              Medium
161           Size                Large
162         EndFont
163         HTMLTitle             false
164         DocBookTag            subtitle
165         DocBookInInfo         maybe
166 End
167
168
169 Style Institution
170         CopyStyle             Title
171         LatexName             institution
172         Font
173           Family              Sans
174           Series              Medium
175           Size                Normal
176         EndFont
177         HTMLTag               div
178         HTMLTitle             false
179 End
180
181
182 Style Keywords
183         CopyStyle             Abstract
184         LatexName             keywords
185         LabelString           "Keywords:"
186         DocBookTag         keyword
187         DocBookTagType     paragraph
188         DocBookWrapperTag  keywordset
189         DocBookInInfo      always
190 End