summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ecv/template
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-24 00:30:46 +0000
committerKarl Berry <karl@freefriends.org>2011-12-24 00:30:46 +0000
commit780996afdcb4eac7c3ebf73a92d7204dfda93879 (patch)
tree8140bc4c94d5ea40eb4a4c95db2ba688295dae4e /Master/texmf-dist/doc/latex/ecv/template
parenta1dd9cadab646e6c885c80ed356590cbc7fe6082 (diff)
ecv (23dec11)
git-svn-id: svn://tug.org/texlive/trunk@24928 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ecv/template')
-rw-r--r--Master/texmf-dist/doc/latex/ecv/template/CV-template_de.pdfbin75417 -> 119460 bytes
-rw-r--r--Master/texmf-dist/doc/latex/ecv/template/CV-template_de.tex6
-rw-r--r--Master/texmf-dist/doc/latex/ecv/template/CV-template_en.pdfbin75258 -> 116961 bytes
-rw-r--r--Master/texmf-dist/doc/latex/ecv/template/CV-template_en.tex2
-rw-r--r--Master/texmf-dist/doc/latex/ecv/template/Makefile10
5 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/ecv/template/CV-template_de.pdf b/Master/texmf-dist/doc/latex/ecv/template/CV-template_de.pdf
index c6cdd7e932f..71ce3196925 100644
--- a/Master/texmf-dist/doc/latex/ecv/template/CV-template_de.pdf
+++ b/Master/texmf-dist/doc/latex/ecv/template/CV-template_de.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/ecv/template/CV-template_de.tex b/Master/texmf-dist/doc/latex/ecv/template/CV-template_de.tex
index 9c7c4c2075b..170c30fafe6 100644
--- a/Master/texmf-dist/doc/latex/ecv/template/CV-template_de.tex
+++ b/Master/texmf-dist/doc/latex/ecv/template/CV-template_de.tex
@@ -1,5 +1,5 @@
%%
-%% Copyright 2006-2007 Christoph Neumann, Bernd Haberstumpf
+%% Copyright 2006-2011 Christoph P. Neumann, Bernd Haberstumpf
%%
%% This LaTeX file provides a template for a german CV.
%%
@@ -36,9 +36,9 @@
\ecvEPR{Fax}{(49) <Vorwahl> / <Faxnummer>}
\ecvEPR{E-Mail} {\ecvHyperEMail{<E-Mail>}}
\ecvEPR{Staatsangeh"origkeit}
- {Deutsch}
+ {deutsch}
\ecvEPR{Geburtsdatum}
- {<Gegurtsdatum>}
+ {<Geburtsdatum>}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Profession
diff --git a/Master/texmf-dist/doc/latex/ecv/template/CV-template_en.pdf b/Master/texmf-dist/doc/latex/ecv/template/CV-template_en.pdf
index 1cf08a0db50..a3af771cc67 100644
--- a/Master/texmf-dist/doc/latex/ecv/template/CV-template_en.pdf
+++ b/Master/texmf-dist/doc/latex/ecv/template/CV-template_en.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/ecv/template/CV-template_en.tex b/Master/texmf-dist/doc/latex/ecv/template/CV-template_en.tex
index 15b574012c3..bdbf19fcfb6 100644
--- a/Master/texmf-dist/doc/latex/ecv/template/CV-template_en.tex
+++ b/Master/texmf-dist/doc/latex/ecv/template/CV-template_en.tex
@@ -1,5 +1,5 @@
%%
-%% Copyright 2006-2007 Christoph Neumann, Bernd Haberstumpf
+%% Copyright 2006-2011 Christoph P. Neumann, Bernd Haberstumpf
%%
%% This LaTeX file provides a template for a german CV.
%%
diff --git a/Master/texmf-dist/doc/latex/ecv/template/Makefile b/Master/texmf-dist/doc/latex/ecv/template/Makefile
index 9eab4bb635c..6a9a132eff9 100644
--- a/Master/texmf-dist/doc/latex/ecv/template/Makefile
+++ b/Master/texmf-dist/doc/latex/ecv/template/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2007 Bernd Haberstumpf
+# Copyright 2007-2011 Christoph P. Neumann, Bernd Haberstumpf
#
# This makefile is intended to build an CV withg the ecv package.
#
@@ -13,7 +13,7 @@
# FITNESS FOR A PARTICULAR PURPOSE.
# LANGUAGE: The language to use
-LANGUAGE = de
+LANGUAGE ?= de
# BASENAME: The basename of the document without language
BASENAME = CV-template_
# NAME: Basename of the package
@@ -103,6 +103,6 @@ clean:
# Also removes pdfs and dvis
distclean: clean
- @echo "-- Removing $(BASENAME)*.pdf and $(BASENAME)*.dvi"
- @$(RMRF) $(BASENAME)*.pdf
- @$(RMRF) $(BASENAME)*.dvi
+ @echo "-- Removing $(PDF)and $(DVI)"
+ @$(RMRF) $(PDF)
+ @$(RMRF) $(DVI)