]> git.lyx.org Git - lyx.git/blob - lib/layouts/europecv.layout
europecv: - fix bibliography and wrong address layout
[lyx.git] / lib / layouts / europecv.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{curriculum vitae (europe)}
3 # europe CV textclass definition file.
4 # Author : Uwe Stöhr (uwestoehr@web.de)
5
6
7 # General textclass parameters
8         Format 3
9         Columns                 1
10         Sides                   1
11         SecNumDepth             -1
12         TocDepth                -1
13
14
15 # Standard style definition
16 Style Standard
17         Margin                  Static
18         LatexType               Paragraph
19         LatexName               dummy
20         ParIndent               MM
21         ParSkip                 0.4
22         Align                   Block
23         LabelType               No_Label
24 End
25
26 Input stdcounters.inc
27
28 Style Section
29         Margin                  Dynamic
30         LatexType               Command
31         LatexName               ecvsection
32         NeedProtect             1
33         NextNoIndent            1
34         OptionalArgs            1
35         ParSkip                 0.4
36         TopSep                  1.3
37         BottomSep               0.7
38         ParSep                  0.7
39         Align                   Block
40         LabelSep                xxx
41         LabelType               No_Label
42         Font
43           Family                Sans
44           Series                Bold
45         EndFont
46 End
47
48 Style Item
49         Margin                  Dynamic
50         LatexType               Command
51         LatexName               ecvitem
52         OptionalArgs            1
53         ParSkip                 0.4
54         Align                   Block
55         LabelSep                xx
56         LabelType               Static
57         LabelString             Item:
58         LabelFont
59           Series                Bold
60           Color                 Blue
61         EndFont
62 End
63
64 Style BulletedItem
65         Margin                  Dynamic
66         LatexType               Command
67         LatexName               ecvitem*
68         OptionalArgs            1
69         ParSkip                 0.4
70         Align                   Block
71         LabelSep                xx
72         LabelType               Static
73         LabelString             "Bulleted Item:"
74         LabelFont
75           Series                Bold
76           Color                 Blue
77         EndFont
78 End
79
80 Style Begin
81         Margin                  Dynamic
82         LatexType               Command
83         LatexName               begin{europecv}
84         KeepEmpty               1
85         BottomSep                       1
86         ParSkip                 0.4
87         Align                   Block
88         LabelSep                xx
89         LabelType               Static
90         LabelString             "Begin of CV"
91         LabelFont
92           Series                Bold
93           Color                 Green
94         EndFont
95 End
96
97 Style PersonalInfo
98         Margin                  Dynamic
99         LatexType               Command
100         LatexName               ecvpersonalinfo{}
101         KeepEmpty               1
102         ParSkip                 0.4
103         Align                   Block
104         LabelSep                xx
105         LabelType               Static
106         LabelString             "Personal Info"
107         LabelFont
108           Series                Bold
109           Color                 Green
110         EndFont
111 End
112
113 Style MotherTongue
114         Margin                  Dynamic
115         LatexType               Command
116         LatexName               ecvmothertongue
117         OptionalArgs            1
118         ParSkip                 0.4
119         Align                   Block
120         LabelSep                xx
121         LabelType               Static
122         LabelString             "Mother Tongue:"
123         LabelFont
124           Series                Bold
125           Color                 Blue
126         EndFont
127 End
128
129 Style LangHeader
130         Margin                  Dynamic
131         LatexType               Command
132         LatexName               ecvlanguageheader
133         ParSkip                 0.4
134         Align                   Block
135         LabelSep                xx
136         LabelType               Static
137         LabelString             "Language Header:"
138         LabelFont
139           Series                Bold
140           Color                 Blue
141         EndFont
142 End
143
144 Style Language
145         Margin                  Dynamic
146         LatexType               Command
147         LatexName               ecvlanguage
148         OptionalArgs            1
149         ParSkip                 0.4
150         Align                   Block
151         LabelSep                xx
152         LabelType               Static
153         LabelString             Language:
154         LabelFont
155           Series                Bold
156           Color                 Blue
157         EndFont
158 End
159
160 Style LastLanguage
161         Margin                  Dynamic
162         LatexType               Command
163         LatexName               ecvlastlanguage
164         OptionalArgs            1
165         ParSkip                 0.4
166         Align                   Block
167         LabelSep                xx
168         LabelType               Static
169         LabelString             "Last Language:"
170         LabelFont
171           Series                Bold
172           Color                 Blue
173         EndFont
174 End
175
176 Style LangFooter
177         Margin                  Dynamic
178         LatexType               Command
179         LatexName               ecvlanguagefooter
180         ParSkip                 0.4
181         Align                   Block
182         LabelSep                xx
183         LabelType               Static
184         LabelString             "Language Footer:"
185         LabelFont
186           Series                Bold
187           Color                 Blue
188         EndFont
189 End
190
191 Style End
192         Margin                  Dynamic
193         LatexType               Command
194         LatexName               end{europecv}
195         KeepEmpty               1
196         TopSep                  1
197         ParSkip                 0.4
198         Align                   Block
199         LabelSep                xx
200         LabelType               Static
201         LabelString             "End of CV"
202         LabelFont
203           Series                Bold
204           Color                 Green
205         EndFont
206 End
207