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