]> git.lyx.org Git - lyx.git/blob - lib/layouts/europecv.layout
French docs translation updates by Siegfried
[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 5
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         CopyStyle               Item
66         LatexName               ecvitem*
67         LabelString             "Bulleted Item:"
68 End
69
70 Style Begin
71         Margin                  Dynamic
72         LatexType               Command
73         LatexName               begin{europecv}
74         KeepEmpty               1
75         BottomSep               1
76         ParSkip                 0.4
77         Align                   Block
78         LabelSep                xx
79         LabelType               Static
80         LabelString             "Begin of CV"
81         LabelFont
82           Series                Bold
83           Color                 Green
84         EndFont
85 End
86
87 Style PersonalInfo
88         CopyStyle               Begin
89         LatexName               ecvpersonalinfo{}
90         BottomSep               0
91         LabelString             "Personal Info"
92 End
93
94 Style MotherTongue
95         Margin                  Dynamic
96         LatexType               Command
97         LatexName               ecvmothertongue
98         OptionalArgs            1
99         ParSkip                 0.4
100         Align                   Block
101         LabelSep                xx
102         LabelType               Static
103         LabelString             "Mother Tongue:"
104         LabelFont
105           Series                Bold
106           Color                 Blue
107         EndFont
108 End
109
110 Style LangHeader
111         CopyStyle               MotherTongue
112         LatexName               ecvlanguageheader
113         OptionalArgs            0
114         LabelString             "Language Header:"
115 End
116
117 Style Language
118         CopyStyle               MotherTongue
119         LatexName               ecvlanguage
120         LabelString             "Language:"
121 End
122
123 Style LastLanguage
124         CopyStyle               MotherTongue
125         LatexName               ecvlastlanguage
126         LabelString             "Last Language:"
127 End
128
129 Style LangFooter
130         CopyStyle               MotherTongue
131         LatexName               ecvlanguagefooter
132         OptionalArgs            0
133         LabelString             "Language Footer:"
134 End
135
136 Style End
137         Margin                  Dynamic
138         LatexType               Command
139         LatexName               end{europecv}
140         KeepEmpty               1
141         TopSep                  1
142         ParSkip                 0.4
143         Align                   Block
144         LabelSep                xx
145         LabelType               Static
146         LabelString             "End of CV"
147         LabelFont
148           Series                Bold
149           Color                 Green
150         EndFont
151 End
152