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