]> git.lyx.org Git - lyx.git/blob - lib/layouts/paper.layout
Rename file.
[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 # General textclass parameters
8 MaxCounter              Counter_Section
9 Columns                 1
10 Sides                   1
11 SecNumDepth             3
12 TocDepth                3
13
14 # Standard style definition
15 Style Standard
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 End
25
26 # A few lists
27 Input stdlists.inc
28
29 # Standard sections.
30 Input stdsections.inc
31
32 ### All the section headings now use sans serif
33 Style Part
34         Align                 Left
35         AlignPossible         Left
36         TopSep                2
37         BottomSep             1.5
38
39         Font
40           Family              Sans
41           Series              Bold
42           Size                Largest
43         EndFont
44 End
45
46 Style Section
47         Font 
48           Family              Sans
49           Series              Bold
50           Size                Large
51         EndFont
52 End
53
54 Style Subsection
55         Font 
56           Family              Sans
57           Series              Bold
58           Size                Large
59         EndFont
60 End
61
62 Style Subsubsection
63         Font 
64           Family              Sans
65           Series              Bold
66           Size                Normal
67         EndFont
68 End
69
70 Style Paragraph
71         Font 
72           Family              Sans
73           Series              Bold
74           Size                Normal
75         EndFont
76 End
77
78 Style Subparagraph
79         Font 
80           Family              Sans
81           Size                Normal
82         EndFont
83 End
84
85 # Starred versions of the sectioning layouts.
86 Input stdstarsections.inc
87
88 # There are no chapters in a paper.
89 NoStyle                 Chapter
90 NoStyle                 Chapter*
91
92 # Some standard layouts 
93 Input stdtitle.inc
94 Input stdstruct.inc
95 Input lyxmacros.inc
96 Input stdlayouts.inc
97 Input stdfloats.inc
98 Input stdcounters.inc
99 Input obsolete.inc
100
101 ### The description environment also uses sans serif labels.
102 Style Description
103         LabelFont 
104           Family              Sans
105           Series              Bold
106         EndFont
107 End
108
109 ### The \maketitle stuff is by default left justified.
110 Style Title
111         Align                 Left
112         AlignPossible         Left
113
114         Font 
115           Family              Sans
116           Series              Bold
117           Size                Largest
118         EndFont
119 End
120
121 Style Author
122         Align                 Left
123         AlignPossible         Left
124
125         Font 
126           Size                Larger
127           Family              Sans
128           Shape               Italic
129         EndFont
130 End
131
132 Style Abstract
133         Align                 Left
134         AlignPossible         Left
135
136         Font 
137           Size                Small
138           Family              Sans
139         EndFont
140 End
141
142 ### A few new things defined only in the paper document class
143 Style SubTitle
144         CopyStyle             Title
145         LatexName             subtitle
146
147         Font 
148           Family              Sans
149           Series              Medium
150           Size                Large
151         EndFont
152 End
153
154 Style Institution
155         CopyStyle             Title
156         LatexName             institution
157
158         Font 
159           Family              Sans
160           Series              Medium
161           Size                Normal
162         EndFont
163 End
164
165 Style Keywords
166         CopyStyle             Abstract
167         LatexName             keywords
168         LabelString           "Keywords:"
169 End