]> git.lyx.org Git - lyx.git/blob - lib/layouts/europecv.layout
Update all layouts to format 32.
[lyx.git] / lib / layouts / europecv.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[europecv,fancyhdr.sty,longtable.sty,ucs.sty]{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 32
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 Input stdinsets.inc
28
29 Style Section
30         Margin                  Dynamic
31         LatexType               Command
32         LatexName               ecvsection
33         NeedProtect             1
34         NextNoIndent            1
35         OptionalArgs            1
36         ParSkip                 0.4
37         TopSep                  1.3
38         BottomSep               0.7
39         ParSep                  0.7
40         Align                   Block
41         LabelSep                xxx
42         LabelType               No_Label
43         Font
44           Family                Sans
45           Series                Bold
46         EndFont
47                 TocLevel 1
48 End
49
50 Style Item
51         Margin                  Dynamic
52         LatexType               Command
53         LatexName               ecvitem
54         OptionalArgs            1
55         ParSkip                 0.4
56         Align                   Block
57         LabelSep                xx
58         LabelType               Static
59         LabelString             "Item:"
60         LabelFont
61           Series                Bold
62           Color                 Blue
63         EndFont
64 End
65
66 Style BulletedItem
67         CopyStyle               Item
68         LatexName               ecvitem*
69         LabelString             "Bulleted Item:"
70 End
71
72 Style Begin
73         Margin                  Dynamic
74         LatexType               Command
75         LatexName               begin{europecv}
76         KeepEmpty               1
77         BottomSep               1
78         ParSkip                 0.4
79         Align                   Block
80         LabelSep                xx
81         LabelType               Static
82         LabelString             "Begin of CV"
83         LabelFont
84           Series                Bold
85           Color                 Green
86         EndFont
87 End
88
89 Style PersonalInfo
90         CopyStyle               Begin
91         LatexName               ecvpersonalinfo{}
92         BottomSep               0
93         LabelString             "Personal Info"
94 End
95
96 Style MotherTongue
97         Margin                  Dynamic
98         LatexType               Command
99         LatexName               ecvmothertongue
100         OptionalArgs            1
101         ParSkip                 0.4
102         Align                   Block
103         LabelSep                xx
104         LabelType               Static
105         LabelString             "Mother Tongue:"
106         LabelFont
107           Series                Bold
108           Color                 Blue
109         EndFont
110 End
111
112 Style LangHeader
113         CopyStyle               MotherTongue
114         LatexName               ecvlanguageheader
115         OptionalArgs            0
116         LabelString             "Language Header:"
117 End
118
119 Style Language
120         CopyStyle               MotherTongue
121         LatexName               ecvlanguage
122         LabelString             "Language:"
123 End
124
125 Style LastLanguage
126         CopyStyle               MotherTongue
127         LatexName               ecvlastlanguage
128         LabelString             "Last Language:"
129 End
130
131 Style LangFooter
132         CopyStyle               MotherTongue
133         LatexName               ecvlanguagefooter
134         OptionalArgs            0
135         LabelString             "Language Footer:"
136 End
137
138 Style End
139         Margin                  Dynamic
140         LatexType               Command
141         LatexName               end{europecv}
142         KeepEmpty               1
143         TopSep                  1
144         ParSkip                 0.4
145         Align                   Block
146         LabelSep                xx
147         LabelType               Static
148         LabelString             "End of CV"
149         LabelFont
150           Series                Bold
151           Color                 Green
152         EndFont
153 End
154