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