]> git.lyx.org Git - lyx.git/blob - lib/layouts/latex8.layout
Update layouts to new format.
[lyx.git] / lib / layouts / latex8.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[article,latex8.sty,times.sty]{article (Latex8)}
3 # Latex8 textclass definition file.
4 # Author : Allan Rae <rae@elec.uq.edu.au>
5
6 Format 29
7 Preamble
8         \usepackage{latex8}
9         \usepackage{times}
10 EndPreamble
11
12
13 Input stdclass.inc
14
15 Columns                 1
16
17 ClassOptions
18          FontSize             10
19 End
20
21 NoStyle Part
22 NoStyle Part*
23 NoStyle Chapter
24 NoStyle Chapter*
25 NoStyle Section*
26 NoStyle Subsection*
27 NoStyle Subsubsection
28 NoStyle Subsubsection*
29 NoStyle Paragraph
30 NoStyle Subparagraph
31
32
33 Style Title
34         Font
35           Series              Bold
36           Size                Larger
37         EndFont
38 End
39
40
41 Style Section
42         TopSep                1.0
43         BottomSep             1.0
44         ParSep                1.0
45         latexname             "Section"
46         TocLevel 1
47 End
48
49
50 Style Subsection
51         TopSep                1.0
52         BottomSep             1.0
53         ParSep                1.0
54         latexname             "SubSection"
55         TocLevel 2
56 End
57
58
59 Style Email
60         Margin                Dynamic
61         LatexType             Command
62         InTitle               1
63         LatexName             email
64         LabelSep              xxx
65         ParSkip               0.4
66         TopSep                0.9
67         BottomSep             0.5
68         ParSep                1
69         Align                 Center
70         AlignPossible         Center
71         LabelType             Static
72         LabelString           "E-mail:"
73         Font
74           Size                Large
75           Family              Typewriter
76         EndFont
77         LabelFont
78           Family              Roman
79         EndFont
80 End
81
82
83 Style Affiliation
84         Margin                Dynamic
85         LatexType             Command
86         InTitle               1
87         LatexName             affiliation
88         LabelSep              xxx
89         ParSkip               0.4
90         TopSep                0.9
91         BottomSep             0.5
92         ParSep                1
93         Align                 Center
94         AlignPossible         Center
95         LabelType             No_Label
96         Font
97           Size                Large
98         EndFont
99 End
100
101
102 Style Abstract
103         LeftMargin            ""
104         RightMargin           ""
105         Font
106           Size                Normal
107           Shape               Italic
108         EndFont
109
110         LabelFont
111           Size                Large
112           Shape               Up
113           Series              Bold
114         EndFont
115 End
116
117
118
119
120 Style Bibliography
121         LabelFont
122           Size                Large
123         EndFont
124 End