]> git.lyx.org Git - lyx.git/blob - lib/layouts/latex8.layout
re-indent (tab for logical indentation, spaces for alignment)
[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 # Input general definitions
12 Input stdclass.inc
13
14 Columns                 1
15 MaxCounter              Counter_Section
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 Style Title
33         Font
34           Series              Bold
35           Size                Larger
36         EndFont
37 End
38
39 Style Section
40         TopSep                1.0
41         BottomSep             1.0
42         ParSep                1.0
43         latexname             "Section"
44 End
45
46 Style Subsection
47         TopSep                1.0
48         BottomSep             1.0
49         ParSep                1.0
50         latexname             "SubSection"
51 End
52
53 Style Email
54         Margin                Dynamic
55         LatexType             Command
56         InTitle               1
57         LatexName             email
58         LabelSep              xxx
59         ParSkip               0.4
60         TopSep                0.9
61         BottomSep             0.5
62         ParSep                1
63         Align                 Center
64         AlignPossible         Center
65         LabelType             Static
66         LabelString           "E-mail:"
67         # standard font definition
68         Font 
69           Size                Large
70           Family              Typewriter
71         EndFont
72
73         LabelFont
74           Family              Roman
75         EndFont
76 End
77
78 Style Affiliation
79         Margin                Dynamic
80         LatexType             Command
81         InTitle               1
82         LatexName             affiliation
83         LabelSep              xxx
84         ParSkip               0.4
85         TopSep                0.9
86         BottomSep             0.5
87         ParSep                1
88         Align                 Center
89         AlignPossible         Center
90         LabelType             No_Label
91         # standard font definition
92         Font 
93           Size                Large
94         EndFont
95 End
96
97 # Abstract style redefinition
98 Style Abstract 
99         LeftMargin            ""
100         RightMargin           ""
101
102         # standard font definition
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 Style Caption
116         Font
117           Series              Bold
118         EndFont
119 End
120
121 Style Bibliography
122         LabelFont
123           Size                Large
124         EndFont
125 End