]> git.lyx.org Git - lyx.git/blob - lib/layouts/paper.layout
Update description to reflect arg improvements
[lyx.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 54
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 End
30
31 Input stdtitle.inc
32 Input stdstruct.inc
33 Input lyxmacros.inc
34 Input stdlayouts.inc
35 Input stdfloats.inc
36 Input stdsections.inc
37 Input stdstarsections.inc
38 Input stdlists.inc
39 Input stdcounters.inc
40 Input stdciteformats.inc
41
42 # There are no chapters in a paper.
43 NoStyle                 Chapter
44 NoCounter               chapter
45 NoStyle                 Chapter*
46
47 # All the section headings now use sans serif
48 Style Part
49         Align                 Left
50         TopSep                2
51         BottomSep             1.5
52         Font
53           Family              Sans
54           Series              Bold
55           Size                Largest
56         EndFont
57 End
58
59
60 Style Section
61         Font
62           Family              Sans
63           Series              Bold
64           Size                Large
65         EndFont
66 End
67
68
69 Style Subsection
70         Font
71           Family              Sans
72           Series              Bold
73           Size                Large
74         EndFont
75 End
76
77
78 Style Subsubsection
79         Font
80           Family              Sans
81           Series              Bold
82           Size                Normal
83         EndFont
84 End
85
86
87 Style Paragraph
88         Font
89           Family              Sans
90           Series              Bold
91           Size                Normal
92         EndFont
93 End
94
95
96 Style Subparagraph
97         Font
98           Family              Sans
99           Size                Normal
100         EndFont
101 End
102
103 Style Description
104         LabelFont
105           Family              Sans
106           Series              Medium
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             Above
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         HTMLTitle             false
158 End
159
160
161 Style Institution
162         CopyStyle             Title
163         LatexName             institution
164         Font
165           Family              Sans
166           Series              Medium
167           Size                Normal
168         EndFont
169         HTMLTag               div
170         HTMLTitle             false
171 End
172
173
174 Style Keywords
175         CopyStyle             Abstract
176         LatexName             keywords
177         LabelString           "Keywords:"
178 End