summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/europecv/CHANGELOG.rst6
-rw-r--r--Master/texmf-dist/doc/latex/europecv/CONTRIBUTING.md46
-rw-r--r--Master/texmf-dist/doc/latex/europecv/README.md4
-rw-r--r--Master/texmf-dist/doc/latex/europecv/europecv.pdfbin676868 -> 681394 bytes
-rw-r--r--Master/texmf-dist/doc/latex/europecv/europecv.tex8
-rw-r--r--Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.pdfbin51336 -> 51442 bytes
-rw-r--r--Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.tex1
-rw-r--r--Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.pdfbin38365 -> 38539 bytes
-rw-r--r--Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.tex1
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecvbg.def4
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecvca.def4
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecvcs.def4
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecvda.def4
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecvde.def4
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecven.def7
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecves.def4
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecvet.def4
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecvfi.def4
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecvfr.def4
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecvgl.def4
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecvgr.def4
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecvhu.def4
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecvis.def4
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecvit.def8
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecvlt.def4
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecvlv.def4
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecvmt.def4
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecvnl.def4
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecvno.def4
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecvpl.def4
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecvpt.def4
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecvro.def4
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecvsk.def4
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecvsl.def4
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecvsr.def4
-rw-r--r--Master/texmf-dist/tex/latex/europecv/ecvsv.def20
-rw-r--r--Master/texmf-dist/tex/latex/europecv/europecv.cls12
37 files changed, 136 insertions, 73 deletions
diff --git a/Master/texmf-dist/doc/latex/europecv/CHANGELOG.rst b/Master/texmf-dist/doc/latex/europecv/CHANGELOG.rst
index 2d756f4998e..aee08060f02 100644
--- a/Master/texmf-dist/doc/latex/europecv/CHANGELOG.rst
+++ b/Master/texmf-dist/doc/latex/europecv/CHANGELOG.rst
@@ -1,7 +1,11 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package europecv
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-2019.01.24
+2019.01.31
+----------
+* Optional CV update date by using the command \ecvdate{}
+* Contributors: Giuseppe Silano
+2019.01.25
----------
* Completed the "ecvsv.def" file with the Swedish translation
* Contributors: Emil Gardström
diff --git a/Master/texmf-dist/doc/latex/europecv/CONTRIBUTING.md b/Master/texmf-dist/doc/latex/europecv/CONTRIBUTING.md
new file mode 100644
index 00000000000..fd2ebb98812
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/europecv/CONTRIBUTING.md
@@ -0,0 +1,46 @@
+Contributing
+============
+
+👍🎉 Thanks a lot for considering contributing 🎉👍
+
+We welcome and encourage contribution. There is many way to contribute: you can
+write bug report, contribute code or documentation (take a look at the
+[Wiki section](https://github.com/gsilano/EuropeCV/wiki)).
+
+## Reporting issues
+
+When reporting issues the more information you can supply the better.
+
+If it is an issue with building the LaTeX package, indicate your environment like operating system and,
+version of MikTeX your are using.
+
+## Improvements request and proposal
+
+Feel free to make an issue to request a new functionality.
+
+## Contributing code/Pull-Request
+
+We welcome contribution, this can be done by starting a pull-request.
+You can contribute by updating the package content or styling, code (.cls file), or both.
+
+### Contributing content or styling
+
+There is a couple of basic requirement for us to merge the pull request:
+ - The styling should maintain the compatibility with previous versions. For example, if you plan to
+ add a new number to the contact information, it should be optional and not mandatory allowing not to
+ change anything to the other users of the package.
+
+### Contributing code
+
+If the change is big, typically if the change span to more than one file, consider starting an issue first to discuss the improvement.
+This will makes it much easier to make the change fit well into the package.
+
+There is some basic requirement for us to merge a pull request:
+ - Describe the change (a bot will remind you in case you forget it)
+ - Refer to any issues it effects
+ - Separate one pull request per functionality: if you start writing "and" in the feature description consider if it could be
+ separated in two pull requests.
+
+In your code:
+ - Make sure the coding style of your code follows the style of the file.
+
diff --git a/Master/texmf-dist/doc/latex/europecv/README.md b/Master/texmf-dist/doc/latex/europecv/README.md
index b71a6020125..fd64b4038fe 100644
--- a/Master/texmf-dist/doc/latex/europecv/README.md
+++ b/Master/texmf-dist/doc/latex/europecv/README.md
@@ -22,6 +22,8 @@ Well, if you are reading this section it means that you are thinking of helping
2. Each change must be reported in the ```CHANGELOG``` file. Please, do not forget to be clear and specify who made this contribution.
-3. In the head of each file, is the date on which the last changes were made. Please, do not forget to update this information. The same procedure must be followed in the tex file ```europecv.tex```.
+3. In the head of each file, there is the date on which the last changes were made. Please, do not forget to update this information. The same procedure must be followed in the tex file ```europecv.tex``` (at the beginning of the file a date says when the file has been changed).
+
+In any case, please take a look to the [Contributing.md](https://github.com/gsilano/EuropeCV/blob/master/CONTRIBUTING.md) file.
diff --git a/Master/texmf-dist/doc/latex/europecv/europecv.pdf b/Master/texmf-dist/doc/latex/europecv/europecv.pdf
index 24a8e0b6495..d4284cb7f38 100644
--- a/Master/texmf-dist/doc/latex/europecv/europecv.pdf
+++ b/Master/texmf-dist/doc/latex/europecv/europecv.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/europecv/europecv.tex b/Master/texmf-dist/doc/latex/europecv/europecv.tex
index 36042e97c9f..d1c28d86d8d 100644
--- a/Master/texmf-dist/doc/latex/europecv/europecv.tex
+++ b/Master/texmf-dist/doc/latex/europecv/europecv.tex
@@ -51,7 +51,7 @@
Department of Engineering\\
University of Sannio in Benevento, Italy\\
}
-\date{January 25, 2019}
+\date{January 31, 2019}
\begin{document}
@@ -211,6 +211,8 @@ The following options can be used with the \texttt{\textbackslash documentclass}
\begin{europecv}
\section{Personal information}
+ \ecvitem{\ecv{date}\texttt{\{}\textit{date}\texttt{\}}}{Sets CV update date to \emph{date}. To
+ enter the current date use the \texttt{$\setminus$}\texttt{today} command.}
\ecvitem{\ecv{name}\texttt{\{}\textit{name}\texttt{\}}}{Sets your name to \emph{name}.}
\ecvitem{\ecv{footername}\texttt{\{}\textit{name}\texttt{\}}}{Sets your name as it appears in the footer. By default, the name in the footer is the same as the one specified with \ecv{name}. Use \ecv{footername} is you want it to be different (for example, if you want to exchange the order of first name and last name).}
\ecvitem{\ecv{firstname}\texttt{\{}\textit{name}\texttt{\}}}{\textbf{Deprecated.} Use \ecv{name} and \ecv{footername} instead.}
@@ -261,6 +263,7 @@ For example, consider the following document:
\ecvgender{Male}
\ecvbeforepicture{\raggedright}
\ecvpicture[height=3cm]{examples/at}
+ \ecvdate{\today}
\begin{document}
\begin{europecv}
@@ -286,6 +289,7 @@ The above will produce the following output:
\ecvnationality{English}
\ecvdateofbirth{June 23 1927}
\ecvgender{Male}
+ \ecvdate{\today}
\ecvpicture[height=3cm]{examples/at}
\fontfamily{phv}\fontseries{mc}\selectfont
\renewcommand{\bfdefault}{bc}
@@ -317,6 +321,7 @@ If you do not want to use so much space, you may add some negative space with \e
\ecvbeforepicture{\raggedleft}
\ecvpicture[height=3cm]{examples/at}
\ecvafterpicture{\ecvspace{-3.5cm}}
+ \ecvdate{\today}
\begin{document}
\begin{europecv}
@@ -340,6 +345,7 @@ The output of the above code looks like this:
\ecvnationality{English}
\ecvdateofbirth{June 23 1927}
\ecvgender{Male}
+ \ecvdate{\today}
\ecvbeforepicture{\raggedleft}
\ecvpicture[height=3cm]{examples/at}
\ecvafterpicture{\ecvspace{-3.5cm}}
diff --git a/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.pdf b/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.pdf
index c4d8ddbbafb..f8e45038ec7 100644
--- a/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.pdf
+++ b/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.tex b/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.tex
index 963a7dff0d8..157dbafb53b 100644
--- a/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.tex
+++ b/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.tex
@@ -60,6 +60,7 @@
\ecvnationality{(Remove if not relevant)}
\ecvdateofbirth{(Remove if not relevant)}
\ecvgender{(Remove if not relevant)}
+\ecvdate{\today}
%\ecvpicture[width=3cm]{mypicture}
%\ecvfootnote{For further details please take a look here: \url{http://europass.cedefop.eu.int}\\
%\textcopyright~European Communities, 2003.}
diff --git a/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.pdf b/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.pdf
index a2b5cece4dc..ae51fa490c0 100644
--- a/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.pdf
+++ b/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.tex b/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.tex
index 1dd53e97b84..6b493be664d 100644
--- a/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.tex
+++ b/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.tex
@@ -28,6 +28,7 @@
\ecvnationality{(Remove if not relevant)}
\ecvdateofbirth{(Remove if not relevant)}
\ecvgender{(Remove if not relevant)}
+\ecvdate{\today}
%\ecvpicture[width=3cm]{mypicture}
%\ecvfootnote{For further details please take a look here: \url{http://europass.cedefop.eu.int}\\
%\textcopyright~European Communities, 2003.}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvbg.def b/Master/texmf-dist/tex/latex/europecv/ecvbg.def
index 99addbf7899..0fd426f6fe2 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecvbg.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecvbg.def
@@ -1,10 +1,10 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation yet to be finished, 2018/10/15
+% Translation yet to be finished, 2019/01/31
\ProvidesFile{ecvbg.def}[europecv Bulgarian definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Лична информация}}
-\def\ecv@date{\ecv@utf{Aggiornato al \today}} % To be translated
+\def\ecv@datekey{\ecv@utf{Aggiornato al}} % To be translated
\def\ecv@namekey{\ecv@utf{Фамилия (ии), Собствено (и) име (на)}}
\def\ecv@addresskey{\ecv@utf{Адрес}}
\def\ecv@telkey{\ecv@utf{Телефон}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvca.def b/Master/texmf-dist/tex/latex/europecv/ecvca.def
index f10af68afd2..8a6561a2902 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecvca.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecvca.def
@@ -1,10 +1,10 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation yet to be finished, 2018/10/15
+% Translation yet to be finished, 2019/01/31
\ProvidesFile{ecvca.def}[europecv Catalan definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Informaci\'o personal}}
-\def\ecv@date{\ecv@utf{Aggiornato al \today}} % To be translated
+\def\ecv@datekey{\ecv@utf{Aggiornato al}} % To be translated
\def\ecv@namekey{\ecv@utf{Nom}}
\def\ecv@addresskey{\ecv@utf{Adre\c{c}a }}
\def\ecv@faxkey{\ecv@utf{Fax}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvcs.def b/Master/texmf-dist/tex/latex/europecv/ecvcs.def
index 32d362e170b..0581669920a 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecvcs.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecvcs.def
@@ -1,10 +1,10 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation yet to be finished, 2018/10/15
+% Translation yet to be finished, 2019/01/31
\ProvidesFile{ecvcs.def}[europecv Czech definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Osobn{\'\i} {\'u}daje}}
-\def\ecv@date{\ecv@utf{Aggiornato al \today}} % To be translated
+\def\ecv@datekey{\ecv@utf{Aggiornato al}} % To be translated
\def\ecv@namekey{\ecv@utf{Jm{\'e}no / P{\v r}{\'\i}jmen{\'\i}}}
\def\ecv@addresskey{\ecv@utf{Adresa}}
\def\ecv@telkey{\ecv@utf{Telefon}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvda.def b/Master/texmf-dist/tex/latex/europecv/ecvda.def
index 95e84c8612a..98742435292 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecvda.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecvda.def
@@ -1,10 +1,10 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation yet to be finished, 2018/10/15
+% Translation yet to be finished, 2019/01/31
\ProvidesFile{ecvda.def}[europecv Danish definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Personlige oplysninger}}
-\def\ecv@date{\ecv@utf{Aggiornato al \today}} % To be translated
+\def\ecv@datekey{\ecv@utf{Aggiornato al}} % To be translated
\def\ecv@namekey{\ecv@utf{Efternavn(e), fornavn(e) og mellemnavn(e)}}
\def\ecv@addresskey{\ecv@utf{Adresse(r)}}
\def\ecv@telkey{\ecv@utf{Telefon}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvde.def b/Master/texmf-dist/tex/latex/europecv/ecvde.def
index 6ef26ea0a21..7474eea31fd 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecvde.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecvde.def
@@ -1,10 +1,10 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation completed on 2018/10/15
+% Translation completed on 2019/01/31
\ProvidesFile{ecvde.def}[europecv German definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Angaben zur Person}}
-\def\ecv@date{\ecv@utf{Aktualisiert am \today}}
+\def\ecv@datekey{\ecv@utf{Aktualisiert am}}
\def\ecv@namekey{\ecv@utf{Nachname(n) / Vorname(n)}}
\def\ecv@addresskey{\ecv@utf{Adresse(n)}}
\def\ecv@telkey{\ecv@utf{Telefon}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecven.def b/Master/texmf-dist/tex/latex/europecv/ecven.def
index ea557d8fea0..120f9116427 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecven.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecven.def
@@ -1,10 +1,10 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation completed on 2018/10/15
+% Translation completed on 2019/01/31
\ProvidesFile{ecven.def}[europecv English definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Personal information}}
-\def\ecv@date{\ecv@utf{Updated \\ \today}}
+\def\ecv@datekey{\ecv@utf{Updated \\}}
\def\ecv@namekey{\ecv@utf{Surname / First name}}
\def\ecv@addresskey{\ecv@utf{Address}}
\def\ecv@telkey{\ecv@utf{Telephone}}
@@ -16,13 +16,12 @@
\def\ecv@skypekey{\ecv@utf{Skype}}
\def\ecv@peckey{\ecv@utf{PEC}}
\def\ecv@homepagekey{\ecv@utf{Home page}}
-\def\ecv@homepagekey{\ecv@utf{Home page}}
\def\ecv@nationalitykey{\ecv@utf{Nationality}}
\def\ecv@birthkey{\ecv@utf{Date of birth}}
\def\ecv@genderkey{\ecv@utf{Gender}}
% Footer
\def\ecv@pagekey{\ecv@utf{Page}}
-\def\ecv@cvofkey{\ecv@utf{Curriculum vit\ae\ of}}
+\def\ecv@cvofkey{\ecv@utf{Curriculum vit\ae\ et studiorum of Giuseppe Silano}}
% Language table
\def\ecv@mothertonguekey{\ecv@utf{Mother tongue}}
\def\ecv@assesskey{\ecv@utf{Self-assessment}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecves.def b/Master/texmf-dist/tex/latex/europecv/ecves.def
index 2b7c72ca7d3..1a960f422a8 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecves.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecves.def
@@ -1,10 +1,10 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation completed on 2018/10/15
+% Translation completed on 2019/01/31
\ProvidesFile{ecves.def}[europecv Spanish definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Informaci\'on personal}}
-\def\ecv@date{\ecv@utf{Actualizado a \today}}
+\def\ecv@datekey{\ecv@utf{Actualizado a}}
\def\ecv@namekey{\ecv@utf{Apellido(s) / Nombre(s)}}
\def\ecv@addresskey{\ecv@utf{Direcci\'on(es)}}
\def\ecv@telkey{\ecv@utf{Tel\'efono(s)}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvet.def b/Master/texmf-dist/tex/latex/europecv/ecvet.def
index a41b45681ed..676da35ad6e 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecvet.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecvet.def
@@ -1,10 +1,10 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation completed on 2018/10/15
+% Translation completed on 2019/01/31
\ProvidesFile{ecvet.def}[europecv Estonian definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Isikuandmed}}
-\def\ecv@date{\ecv@utf{Ajakohastatud\today}}
+\def\ecv@datekey{\ecv@utf{Ajakohastatud}}
\def\ecv@namekey{\ecv@utf{Perekonnanimi/eesnimi}}
\def\ecv@addresskey{\ecv@utf{Aadress(id)}}
\def\ecv@telkey{\ecv@utf{Telefon(id)}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvfi.def b/Master/texmf-dist/tex/latex/europecv/ecvfi.def
index c98c4dcb536..9ebaf2bffe1 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecvfi.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecvfi.def
@@ -1,10 +1,10 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation completed on 2018/10/15
+% Translation completed on 2019/01/31
\ProvidesFile{ecvfi.def}[europecv Finnish definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Henkil\"otiedot}}
-\def\ecv@date{\ecv@utf{Päivitetty \today}}
+\def\ecv@datekey{\ecv@utf{Päivitetty}}
\def\ecv@namekey{\ecv@utf{Suku-~ja etunimet}}
\def\ecv@addresskey{\ecv@utf{Osoitteet}}
\def\ecv@telkey{\ecv@utf{Puhelinnumero(t)}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvfr.def b/Master/texmf-dist/tex/latex/europecv/ecvfr.def
index c9b222bddb2..37a50d6b070 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecvfr.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecvfr.def
@@ -1,10 +1,10 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation completed on 2018/10/15
+% Translation completed on 2019/01/31
\ProvidesFile{ecvfr.def}[europecv French definitions]
% Informations personnelles
\def\ecv@infosectionkey{\ecv@utf{Informations personnelles}}
-\def\ecv@date{\ecv@utf{Mis à jour pour \today}}
+\def\ecv@datekey{\ecv@utf{Mis à jour pour}}
\def\ecv@namekey{\ecv@utf{Nom(s) / Pr\'enom(s)}}
\def\ecv@addresskey{\ecv@utf{Adresse(s)}}
\def\ecv@telkey{\ecv@utf{T\'el\'ephone(s)}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvgl.def b/Master/texmf-dist/tex/latex/europecv/ecvgl.def
index 3ef592e4759..599c609ae87 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecvgl.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecvgl.def
@@ -1,10 +1,10 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation completed on 2018/10/15
+% Translation completed on 2019/01/31
\ProvidesFile{ecvgl.def}[europecv Galician definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Informaci\'on persoal}}
-\def\ecv@date{\ecv@utf{Actualizado a \today}}
+\def\ecv@datekey{\ecv@utf{Actualizado a}}
\def\ecv@namekey{\ecv@utf{Apelidos / Nome}}
\def\ecv@addresskey{\ecv@utf{Direcci\'on}}
\def\ecv@faxkey{\ecv@utf{Fax}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvgr.def b/Master/texmf-dist/tex/latex/europecv/ecvgr.def
index 311645e6f49..97439dd1ed9 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecvgr.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecvgr.def
@@ -3,11 +3,11 @@
% WARNING: Requires the babel package loaded with options
% [english,greek] (at least) for \foreignlanguage
%
-% Translation completed on 2018/10/15
+% Translation completed on 2019/01/31
\ProvidesFile{ecvgr.def}[europecv Greek definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{\foreignlanguage{greek}{Προσωπικές πληροφορίες}}}
-\def\ecv@date{\ecv@utf{\foreignlanguage{greek}{Επώνυμο (-α)~/ Όνομα (-τα)} \today}}
+\def\ecv@datekey{\ecv@utf{\foreignlanguage{greek}{Επώνυμο (-α)~/ Όνομα (-τα)}}}
\def\ecv@namekey{\ecv@utf{\foreignlanguage{greek}{Επώνυμο (-α)~/ Όνομα (-τα)}}}
\def\ecv@addresskey{\ecv@utf{\foreignlanguage{greek}{Διεύθυνση~(-εις)}}}
\def\ecv@telkey{\ecv@utf{\foreignlanguage{greek}{Τηλέφωνο~(-α)}}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvhu.def b/Master/texmf-dist/tex/latex/europecv/ecvhu.def
index d018233f20a..b8754f77e9a 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecvhu.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecvhu.def
@@ -1,11 +1,11 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation yet to be finished, 2018/10/15
+% Translation yet to be finished, 2019/01/31
\ProvidesFile{ecvhu.def}[europecv Hungarian definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Szem\'elyi adatok}}
\def\ecv@namekey{\ecv@utf{Vezet\'ekn\'ev/Ut\'on\'ev}}
-\def\ecv@date{\ecv@utf{Aggiornato al \today}} % To be translated
+\def\ecv@datekey{\ecv@utf{Aggiornato al}} % To be translated
\def\ecv@addresskey{\ecv@utf{C\'\i m}}
\def\ecv@telkey{\ecv@utf{Telefonsz\'am}}
\def\ecv@mobilekey{\ecv@utf{Mobil}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvis.def b/Master/texmf-dist/tex/latex/europecv/ecvis.def
index 9189992cea1..0d0f078cba8 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecvis.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecvis.def
@@ -1,10 +1,10 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation yet to be finished, 2018/10/15
+% Translation yet to be finished, 2019/01/31
\ProvidesFile{ecvis.def}[europecv Icelandic definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Pers{\'o}nulegar uppl{\'y}singar}}
-\def\ecv@date{\ecv@utf{Aggiornato al \today}} % To be translated
+\def\ecv@datekey{\ecv@utf{Aggiornato al}} % To be translated
\def\ecv@namekey{\ecv@utf{Nafn}}
\def\ecv@addresskey{\ecv@utf{Heimilisfang/(-f{\"o}ng)}}
\def\ecv@telkey{\ecv@utf{S{\'\i}mi/(-ar)}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvit.def b/Master/texmf-dist/tex/latex/europecv/ecvit.def
index 67864ed713d..7c5f88a6b3c 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecvit.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecvit.def
@@ -1,10 +1,10 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation completed on 2018/10/15
+% Translation completed on 2019/01/31
\ProvidesFile{ecvit.def}[europecv Italian definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Informazioni personali}}
-\def\ecv@date{\ecv@utf{Aggiornato al \today}}
+\def\ecv@datekey{\ecv@utf{Aggiornato al }}
\def\ecv@namekey{\ecv@utf{Cognome nome}}
\def\ecv@addresskey{\ecv@utf{Indirizzo}}
\def\ecv@telkey{\ecv@utf{Telefono}}
@@ -15,13 +15,13 @@
\def\ecv@professionalkey{\ecv@utf{Email Professionale}}
\def\ecv@skypekey{\ecv@utf{Skype}}
\def\ecv@peckey{\ecv@utf{PEC}}
-\def\ecv@homepagekey{\ecv@utf{Home page}}
\def\ecv@nationalitykey{\ecv@utf{Nazionalit\`a}}
\def\ecv@birthkey{\ecv@utf{Data di nascita}}
+\def\ecv@homepagekey{\ecv@utf{Sito web}}
\def\ecv@genderkey{\ecv@utf{Sesso}}
% Footer
\def\ecv@pagekey{\ecv@utf{Pagina}}
-\def\ecv@cvofkey{\ecv@utf{Curriculum vit\ae}}
+\def\ecv@cvofkey{\ecv@utf{Curriculum vit\ae\ et studiorum di Giuseppe Silano}}
% Language table
\def\ecv@mothertonguekey{\ecv@utf{Madrelingua}}
\def\ecv@assesskey{\ecv@utf{Autovalutazione}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvlt.def b/Master/texmf-dist/tex/latex/europecv/ecvlt.def
index ccfe622c188..adcbd66a22f 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecvlt.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecvlt.def
@@ -1,10 +1,10 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation yet to be finished, 2018/10/15
+% Translation yet to be finished, 2019/01/31
\ProvidesFile{ecvlt.def}[europecv Lithuanian definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Asmenin{\.e} informacija}}
-\def\ecv@date{\ecv@utf{Aggiornato al \today}} % To be translated
+\def\ecv@datekey{\ecv@utf{Aggiornato al}} % To be translated
\def\ecv@namekey{\ecv@utf{Vardas~(-ai)~/ Pavard{\.e}~(-s)}}
\def\ecv@addresskey{\ecv@utf{Adresas~(-ai)}}
\def\ecv@telkey{\ecv@utf{Telefonas~(-ai)}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvlv.def b/Master/texmf-dist/tex/latex/europecv/ecvlv.def
index 19c9d0f4870..613caa59da3 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecvlv.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecvlv.def
@@ -1,10 +1,10 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation completed on 2018/10/15
+% Translation completed on 2019/01/31
\ProvidesFile{ecvlv.def}[europecv Latvian definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Personas dati}}
-\def\ecv@date{\ecv@utf{Atnaujinta iki al \today}}
+\def\ecv@datekey{\ecv@utf{Atnaujinta iki al}}
\def\ecv@namekey{\ecv@utf{Uzv{\=a}rds / V{\=a}rds}}
\def\ecv@addresskey{\ecv@utf{Adrese}}
\def\ecv@telkey{\ecv@utf{T{\=a}lrunis}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvmt.def b/Master/texmf-dist/tex/latex/europecv/ecvmt.def
index 99163a437a3..aa41d612f5d 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecvmt.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecvmt.def
@@ -1,11 +1,11 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation completed on 2018/10/15
+% Translation completed on 2019/01/31
\ProvidesFile{ecvmt-utf8.def}[europecv Maltese definitions]
\inputencoding{utf8x}
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Tagħrif personali}}
-def\ecv@date{\ecv@utf{Aġġornat għal \today}}
+def\ecv@datekey{\ecv@utf{Aġġornat għal}}
\def\ecv@namekey{\ecv@utf{Kunjom(ijiet) Isem (Ismijiet)}}
\def\ecv@addresskey{\ecv@utf{L-indirizz}}
\def\ecv@faxkey{\ecv@utf{Fax}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvnl.def b/Master/texmf-dist/tex/latex/europecv/ecvnl.def
index 386e3b30635..54c615b2d88 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecvnl.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecvnl.def
@@ -1,10 +1,10 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation completed on 2018/10/15
+% Translation completed on 2019/01/31
\ProvidesFile{ecvnl.def}[europecv Dutch definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Persoonsgegevens}}
-def\ecv@date{\ecv@utf{Bijgewerkt naar \today}}
+def\ecv@datekey{\ecv@utf{Bijgewerkt naar}}
\def\ecv@namekey{\ecv@utf{Achternaam~(-namen)/ Voornaam~(-namen)}}
\def\ecv@addresskey{\ecv@utf{Adres(sen)}}
\def\ecv@telkey{\ecv@utf{Telefoon(s)}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvno.def b/Master/texmf-dist/tex/latex/europecv/ecvno.def
index adf84853f80..081bf33ef4d 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecvno.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecvno.def
@@ -1,10 +1,10 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation completed on 2018/10/15
+% Translation completed on 2018/01/31
\ProvidesFile{ecvno.def}[europecv Norwegian definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Personlige opplysninger}}
-\def\ecv@date{\ecv@utf{Oppdatert til \today}}
+\def\ecv@datekey{\ecv@utf{Oppdatert til}}
\def\ecv@namekey{\ecv@utf{Navn}}
\def\ecv@addresskey{\ecv@utf{Adresse(r)}}
\def\ecv@telkey{\ecv@utf{Telefonnumre}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvpl.def b/Master/texmf-dist/tex/latex/europecv/ecvpl.def
index 10621b17c6a..d4282685ed6 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecvpl.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecvpl.def
@@ -1,10 +1,10 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation completed on 2018/10/15
+% Translation completed on 2019/01/31
\ProvidesFile{ecvpl.def}[europecv Polish definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Dane osobowe}}
-\def\ecv@date{\ecv@utf{Zaktualizowany do \today}}
+\def\ecv@datekey{\ecv@utf{Zaktualizowany do}}
\def\ecv@namekey{\ecv@utf{Nazwisko / Imi\k{e}}}
\def\ecv@addresskey{\ecv@utf{Adres(y)}}
\def\ecv@telkey{\ecv@utf{Telefon(y)}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvpt.def b/Master/texmf-dist/tex/latex/europecv/ecvpt.def
index 66c11d283ff..422ba6e4621 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecvpt.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecvpt.def
@@ -1,10 +1,10 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation completed on 2018/10/15
+% Translation completed on 2019/01/31
\ProvidesFile{ecvpt.def}[europecv Portuguese definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Informa\c{c}\~ao pessoal}}
-\def\ecv@date{\ecv@utf{Atualizado para\today}}
+\def\ecv@datekey{\ecv@utf{Atualizado para}}
\def\ecv@namekey{\ecv@utf{Apelido(s) - Nome(s)}}
\def\ecv@addresskey{\ecv@utf{Morada(s)}}
\def\ecv@telkey{\ecv@utf{Telefone(s)}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvro.def b/Master/texmf-dist/tex/latex/europecv/ecvro.def
index becead01974..33e52863704 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecvro.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecvro.def
@@ -1,10 +1,10 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation completed on 2018/10/15
+% Translation completed on 2019/01/31
\ProvidesFile{ecvro.def}[europecv Romanian definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Informa{\c t}ii personale}}
-\def\ecv@date{\ecv@utf{Actualizat la \today}}
+\def\ecv@datekey{\ecv@utf{Actualizat la}}
\def\ecv@namekey{\ecv@utf{Nume~/ Prenume}}
\def\ecv@addresskey{\ecv@utf{Adresa}}
\def\ecv@telkey{\ecv@utf{Telefon}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvsk.def b/Master/texmf-dist/tex/latex/europecv/ecvsk.def
index b4746f3d6f7..e3cf7189910 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecvsk.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecvsk.def
@@ -1,10 +1,10 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation completed on 2018/10/15
+% Translation completed on 2019/01/31
\ProvidesFile{ecvsk.def}[europecv Slovak definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Osobn{\'e} {\'u}daje}}
-\def\ecv@date{\ecv@utf{Aktualizované na \today}}
+\def\ecv@datekey{\ecv@utf{Aktualizované na}}
\def\ecv@namekey{\ecv@utf{Priezvisko({\'a}) / Meno({\'a})}}
\def\ecv@addresskey{\ecv@utf{Adresa(y)}}
\def\ecv@telkey{\ecv@utf{Telef\'on(y)}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvsl.def b/Master/texmf-dist/tex/latex/europecv/ecvsl.def
index d2385416391..b0a8a8e681b 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecvsl.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecvsl.def
@@ -1,10 +1,10 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation completed on 2018/10/15
+% Translation completed on 2019/01/31
\ProvidesFile{ecvsl.def}[europecv Slovenian definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Osebni podatki}}
-\def\ecv@date{\ecv@utf{Posodobljeno na \today}}
+\def\ecv@datekey{\ecv@utf{Posodobljeno na}}
\def\ecv@namekey{\ecv@utf{Ime~/ Priimek}}
\def\ecv@addresskey{\ecv@utf{Naslov}}
\def\ecv@telkey{\ecv@utf{Telefon}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvsr.def b/Master/texmf-dist/tex/latex/europecv/ecvsr.def
index 2e2cabc8e5e..d5790cc6981 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecvsr.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecvsr.def
@@ -1,10 +1,10 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation completed on 2018/10/15
+% Translation completed on 2019/01/31s
\ProvidesFile{ecvsr.def}[europecv Serbian definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Li{\v c}ni podaci}}
-\def\ecv@date{\ecv@utf{Ažurirano \today}}
+\def\ecv@datekey{\ecv@utf{Ažurirano}}
\def\ecv@namekey{\ecv@utf{Prezime~/ ime}}
\def\ecv@addresskey{\ecv@utf{Adresa}}
\def\ecv@telkey{\ecv@utf{Telefon}}
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvsv.def b/Master/texmf-dist/tex/latex/europecv/ecvsv.def
index 709af38b559..f10cc0178ca 100644
--- a/Master/texmf-dist/tex/latex/europecv/ecvsv.def
+++ b/Master/texmf-dist/tex/latex/europecv/ecvsv.def
@@ -1,21 +1,21 @@
%!TEX encoding = UTF-8 Unicode
%
-% Translation completed on 2019/01/24
+% Translation yet to be finished, 2019/01/31
\ProvidesFile{ecvsv.def}[europecv Swedish definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Personuppgifter}}
-\def\ecv@date{\ecv@utf{Uppdaterad \today}}
+\def\ecv@datekey{\ecv@utf{Aggiornato al}} % To be translated
\def\ecv@namekey{\ecv@utf{Efternamn / F\"ornamn}}
\def\ecv@addresskey{\ecv@utf{Adress(er)}}
\def\ecv@telkey{\ecv@utf{Telefonnummer}}
\def\ecv@mobilekey{\ecv@utf{Mobil}}
\def\ecv@faxkey{\ecv@utf{Fax}}
-\def\ecv@officekey{\ecv@utf{Kontor}}
+\def\ecv@officekey{\ecv@utf{Ufficio}} % To be translated
\def\ecv@emailkey{\ecv@utf{E-postadress(er)}}
-\def\ecv@professionalkey{\ecv@utf{Professionell E-postadress}}
+\def\ecv@professionalkey{\ecv@utf{Email Professionale}} % To be translated
\def\ecv@skypekey{\ecv@utf{Skype}}
\def\ecv@peckey{\ecv@utf{PEC}}
-\def\ecv@homepagekey{\ecv@utf{Webbsida}}
+\def\ecv@homepagekey{\ecv@utf{Home page}}
\def\ecv@nationalitykey{\ecv@utf{Medborgarskap}}
\def\ecv@birthkey{\ecv@utf{F\"odelsedatum}}
\def\ecv@genderkey{\ecv@utf{K\"on}}
@@ -28,15 +28,15 @@
\def\ecv@levelkey{\ecv@utf{Europeisk niv\aa}}
\def\ecv@understandkey{\ecv@utf{F\"orst\aa else}}
\def\ecv@speakkey{\ecv@utf{Tala}}
-\def\ecv@writekey{\ecv@utf{Skriftlig F\"ardighet}}
+\def\ecv@writekey{\ecv@utf{Skriva}}
\def\ecv@listenkey{\ecv@utf{H\"orf\"orst\aa else}}
\def\ecv@readkey{\ecv@utf{L\"asf\"orst\aa else}}
-\def\ecv@interactkey{\ecv@utf{Samtal / muntlig interaktion}}
+\def\ecv@interactkey{\ecv@utf{Muntlig interaktion}}
\def\ecv@productkey{\ecv@utf{Muntlig produktion}}
\def\ecv@langfooterkey{\ecv@utf{Niv\aa n inom de Gemensamma europeiska referensramarna (CEF)}}
-\def\ecv@cefbasickey{\ecv@utf{Anv\"andare på nyb\"orjarniv\aa}}
-\def\ecv@cefindepkey{\ecv@utf{Sj\"alvst\"andig spr\aa kanv\"andare}}
-\def\ecv@cefprofkey{\ecv@utf{Avancerad spr\aa kanv\"andare}}
+\def\ecv@cefbasickey{\ecv@utf{Den baspresterande spr\aa kanv\"andaren}}
+\def\ecv@cefindepkey{\ecv@utf{Den sj\"alvst\"andige spr\aa kanv\"andaren}}
+\def\ecv@cefprofkey{\ecv@utf{Den avancerade spr\aa kanv\"andaren}}
\renewcommand*\ecvtitle{\ecv@utf{\Large\textbf{E\ecv@kern u\ecv@kern
r\ecv@kern o\ecv@kern p\ecv@kern a\ecv@kern s\ecv@kern s}\\[5pt]
diff --git a/Master/texmf-dist/tex/latex/europecv/europecv.cls b/Master/texmf-dist/tex/latex/europecv/europecv.cls
index 576f990dd79..03c07b6b7a5 100644
--- a/Master/texmf-dist/tex/latex/europecv/europecv.cls
+++ b/Master/texmf-dist/tex/latex/europecv/europecv.cls
@@ -6,7 +6,7 @@
% See https://ctan.mirror.garr.it/mirrors/CTAN/help/Catalogue/licenses.lppl.html
% for the details of that license
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{europecv}[2018/10/15 (Unicode TeX detection) European curriculum vitae class]
+\ProvidesClass{europecv}[2019/01/31 (Unicode TeX detection) European curriculum vitae class]
% CV models and instructions:
% http://europass.cedefop.eu.int/htm/index.htm
@@ -374,6 +374,7 @@
\def\ecv@telephone{#3}
}
\newcommand*{\ecvfax}[1]{\def\ecv@fax{#1}}
+\newcommand*{\ecvdate}[1]{\def\ecv@date{#1}}
\newcommand*{\ecvemail}[1]{\def\ecv@email{#1}}
\newcommand*{\ecvprofessional}[1]{\def\ecv@professional{#1}}
\newcommand*{\ecvskype}[1]{\def\ecv@skype{#1}}
@@ -397,13 +398,13 @@
% or \ecvafterpicture
\newcommand*{\ecvspace}[1]{\tabularnewline[#1] &}
\ecvbeforepicture{\raggedleft}
+\ecvdate{}
\ecvafterpicture{}
\ecvfirstname{}
\ecvlastname{}
\ecvname{\ecv@lastname\ \ecv@firstname}
\ecvfootername{\ecv@name}
\ecvaddress{}
-\ecvhomepage{}
\ecvskype{}
\ecvprofessional{}
\ecvtelephone{}
@@ -413,11 +414,14 @@
\ecvnationality{}
\ecvdateofbirth{}
\ecvgender{}
+\ecvhomepage{}
\ecvpicture{}
\providecommand{\ecvpersonalinfo}[1][0pt]{%
-{\large\par\textbf{\ecv@date}} & \tabularnewline
+{\ifx\@empty\ecv@date\else
+ \large\par\textbf{\ecv@datekey \ecv@date}
+\fi} & \tabularnewline
& \tabularnewline
\ifx\@empty\ecvdrawpicture\else
&\ecv@beforepic\ecvdrawpicture\ecv@afterpic\tabularnewline
@@ -451,7 +455,7 @@
\ecv@peckey &\ecv@pec \tabularnewline[5pt]
\fi
\ifx\@empty\ecv@homepage\else
-\ecv@homepagekey & \ecv@homepage \tabularnewline[#1]
+\ecv@homepagekey &\ecv@homepage \tabularnewline[5pt]
\fi
\ifx\@empty\ecv@skype\else
\ecv@skypekey &\ecv@skype \tabularnewline[5pt]