]> git.lyx.org Git - lyx.git/blob - lib/layouts/paper.layout
Merge branch 'master' of git.lyx.org:lyx
[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 41
9 Columns                 1
10 Sides                   1
11 SecNumDepth             3
12 TocDepth                3
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         HTMLStyle
24                 div.standard {
25                         margin-bottom: 2ex;
26                 }
27         EndHTMLStyle
28 End
29
30 Input stdtitle.inc
31 Input stdstruct.inc
32 Input lyxmacros.inc
33 Input stdlayouts.inc
34 Input stdfloats.inc
35 Input stdsections.inc
36 Input stdstarsections.inc
37 Input stdlists.inc
38 Input stdcounters.inc
39 Input stdciteformats.inc
40
41 # There are no chapters in a paper.
42 NoStyle                 Chapter
43 NoCounter                 chapter
44 NoStyle                 Chapter*
45
46 # All the section headings now use sans serif
47 Style Part
48         Align                 Left
49         TopSep                2
50         BottomSep             1.5
51         Font
52           Family              Sans
53           Series              Bold
54           Size                Largest
55         EndFont
56 End
57
58
59 Style Section
60         Font
61           Family              Sans
62           Series              Bold
63           Size                Large
64         EndFont
65 End
66
67
68 Style Subsection
69         Font
70           Family              Sans
71           Series              Bold
72           Size                Large
73         EndFont
74 End
75
76
77 Style Subsubsection
78         Font
79           Family              Sans
80           Series              Bold
81           Size                Normal
82         EndFont
83 End
84
85
86 Style Paragraph
87         Font
88           Family              Sans
89           Series              Bold
90           Size                Normal
91         EndFont
92 End
93
94
95 Style Subparagraph
96         Font
97           Family              Sans
98           Size                Normal
99         EndFont
100 End
101
102 Style Description
103         LabelFont
104           Family              Sans
105           Series              Bold
106         EndFont
107 End
108
109
110 # The \maketitle stuff is by default left justified.
111 Style Title
112         Align                 Left
113         Font
114           Family              Sans
115           Series              Bold
116           Size                Largest
117         EndFont
118 End
119
120
121 Style Author
122         Align                 Left
123         Font
124           Size                Larger
125           Family              Sans
126           Shape               Italic
127         EndFont
128 End
129
130
131 Style Abstract
132         Font
133           Size                Small
134         EndFont
135         LabelType             Top_Environment
136         LabelFont
137           Series              Bold
138           Family              Sans
139           Size                Small
140         EndFont
141         LeftMargin            ""
142         RightMargin           ""
143         ParIndent             ""
144 End
145
146
147 ### A few new things defined only in the paper document class
148 Style SubTitle
149         CopyStyle             Title
150         LatexName             subtitle
151         Font
152           Family              Sans
153           Series              Medium
154           Size                Large
155         EndFont
156         HTMLTitle             false
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         HTMLTag               div
169         HTMLTitle             false
170 End
171
172
173 Style Keywords
174         CopyStyle             Abstract
175         LatexName             keywords
176         LabelString           "Keywords:"
177 End