]> git.lyx.org Git - lyx.git/blob - lib/layouts/paper.layout
Make the default format translatable, and load the cite formats in
[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 25
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                         margin-bottom: 2ex;
25                 }
26         EndHTMLStyle
27 End
28
29 Input stdtitle.inc
30 Input stdstruct.inc
31 Input lyxmacros.inc
32 Input stdlayouts.inc
33 Input stdfloats.inc
34 Input stdsections.inc
35 Input stdstarsections.inc
36 Input stdlists.inc
37 Input stdcounters.inc
38 Input stdciteformats.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         HTMLTitle             false
155 End
156
157
158 Style Institution
159         CopyStyle             Title
160         LatexName             institution
161         Font
162           Family              Sans
163           Series              Medium
164           Size                Normal
165         EndFont
166         HTMLTitle             false
167 End
168
169
170 Style Keywords
171         CopyStyle             Abstract
172         LatexName             keywords
173         LabelString           "Keywords:"
174 End