]> git.lyx.org Git - lyx.git/blob - lib/layouts/latex8.layout
New framework for declaring generic features in textclasses.
[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 4
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 End
47
48
49 Style Subsection
50         TopSep                1.0
51         BottomSep             1.0
52         ParSep                1.0
53         latexname             "SubSection"
54 End
55
56
57 Style Email
58         Margin                Dynamic
59         LatexType             Command
60         InTitle               1
61         LatexName             email
62         LabelSep              xxx
63         ParSkip               0.4
64         TopSep                0.9
65         BottomSep             0.5
66         ParSep                1
67         Align                 Center
68         AlignPossible         Center
69         LabelType             Static
70         LabelString           "E-mail:"
71         Font
72           Size                Large
73           Family              Typewriter
74         EndFont
75         LabelFont
76           Family              Roman
77         EndFont
78 End
79
80
81 Style Affiliation
82         Margin                Dynamic
83         LatexType             Command
84         InTitle               1
85         LatexName             affiliation
86         LabelSep              xxx
87         ParSkip               0.4
88         TopSep                0.9
89         BottomSep             0.5
90         ParSep                1
91         Align                 Center
92         AlignPossible         Center
93         LabelType             No_Label
94         Font
95           Size                Large
96         EndFont
97 End
98
99
100 Style Abstract
101         LeftMargin            ""
102         RightMargin           ""
103         Font
104           Size                Normal
105           Shape               Italic
106         EndFont
107
108         LabelFont
109           Size                Large
110           Shape               Up
111           Series              Bold
112         EndFont
113 End
114
115
116
117
118 Style Bibliography
119         LabelFont
120           Size                Large
121         EndFont
122 End