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