]> git.lyx.org Git - lyx.git/blob - lib/layouts/cv.layout
cleanup stuff separated by Lars from the counter patch
[lyx.git] / lib / layouts / cv.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{Curriculum Vitae}
3 # CV textclass definition file. 
4 # Author : Jean-Marc Lasgouttes (Jean-Marc.Lasgouttes@inria.fr)
5
6 # General textclass parameters
7 Columns                 1
8 Sides                   1
9 SecNumDepth             -1
10 TocDepth                -1
11 MaxCounter              Counter_Section
12
13
14 Style Standard
15         Margin                Static
16         LatexType             Paragraph
17         LatexName             dummy
18         ParIndent             MM
19         ParSkip               0.4
20         Align                 Block
21         AlignPossible         Block, Left, Right, Center
22         LabelType             No_Label
23 End
24
25
26 Style Section
27         Margin                Dynamic
28         LatexType             Command
29         LatexName             section
30         NeedProtect           1
31         NextNoIndent          1
32         LabelSep              xxx
33         ParSkip               0.4
34         TopSep                1.3
35         BottomSep             0.7
36         ParSep                0.7
37         Align                 Block
38         AlignPossible         Block, Left
39         LabelType             No_Label
40
41         Font
42           Family              Sans 
43           Series              Bold
44         EndFont
45 End
46
47
48 Style Subsection
49         CopyStyle             Section
50         LatexName             subsection
51         Margin                Static
52         LeftMargin            MMM
53 End
54
55
56 Style SubSection
57         ObsoletedBy           Subsection
58 End
59
60
61 Style Topic
62         Margin                Manual
63         LatexType             Item_environment
64         LatexName             topic
65         NextNoIndent          1
66         LabelSep              xxx
67         ParSkip               0.4
68         ItemSep               0.2
69         TopSep                0.7
70         BottomSep             0.7
71         ParSep                0.3
72         Align                 Block
73         AlignPossible         Block, Left
74         LabelType             Manual
75         LabelString           MMMMM
76
77         LabelFont 
78           Family              Sans
79           Shape               Slanted
80         EndFont
81 End
82
83
84 Style Itemize
85         Margin                Static
86         LatexType             Item_Environment
87         LatexName             itemize
88         NextNoIndent          1
89         LeftMargin            MMN
90         LabelSep              xx
91         ItemSep               0.2
92         TopSep                0.7
93         BottomSep             0.7
94         ParSep                0.3
95         Align                 Block
96         AlignPossible         Block, Left
97         LabelType             Static
98         LabelString           *
99 End
100
101
102 Style Left_Header
103         CopyStyle             Standard
104         LatexType             Command
105         LatexName             leftheader
106         InTitle               1
107         ParIndent             ""
108         ParSkip               0.4
109         BottomSep             1
110         Align                 Block
111         AlignPossible         Block, Left, Right, Center
112         LabelType             No_Label
113
114         Font
115           Family              Sans
116         EndFont
117
118 End
119
120
121 Style Right_Header
122         CopyStyle             "Left Header"
123         LatexName             rightheader
124         Margin                Right_Address_Box
125 End
126
127
128 Style Title
129         Margin                Static
130         LatexType             Command
131         InTitle               1
132         LatexName             title
133         ParSkip               0.4
134         ItemSep               0
135         TopSep                0
136         BottomSep             1
137         ParSep                1
138         Align                 Center
139         AlignPossible         Center
140         LabelType             No_Label
141
142         Font 
143           Family              Sans
144           Series              Bold
145           Size                Largest
146         EndFont
147 End
148
149
150 Style Bibliography
151         CopyStyle             Topic
152         LatexName             thebibliography
153         LabelType             Bibliography
154         LabelString           ""
155         LabelBottomSep        0.7
156
157         LabelFont
158           Size                Tiny
159         EndFont
160 End
161
162 Input stdfloats.inc
163 Input stdcounters.inc