]> git.lyx.org Git - lyx.git/blob - lib/layouts/paper.layout
DocBook: implement standard for layouts that previously missed it.
[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 85
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 End
123
124
125 Style Author
126         Align                 Left
127         Font
128           Size                Larger
129           Family              Sans
130           Shape               Italic
131         EndFont
132 End
133
134
135 Style Abstract
136         Font
137           Size                Small
138         EndFont
139         LabelType             Above
140         LabelFont
141           Series              Bold
142           Family              Sans
143           Size                Small
144         EndFont
145         LeftMargin            ""
146         RightMargin           ""
147         ParIndent             ""
148 End
149
150
151 ### A few new things defined only in the paper document class
152 Style SubTitle
153         CopyStyle             Title
154         LatexName             subtitle
155         Font
156           Family              Sans
157           Series              Medium
158           Size                Large
159         EndFont
160         HTMLTitle             false
161         DocBookTag            subtitle
162 End
163
164
165 Style Institution
166         CopyStyle             Title
167         LatexName             institution
168         Font
169           Family              Sans
170           Series              Medium
171           Size                Normal
172         EndFont
173         HTMLTag               div
174         HTMLTitle             false
175 End
176
177
178 Style Keywords
179         CopyStyle             Abstract
180         LatexName             keywords
181         LabelString           "Keywords:"
182         DocBookTag         keyword
183         DocBookTagType     paragraph
184         DocBookWrapperTag  keywordset
185         DocBookInInfo      always
186 End