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