]> git.lyx.org Git - lyx.git/blob - lib/layouts/latex8.layout
Add NoCounter to layouts that need it.
[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 30
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 NoCounter part
23 NoStyle Part*
24 NoStyle Chapter
25 NoCounter chapter
26 NoStyle Chapter*
27 NoStyle Section*
28 NoStyle Subsection*
29 NoStyle Subsubsection
30 NoCounter subsubsection
31 NoStyle Subsubsection*
32 NoStyle Paragraph
33 NoCounter paragraph
34 NoStyle Subparagraph
35 NoCounter 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         TocLevel 1
52 End
53
54
55 Style Subsection
56         TopSep                1.0
57         BottomSep             1.0
58         ParSep                1.0
59         latexname             "SubSection"
60         TocLevel 2
61 End
62
63
64 Style Email
65         Margin                Dynamic
66         LatexType             Command
67         InTitle               1
68         LatexName             email
69         LabelSep              xxx
70         ParSkip               0.4
71         TopSep                0.9
72         BottomSep             0.5
73         ParSep                1
74         Align                 Center
75         AlignPossible         Center
76         LabelType             Static
77         LabelString           "E-mail:"
78         Font
79           Size                Large
80           Family              Typewriter
81         EndFont
82         LabelFont
83           Family              Roman
84         EndFont
85 End
86
87
88 Style Affiliation
89         Margin                Dynamic
90         LatexType             Command
91         InTitle               1
92         LatexName             affiliation
93         LabelSep              xxx
94         ParSkip               0.4
95         TopSep                0.9
96         BottomSep             0.5
97         ParSep                1
98         Align                 Center
99         AlignPossible         Center
100         LabelType             No_Label
101         Font
102           Size                Large
103         EndFont
104 End
105
106
107 Style Abstract
108         LeftMargin            ""
109         RightMargin           ""
110         Font
111           Size                Normal
112           Shape               Italic
113         EndFont
114
115         LabelFont
116           Size                Large
117           Shape               Up
118           Series              Bold
119         EndFont
120 End
121
122
123
124
125 Style Bibliography
126         LabelFont
127           Size                Large
128         EndFont
129 End