]> git.lyx.org Git - lyx.git/blob - lib/layouts/paper.layout
New layout for aastex6.cls. Fixes #10027.
[lyx.git] / lib / layouts / paper.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{Paper (Standard Class)}
3 #  \DeclareCategory{Articles}
4 # Paper textclass definition file.
5 # Created by Jean-Marc Lasgouttes (Jean-Marc.Lasgouttes@inria.fr)
6
7
8 Format 60
9 Columns                 1
10 Sides                   1
11 SecNumDepth             3
12 TocDepth                3
13
14 Style Standard
15         Category              MainText
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         HTMLStyle
25                 div.standard {
26                         margin-bottom: 2ex;
27                 }
28         EndHTMLStyle
29 End
30
31 Input stdtitle.inc
32 Input stdstruct.inc
33 Input lyxmacros.inc
34 Input stdlayouts.inc
35 Input stdfloats.inc
36 Input stdlists.inc
37 Input stdcounters.inc
38 Input stdciteformats.inc
39
40 ###### All the section headings now use sans serif
41 Input stdsections.inc
42
43 Style Part
44         Align                 Left
45         TopSep                2
46         BottomSep             1.5
47         Font
48           Family              Sans
49           Series              Bold
50           Size                Largest
51         EndFont
52 End
53
54
55 Style Section
56         Font
57           Family              Sans
58           Series              Bold
59           Size                Large
60         EndFont
61 End
62
63
64 Style Subsection
65         Font
66           Family              Sans
67           Series              Bold
68           Size                Large
69         EndFont
70 End
71
72
73 Style Subsubsection
74         Font
75           Family              Sans
76           Series              Bold
77           Size                Normal
78         EndFont
79 End
80
81
82 Style Paragraph
83         Font
84           Family              Sans
85           Series              Bold
86           Size                Normal
87         EndFont
88 End
89
90
91 Style Subparagraph
92         Font
93           Family              Sans
94           Size                Normal
95         EndFont
96 End
97
98 Style Description
99         LabelFont
100           Family              Sans
101           Series              Medium
102         EndFont
103 End
104
105 Input stdstarsections.inc
106
107 # There are no chapters in a paper.
108 NoStyle                 Chapter
109 NoCounter               chapter
110 NoStyle                 Chapter*
111
112
113
114 ###### The \maketitle stuff is by default left justified.
115 Style Title
116         Align                 Left
117         Font
118           Family              Sans
119           Series              Bold
120           Size                Largest
121         EndFont
122 End
123
124
125 Style Author
126         Align                 Left
127         Font
128           Size                Larger
129           Family              Sans
130           Shape               Italic
131         EndFont
132 End
133
134
135 Style Abstract
136         Font
137           Size                Small
138         EndFont
139         LabelType             Above
140         LabelFont
141           Series              Bold
142           Family              Sans
143           Size                Small
144         EndFont
145         LeftMargin            ""
146         RightMargin           ""
147         ParIndent             ""
148 End
149
150
151 ### A few new things defined only in the paper document class
152 Style SubTitle
153         CopyStyle             Title
154         LatexName             subtitle
155         Font
156           Family              Sans
157           Series              Medium
158           Size                Large
159         EndFont
160         HTMLTitle             false
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         HTMLTag               div
173         HTMLTitle             false
174 End
175
176
177 Style Keywords
178         CopyStyle             Abstract
179         LatexName             keywords
180         LabelString           "Keywords:"
181 End