]> git.lyx.org Git - lyx.git/blob - lib/layouts/paper.layout
7ca64cb29e12eec704dc2a4021bedd532a7b340f
[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 7
8 Columns                 1
9 Sides                   1
10 SecNumDepth             3
11 TocDepth                3
12 DefaultStyle            Standard
13
14
15
16 Style Standard
17         Margin                Static
18         LatexType             Paragraph
19         LatexName             dummy
20         ParIndent             MM
21         ParSkip               0.4
22         Align                 Block
23         AlignPossible         Block, Left, Right, Center
24         LabelType             No_Label
25 End
26
27
28 Input stdinsets.inc
29 Input stdlists.inc
30 Input stdsections.inc
31
32
33 # All the section headings now use sans serif
34 Style Part
35         Align                 Left
36         TopSep                2
37         BottomSep             1.5
38         Font
39           Family              Sans
40           Series              Bold
41           Size                Largest
42         EndFont
43 End
44
45
46 Style Section
47         Font
48           Family              Sans
49           Series              Bold
50           Size                Large
51         EndFont
52 End
53
54
55 Style Subsection
56         Font
57           Family              Sans
58           Series              Bold
59           Size                Large
60         EndFont
61 End
62
63
64 Style Subsubsection
65         Font
66           Family              Sans
67           Series              Bold
68           Size                Normal
69         EndFont
70 End
71
72
73 Style Paragraph
74         Font
75           Family              Sans
76           Series              Bold
77           Size                Normal
78         EndFont
79 End
80
81
82 Style Subparagraph
83         Font
84           Family              Sans
85           Size                Normal
86         EndFont
87 End
88
89
90 Input stdstarsections.inc
91
92
93 # There are no chapters in a paper.
94 NoStyle                 Chapter
95 NoStyle                 Chapter*
96
97 Input stdtitle.inc
98 Input stdstruct.inc
99 Input lyxmacros.inc
100 Input stdlayouts.inc
101 Input stdfloats.inc
102 Input stdcounters.inc
103
104
105 Style Description
106         LabelFont
107           Family              Sans
108           Series              Bold
109         EndFont
110 End
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             Top_Environment
139         LabelFont
140           Series              Bold
141           Family              Sans
142           Size                Small
143         EndFont
144         LeftMargin            ""
145         RightMargin           ""
146         ParIndent             ""
147         Preamble
148                 \if@titlepage\else\if@center\else\def\endabstract{\par\bigskip}\fi\fi
149         EndPreamble
150 End
151
152
153 ### A few new things defined only in the paper document class
154 Style SubTitle
155         CopyStyle             Title
156         LatexName             subtitle
157         Font
158           Family              Sans
159           Series              Medium
160           Size                Large
161         EndFont
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 End
174
175
176 Style Keywords
177         CopyStyle             Abstract
178         LatexName             keywords
179         LabelString           "Keywords:"
180 End