summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ecv/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-03-07 18:16:37 +0000
committerKarl Berry <karl@freefriends.org>2007-03-07 18:16:37 +0000
commit00826ec43ed3e4ddf577999e2be8c67e380f98d0 (patch)
tree355b2bb155f88016f874ce10d353c95c78b529dc /Master/texmf-dist/doc/latex/ecv/README
parentffc40d5ac06c0a9669c222b02d2435e9f82ff66b (diff)
new latex package ecv (12feb07)
git-svn-id: svn://tug.org/texlive/trunk@4017 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ecv/README')
-rw-r--r--Master/texmf-dist/doc/latex/ecv/README69
1 files changed, 69 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ecv/README b/Master/texmf-dist/doc/latex/ecv/README
new file mode 100644
index 00000000000..5951fea580c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ecv/README
@@ -0,0 +1,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