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