]> git.lyx.org Git - lyx.git/blob - lib/layouts/paper.layout
Change LFUN_FONT_CODE to LFUN_FONT_TYPEWERITER, possibly in preparation for a move...
[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 5
8 Columns                 1
9 Sides                   1
10 SecNumDepth             3
11 TocDepth                3
12
13
14 Style Standard
15         Margin                Static
16         LatexType             Paragraph
17         LatexName             dummy
18         ParIndent             MM
19         ParSkip               0.4
20         Align                 Block
21         AlignPossible         Block, Left, Right, Center
22         LabelType             No_Label
23 End
24
25
26 Input stdinsets.inc
27 Input stdlists.inc
28 Input stdsections.inc
29
30
31 # All the section headings now use sans serif
32 Style Part
33         Align                 Left
34         AlignPossible         Left
35         TopSep                2
36         BottomSep             1.5
37         Font
38           Family              Sans
39           Series              Bold
40           Size                Largest
41         EndFont
42 End
43
44
45 Style Section
46         Font
47           Family              Sans
48           Series              Bold
49           Size                Large
50         EndFont
51 End
52
53
54 Style Subsection
55         Font
56           Family              Sans
57           Series              Bold
58           Size                Large
59         EndFont
60 End
61
62
63 Style Subsubsection
64         Font
65           Family              Sans
66           Series              Bold
67           Size                Normal
68         EndFont
69 End
70
71
72 Style Paragraph
73         Font
74           Family              Sans
75           Series              Bold
76           Size                Normal
77         EndFont
78 End
79
80
81 Style Subparagraph
82         Font
83           Family              Sans
84           Size                Normal
85         EndFont
86 End
87
88
89 Input stdstarsections.inc
90
91
92 # There are no chapters in a paper.
93 NoStyle                 Chapter
94 NoStyle                 Chapter*
95
96 Input stdtitle.inc
97 Input stdstruct.inc
98 Input lyxmacros.inc
99 Input stdlayouts.inc
100 Input stdfloats.inc
101 Input stdcounters.inc
102
103
104 Style Description
105         LabelFont
106           Family              Sans
107           Series              Bold
108         EndFont
109 End
110
111
112 # The \maketitle stuff is by default left justified.
113 Style Title
114         Align                 Left
115         AlignPossible         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         AlignPossible         Left
127
128         Font
129           Size                Larger
130           Family              Sans
131           Shape               Italic
132         EndFont
133 End
134
135
136 Style Abstract
137         Font
138           Size                Small
139         EndFont
140         LabelType             Top_Environment
141         LabelFont
142           Series              Bold
143           Family              Sans
144           Size                Small
145         EndFont
146         LeftMargin            ""
147         RightMargin           ""
148         ParIndent             ""
149 End
150
151
152 ### A few new things defined only in the paper document class
153 Style SubTitle
154         CopyStyle             Title
155         LatexName             subtitle
156         Font
157           Family              Sans
158           Series              Medium
159           Size                Large
160         EndFont
161 End
162
163
164 Style Institution
165         CopyStyle             Title
166         LatexName             institution
167         Font
168           Family              Sans
169           Series              Medium
170           Size                Normal
171         EndFont
172 End
173
174
175 Style Keywords
176         CopyStyle             Abstract
177         LatexName             keywords
178         LabelString           "Keywords:"
179 End