]> git.lyx.org Git - features.git/blob - lib/layouts/europecv.layout
Bump layout formats
[features.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]{Europe CV}
3 #  \DeclareCategory{Curricula Vitae}
4 # europe CV textclass definition file.
5 # Author : Uwe Stöhr (uwestoehr@web.de)
6
7
8 # General textclass parameters
9 Format 41
10         Columns                 1
11         Sides                   1
12         SecNumDepth             -1
13         TocDepth                -1
14
15
16 # Standard style definition
17 Style Standard
18         Margin                  Static
19         LatexType               Paragraph
20         LatexName               dummy
21         ParIndent               MM
22         ParSkip                 0.4
23         Align                   Block
24         LabelType               No_Label
25 End
26
27 Input stdcounters.inc
28 Input stdinsets.inc
29
30 Style Section
31         Margin                  Dynamic
32         LatexType               Command
33         LatexName               ecvsection
34         NeedProtect             1
35         NextNoIndent            1
36         Argument 1
37                 LabelString   "Short Title"
38                 Shortcut      S
39                 Tooltip       "The title as it appears in the header"
40         EndArgument
41         ParSkip                 0.4
42         TopSep                  1.3
43         BottomSep               0.7
44         ParSep                  0.7
45         Align                   Block
46         LabelSep                xxx
47         LabelType               No_Label
48         Font
49           Family                Sans
50           Series                Bold
51         EndFont
52                 TocLevel 1
53 End
54
55 Style Item
56         Margin                  Dynamic
57         LatexType               Command
58         LatexName               ecvitem
59         Argument 1
60                 LabelString   "Vertical Space (Item)"
61                 Shortcut      S
62                 Tooltip       "Adjust the vertical space of this item"
63         EndArgument
64         ParSkip                 0.4
65         Align                   Block
66         LabelSep                xx
67         LabelType               Static
68         LabelString             "Item:"
69         LabelFont
70           Series                Bold
71           Color                 Blue
72         EndFont
73 End
74
75 Style BulletedItem
76         CopyStyle               Item
77         LatexName               ecvitem*
78         LabelString             "Bulleted Item:"
79 End
80
81 Style Begin
82         Margin                  Dynamic
83         LatexType               Command
84         LatexName               begin{europecv}
85         KeepEmpty               1
86         BottomSep               1
87         ParSkip                 0.4
88         Align                   Block
89         LabelSep                xx
90         LabelType               Static
91         LabelString             "Begin of CV"
92         LabelFont
93           Series                Bold
94           Color                 Green
95         EndFont
96 End
97
98 Style PersonalInfo
99         CopyStyle               Begin
100         LatexName               ecvpersonalinfo{}
101         BottomSep               0
102         LabelString             "Personal Info"
103 End
104
105 Style MotherTongue
106         Margin                  Dynamic
107         LatexType               Command
108         LatexName               ecvmothertongue
109         Argument 1
110                 LabelString   "Vertical Space (Item)"
111                 Shortcut      S
112                 Tooltip       "Adjust the vertical space of this item"
113         EndArgument
114         ParSkip                 0.4
115         Align                   Block
116         LabelSep                xx
117         LabelType               Static
118         LabelString             "Mother Tongue:"
119         LabelFont
120           Series                Bold
121           Color                 Blue
122         EndFont
123 End
124
125 Style LangHeader
126         CopyStyle               MotherTongue
127         LatexName               ecvlanguageheader
128         ResetArgs               1
129         LabelString             "Language Header:"
130 End
131
132 Style Language
133         CopyStyle               MotherTongue
134         LatexName               ecvlanguage
135         LabelString             "Language:"
136 End
137
138 Style LastLanguage
139         CopyStyle               MotherTongue
140         LatexName               ecvlastlanguage
141         LabelString             "Last Language:"
142 End
143
144 Style LangFooter
145         CopyStyle               MotherTongue
146         LatexName               ecvlanguagefooter
147         ResetArgs               1
148         LabelString             "Language Footer:"
149 End
150
151 Style End
152         Margin                  Dynamic
153         LatexType               Command
154         LatexName               end{europecv}
155         KeepEmpty               1
156         TopSep                  1
157         ParSkip                 0.4
158         Align                   Block
159         LabelSep                xx
160         LabelType               Static
161         LabelString             "End of CV"
162         LabelFont
163           Series                Bold
164           Color                 Green
165         EndFont
166 End
167