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