]> git.lyx.org Git - lyx.git/blob - lib/layouts/paper.layout
Backup file patch from Dekel; Update to scr layout files from Hartmut Goebel
[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 # General textclass parameters
8 MaxCounter              Counter_Section
9 Columns                 1
10 Sides                   1
11 SecNumDepth             3
12 TocDepth                3
13
14 # Standard style definition
15 Style Standard
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 End
25
26 # A few lists
27 Input stdlists.inc
28
29 # Standard sections.
30 Input stdsections.inc
31
32 ### All the section headings now use sans serif
33 Style Part
34   Align                 Left
35   AlignPossible         Left
36   TopSep                2
37   BottomSep             1.5
38
39   Font
40     Family              Sans
41     Series              Bold
42     Size                Largest
43   EndFont
44 End
45
46 Style Section
47   Font 
48     Family              Sans
49     Series              Bold
50     Size                Large
51   EndFont
52 End
53
54 Style Subsection
55   Font 
56     Family              Sans
57     Series              Bold
58     Size                Large
59   EndFont
60 End
61
62 Style Subsubsection
63   Font 
64     Family              Sans
65     Series              Bold
66     Size                Normal
67   EndFont
68 End
69
70 Style Paragraph
71   Font 
72     Family              Sans
73     Series              Bold
74     Size                Normal
75   EndFont
76 End
77
78 Style Subparagraph
79   Font 
80     Family              Sans
81     Size                Normal
82   EndFont
83 End
84
85 # Starred versions of the sectioning layouts.
86 Input stdstarsections.inc
87
88 # There are no chapters in a paper.
89 NoStyle                 Chapter
90 NoStyle                 Chapter*
91
92 # Some standard layouts 
93 Input stdtitle.inc
94 Input stdstruct.inc
95 Input lyxmacros.inc
96 Input stdlayouts.inc
97 Input obsolete.inc
98
99 ### The description environment also uses sans serif labels.
100 Style Description
101   LabelFont 
102     Family              Sans
103     Series              Bold
104   EndFont
105 End
106
107 ### The \maketitle stuff is by default left justified.
108 Style Title
109   Align                 Left
110   AlignPossible         Left
111
112   Font 
113     Family              Sans
114     Series              Bold
115     Size                Largest
116   EndFont
117 End
118
119 Style Author
120   Align                 Left
121   AlignPossible         Left
122
123   Font 
124     Size                Larger
125     Family              Sans
126     Shape               Italic
127   EndFont
128 End
129
130 Style                   Abstract
131   Align                 Left
132   AlignPossible         Left
133
134   Font 
135     Size                Small
136     Family              Sans
137   EndFont
138 End
139
140 ### A few new things defined only in the paper document class
141 Style SubTitle
142   CopyStyle             Title
143   LatexName             subtitle
144
145   Font 
146     Family              Sans
147     Series              Medium
148     Size                Large
149   EndFont
150 End
151
152 Style Institution
153   CopyStyle             Title
154   LatexName             institution
155
156   Font 
157     Family              Sans
158     Series              Medium
159     Size                Normal
160   EndFont
161 End
162
163 Style Keywords
164   CopyStyle             Abstract
165   LatexName             keywords
166   LabelString           "Keywords:"
167 End