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