]> git.lyx.org Git - lyx.git/blob - lib/layouts/cv.layout
Rename file.
[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 # Standard style definition
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 # Section style definition
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         # standard font definition
42         Font
43           Family              Sans 
44           Series              Bold
45         EndFont
46 End
47
48 # Section style definition
49 Style Subsection
50         CopyStyle             Section
51         LatexName             subsection
52         Margin                Static
53         LeftMargin            MMM
54 End
55
56 # we used to have this version with wrong case
57 Style SubSection
58         ObsoletedBy           Subsection
59 End
60
61 # Topic style definition
62 Style Topic
63         Margin                Manual
64         LatexType             Item_environment
65         LatexName             topic
66         NextNoIndent          1
67         LabelSep              xxx
68         ParSkip               0.4
69         ItemSep               0.2
70         TopSep                0.7
71         BottomSep             0.7
72         ParSep                0.3
73         Align                 Block
74         AlignPossible         Block, Left
75         LabelType             Manual
76         LabelString           MMMMM
77
78         # label font definition
79         LabelFont 
80           Family              Sans
81           Shape               Slanted
82         EndFont
83 End
84
85 # Itemize style definition
86 Style Itemize
87         Margin                Static
88         LatexType             Item_Environment
89         LatexName             itemize
90         NextNoIndent          1
91         LeftMargin            MMN
92         LabelSep              xx
93         ItemSep               0.2
94         TopSep                0.7
95         BottomSep             0.7
96         ParSep                0.3
97         Align                 Block
98         AlignPossible         Block, Left
99         LabelType             Static
100         LabelString           *
101 End
102
103 # Left header
104 Style Left_Header
105         CopyStyle             Standard
106         LatexType             Command
107         LatexName             leftheader
108         InTitle               1
109         ParIndent             ""
110         ParSkip               0.4
111         BottomSep             1
112         Align                 Block
113         AlignPossible         Block, Left, Right, Center
114         LabelType             No_Label
115
116         Font
117           Family              Sans
118         EndFont
119
120 End
121
122 # Right header
123 Style Right_Header
124         CopyStyle             "Left Header"
125         LatexName             rightheader
126         Margin                Right_Address_Box
127 End
128
129 # Title
130 Style Title
131         Margin                Static
132         LatexType             Command
133         InTitle               1
134         LatexName             title
135         ParSkip               0.4
136         ItemSep               0
137         TopSep                0
138         BottomSep             1
139         ParSep                1
140         Align                 Center
141         AlignPossible         Center
142         LabelType             No_Label
143
144         # standard font definition
145         Font 
146           Family              Sans
147           Series              Bold
148           Size                Largest
149         EndFont
150
151 End
152
153 # Bibliography style definition
154 Style Bibliography
155         CopyStyle             Topic
156         LatexName             thebibliography
157         LabelType             Bibliography
158         LabelString           ""
159         LabelBottomSep        0.7
160
161         # standard font definition
162         LabelFont
163           Size                Tiny
164         EndFont
165         
166 End
167
168 Input stdfloats.inc
169 Input stdcounters.inc