blob: 5951fea580c2f28850291e54f87e9f80a465bb9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
-----------------------------
Version 0.1 of the ecv class
C. Neumann, B. Haberstumpf
-----------------------------
This LaTeX provides a simple environment for laying out a
fancy curriculum vitae with LaTeX. The class is intended
to be self-contained so it should not be necessary to fiddle
around with thousand other packages to get a nicely
formatted CV.
As this class is created mainly for ourselves it does not
contain evil low-level TeX magic but instead uses many other
fancy LaTeX packages that we hope you have already installed.
Required Packages
-----------------
In detail the following packages are loaded by the ecv class:
ifthen
geometry
longtable
pgf
paralist
helvet
color
fancyhdr
inputenc
fontenc
ae
aecompl
aeguill
textcomp
url
hyperref
hyperref
babel
These packages can be obtained of course from http://www.ctan.org/.
Installation
------------
After unzipping the package call:
$ latex ecv.ins
This will be extract some files (ecv.cls, ecvNLS.sty...). Create a
directory beneath your TeX installation preferably create
tex/latex/ecv
and copy all files of the package and the extracted files to that directory.
Call:
mktexlsr
Templates
---------
In template.zip document templates for a german and an english CV can be
found. Just unzip the template.zip, cd to template and run make to get the
pdf.
/Bernd Haberstumpf, <poldi@kabatrinker.de>, 2007-01-06
|