]> git.lyx.org Git - lyx.git/blob - lib/layouts/latex8.layout
cleanup stuff separated by Lars from the counter patch
[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
7 Preamble
8         \usepackage{latex8}
9         \usepackage{times}
10 EndPreamble
11
12
13 # Input general definitions
14 Input stdclass.inc
15
16
17 Columns                 1
18 MaxCounter              Counter_Section
19
20
21 ClassOptions
22          FontSize             10
23 End
24
25
26 NoStyle Part
27 NoStyle Part*
28 NoStyle Chapter
29 NoStyle Chapter*
30 NoStyle Section*
31 NoStyle Subsection*
32 NoStyle Subsubsection
33 NoStyle Subsubsection*
34 NoStyle Paragraph
35 NoStyle Subparagraph
36
37
38 Style Title
39         Font
40           Series              Bold
41           Size                Larger
42         EndFont
43 End
44
45
46 Style Section
47         TopSep                1.0
48         BottomSep             1.0
49         ParSep                1.0
50         latexname             "Section"
51 End
52
53
54 Style Subsection
55         TopSep                1.0
56         BottomSep             1.0
57         ParSep                1.0
58         latexname             "SubSection"
59 End
60
61
62 Style Email
63         Margin                Dynamic
64         LatexType             Command
65         InTitle               1
66         LatexName             email
67         LabelSep              xxx
68         ParSkip               0.4
69         TopSep                0.9
70         BottomSep             0.5
71         ParSep                1
72         Align                 Center
73         AlignPossible         Center
74         LabelType             Static
75         LabelString           "E-mail:"
76         Font 
77           Size                Large
78           Family              Typewriter
79         EndFont
80
81         LabelFont
82           Family              Roman
83         EndFont
84 End
85
86
87 Style Affiliation
88         Margin                Dynamic
89         LatexType             Command
90         InTitle               1
91         LatexName             affiliation
92         LabelSep              xxx
93         ParSkip               0.4
94         TopSep                0.9
95         BottomSep             0.5
96         ParSep                1
97         Align                 Center
98         AlignPossible         Center
99         LabelType             No_Label
100         Font 
101           Size                Large
102         EndFont
103 End
104
105
106 # Abstract style redefinition
107 Style Abstract 
108         LeftMargin            ""
109         RightMargin           ""
110
111         Font
112           Size                Normal
113           Shape               Italic
114         EndFont
115         
116         LabelFont
117           Size                Large
118           Shape               Up
119           Series              Bold
120         EndFont
121 End
122
123
124 Style Caption
125         Font
126           Series              Bold
127         EndFont
128 End
129
130
131 Style Bibliography
132         LabelFont
133           Size                Large
134         EndFont
135 End