texlive[49902] Master/texmf-dist: europecv (1feb19)

commits+karl at tug.org commits+karl at tug.org
Fri Feb 1 23:24:43 CET 2019


Revision: 49902
          http://tug.org/svn/texlive?view=revision&revision=49902
Author:   karl
Date:     2019-02-01 23:24:43 +0100 (Fri, 01 Feb 2019)
Log Message:
-----------
europecv (1feb19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/europecv/CHANGELOG.rst
    trunk/Master/texmf-dist/doc/latex/europecv/README.md
    trunk/Master/texmf-dist/doc/latex/europecv/europecv.pdf
    trunk/Master/texmf-dist/doc/latex/europecv/europecv.tex
    trunk/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.pdf
    trunk/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.tex
    trunk/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.pdf
    trunk/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.tex
    trunk/Master/texmf-dist/tex/latex/europecv/ecvbg.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecvca.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecvcs.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecvda.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecvde.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecven.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecves.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecvet.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecvfi.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecvfr.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecvgl.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecvgr.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecvhu.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecvis.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecvit.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecvlt.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecvlv.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecvmt.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecvnl.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecvno.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecvpl.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecvpt.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecvro.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecvsk.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecvsl.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecvsr.def
    trunk/Master/texmf-dist/tex/latex/europecv/ecvsv.def
    trunk/Master/texmf-dist/tex/latex/europecv/europecv.cls

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/europecv/CONTRIBUTING.md

Modified: trunk/Master/texmf-dist/doc/latex/europecv/CHANGELOG.rst
===================================================================
--- trunk/Master/texmf-dist/doc/latex/europecv/CHANGELOG.rst	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/doc/latex/europecv/CHANGELOG.rst	2019-02-01 22:24:43 UTC (rev 49902)
@@ -1,8 +1,12 @@
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 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
 

Added: trunk/Master/texmf-dist/doc/latex/europecv/CONTRIBUTING.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/europecv/CONTRIBUTING.md	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/europecv/CONTRIBUTING.md	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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.
+


Property changes on: trunk/Master/texmf-dist/doc/latex/europecv/CONTRIBUTING.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/doc/latex/europecv/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/europecv/README.md	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/doc/latex/europecv/README.md	2019-02-01 22:24:43 UTC (rev 49902)
@@ -22,6 +22,8 @@
 
 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.
 
+

Modified: trunk/Master/texmf-dist/doc/latex/europecv/europecv.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/europecv/europecv.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/europecv/europecv.tex	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/doc/latex/europecv/europecv.tex	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 @@
 
 \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 @@
 	\ecvgender{Male}
 	\ecvbeforepicture{\raggedright}
 	\ecvpicture[height=3cm]{examples/at}
+	\ecvdate{\today}
 	
 	\begin{document}
 	\begin{europecv}
@@ -286,6 +289,7 @@
    \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 @@
 	\ecvbeforepicture{\raggedleft}
 	\ecvpicture[height=3cm]{examples/at}
 	\ecvafterpicture{\ecvspace{-3.5cm}}
+	\ecvdate{\today}
 	
 	\begin{document}
 	\begin{europecv}
@@ -340,6 +345,7 @@
 	\ecvnationality{English}
 	\ecvdateofbirth{June 23 1927}
 	\ecvgender{Male}
+	\ecvdate{\today}
 	\ecvbeforepicture{\raggedleft}
 	\ecvpicture[height=3cm]{examples/at}
 	\ecvafterpicture{\ecvspace{-3.5cm}}

Modified: trunk/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.tex	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.tex	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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.}

Modified: trunk/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.tex	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.tex	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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.}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecvbg.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecvbg.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecvbg.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Лична информация}}
-\def\ecv at date{\ecv at utf{Aggiornato al \today}} % To be translated
+\def\ecv at datekey{\ecv at utf{Aggiornato al}} % To be translated
 \def\ecv at namekey{\ecv at utf{Фамилия (ии), Собствено (и) име (на)}}
 \def\ecv at addresskey{\ecv at utf{Адрес}}
 \def\ecv at telkey{\ecv at utf{Телефон}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecvca.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecvca.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecvca.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Informaci\'o personal}}
-\def\ecv at date{\ecv at utf{Aggiornato al \today}} % To be translated
+\def\ecv at datekey{\ecv at utf{Aggiornato al}} % To be translated
 \def\ecv at namekey{\ecv at utf{Nom}}
 \def\ecv at addresskey{\ecv at utf{Adre\c{c}a }}
 \def\ecv at faxkey{\ecv at utf{Fax}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecvcs.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecvcs.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecvcs.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Osobn{\'\i} {\'u}daje}}
-\def\ecv at date{\ecv at utf{Aggiornato al \today}} % To be translated
+\def\ecv at datekey{\ecv at utf{Aggiornato al}} % To be translated
 \def\ecv at namekey{\ecv at utf{Jm{\'e}no / P{\v r}{\'\i}jmen{\'\i}}}
 \def\ecv at addresskey{\ecv at utf{Adresa}}
 \def\ecv at telkey{\ecv at utf{Telefon}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecvda.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecvda.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecvda.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Personlige oplysninger}}
-\def\ecv at date{\ecv at utf{Aggiornato al \today}} % To be translated
+\def\ecv at datekey{\ecv at utf{Aggiornato al}} % To be translated
 \def\ecv at namekey{\ecv at utf{Efternavn(e), fornavn(e) og mellemnavn(e)}}
 \def\ecv at addresskey{\ecv at utf{Adresse(r)}}
 \def\ecv at telkey{\ecv at utf{Telefon}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecvde.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecvde.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecvde.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Angaben zur Person}}
-\def\ecv at date{\ecv at utf{Aktualisiert am \today}}
+\def\ecv at datekey{\ecv at utf{Aktualisiert am}}
 \def\ecv at namekey{\ecv at utf{Nachname(n) / Vorname(n)}}
 \def\ecv at addresskey{\ecv at utf{Adresse(n)}}
 \def\ecv at telkey{\ecv at utf{Telefon}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecven.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecven.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecven.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Personal information}}
-\def\ecv at date{\ecv at utf{Updated \\ \today}}
+\def\ecv at datekey{\ecv at utf{Updated \\}}
 \def\ecv at namekey{\ecv at utf{Surname / First name}}
 \def\ecv at addresskey{\ecv at utf{Address}}
 \def\ecv at telkey{\ecv at utf{Telephone}}
@@ -16,13 +16,12 @@
 \def\ecv at skypekey{\ecv at utf{Skype}}
 \def\ecv at peckey{\ecv at utf{PEC}}
 \def\ecv at homepagekey{\ecv at utf{Home page}}
-\def\ecv at homepagekey{\ecv at utf{Home page}}
 \def\ecv at nationalitykey{\ecv at utf{Nationality}}
 \def\ecv at birthkey{\ecv at utf{Date of birth}}
 \def\ecv at genderkey{\ecv at utf{Gender}}
 % Footer
 \def\ecv at pagekey{\ecv at utf{Page}}
-\def\ecv at cvofkey{\ecv at utf{Curriculum vit\ae\ of}}
+\def\ecv at cvofkey{\ecv at utf{Curriculum vit\ae\ et studiorum of Giuseppe Silano}}
 % Language table
 \def\ecv at mothertonguekey{\ecv at utf{Mother tongue}}
 \def\ecv at assesskey{\ecv at utf{Self-assessment}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecves.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecves.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecves.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Informaci\'on personal}}
-\def\ecv at date{\ecv at utf{Actualizado a \today}}
+\def\ecv at datekey{\ecv at utf{Actualizado a}}
 \def\ecv at namekey{\ecv at utf{Apellido(s) / Nombre(s)}}
 \def\ecv at addresskey{\ecv at utf{Direcci\'on(es)}}
 \def\ecv at telkey{\ecv at utf{Tel\'efono(s)}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecvet.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecvet.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecvet.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Isikuandmed}}
-\def\ecv at date{\ecv at utf{Ajakohastatud\today}}
+\def\ecv at datekey{\ecv at utf{Ajakohastatud}}
 \def\ecv at namekey{\ecv at utf{Perekonnanimi/eesnimi}}
 \def\ecv at addresskey{\ecv at utf{Aadress(id)}}
 \def\ecv at telkey{\ecv at utf{Telefon(id)}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecvfi.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecvfi.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecvfi.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Henkil\"otiedot}}
-\def\ecv at date{\ecv at utf{Päivitetty \today}}
+\def\ecv at datekey{\ecv at utf{Päivitetty}}
 \def\ecv at namekey{\ecv at utf{Suku-~ja etunimet}}
 \def\ecv at addresskey{\ecv at utf{Osoitteet}}
 \def\ecv at telkey{\ecv at utf{Puhelinnumero(t)}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecvfr.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecvfr.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecvfr.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Informations personnelles}}
-\def\ecv at date{\ecv at utf{Mis à jour pour \today}}
+\def\ecv at datekey{\ecv at utf{Mis à jour pour}}
 \def\ecv at namekey{\ecv at utf{Nom(s) / Pr\'enom(s)}}
 \def\ecv at addresskey{\ecv at utf{Adresse(s)}}
 \def\ecv at telkey{\ecv at utf{T\'el\'ephone(s)}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecvgl.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecvgl.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecvgl.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Informaci\'on persoal}}
-\def\ecv at date{\ecv at utf{Actualizado a \today}}
+\def\ecv at datekey{\ecv at utf{Actualizado a}}
 \def\ecv at namekey{\ecv at utf{Apelidos / Nome}}
 \def\ecv at addresskey{\ecv at utf{Direcci\'on}}
 \def\ecv at faxkey{\ecv at utf{Fax}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecvgr.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecvgr.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecvgr.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{\foreignlanguage{greek}{Προσωπικές πληροφορίες}}}
-\def\ecv at date{\ecv at utf{\foreignlanguage{greek}{Επώνυμο (-α)~/ Όνομα (-τα)} \today}}
+\def\ecv at datekey{\ecv at utf{\foreignlanguage{greek}{Επώνυμο (-α)~/ Όνομα (-τα)}}}
 \def\ecv at namekey{\ecv at utf{\foreignlanguage{greek}{Επώνυμο (-α)~/ Όνομα (-τα)}}}
 \def\ecv at addresskey{\ecv at utf{\foreignlanguage{greek}{Διεύθυνση~(-εις)}}}
 \def\ecv at telkey{\ecv at utf{\foreignlanguage{greek}{Τηλέφωνο~(-α)}}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecvhu.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecvhu.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecvhu.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Szem\'elyi adatok}}
 \def\ecv at namekey{\ecv at utf{Vezet\'ekn\'ev/Ut\'on\'ev}}
-\def\ecv at date{\ecv at utf{Aggiornato al \today}} % To be translated
+\def\ecv at datekey{\ecv at utf{Aggiornato al}} % To be translated
 \def\ecv at addresskey{\ecv at utf{C\'\i m}}
 \def\ecv at telkey{\ecv at utf{Telefonsz\'am}}
 \def\ecv at mobilekey{\ecv at utf{Mobil}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecvis.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecvis.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecvis.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Pers{\'o}nulegar uppl{\'y}singar}}
-\def\ecv at date{\ecv at utf{Aggiornato al \today}} % To be translated
+\def\ecv at datekey{\ecv at utf{Aggiornato al}} % To be translated
 \def\ecv at namekey{\ecv at utf{Nafn}}
 \def\ecv at addresskey{\ecv at utf{Heimilisfang/(-f{\"o}ng)}}
 \def\ecv at telkey{\ecv at utf{S{\'\i}mi/(-ar)}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecvit.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecvit.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecvit.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Informazioni personali}}
-\def\ecv at date{\ecv at utf{Aggiornato al \today}}
+\def\ecv at datekey{\ecv at utf{Aggiornato al }}
 \def\ecv at namekey{\ecv at utf{Cognome nome}}
 \def\ecv at addresskey{\ecv at utf{Indirizzo}}
 \def\ecv at telkey{\ecv at utf{Telefono}}
@@ -15,13 +15,13 @@
 \def\ecv at professionalkey{\ecv at utf{Email Professionale}}
 \def\ecv at skypekey{\ecv at utf{Skype}}
 \def\ecv at peckey{\ecv at utf{PEC}}
-\def\ecv at homepagekey{\ecv at utf{Home page}}
 \def\ecv at nationalitykey{\ecv at utf{Nazionalit\`a}}
 \def\ecv at birthkey{\ecv at utf{Data di nascita}}
+\def\ecv at homepagekey{\ecv at utf{Sito web}}
 \def\ecv at genderkey{\ecv at utf{Sesso}}
 % Footer
 \def\ecv at pagekey{\ecv at utf{Pagina}}
-\def\ecv at cvofkey{\ecv at utf{Curriculum vit\ae}}
+\def\ecv at cvofkey{\ecv at utf{Curriculum vit\ae\ et studiorum di Giuseppe Silano}}
 % Language table
 \def\ecv at mothertonguekey{\ecv at utf{Madrelingua}}
 \def\ecv at assesskey{\ecv at utf{Autovalutazione}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecvlt.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecvlt.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecvlt.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Asmenin{\.e} informacija}}
-\def\ecv at date{\ecv at utf{Aggiornato al \today}} % To be translated
+\def\ecv at datekey{\ecv at utf{Aggiornato al}} % To be translated
 \def\ecv at namekey{\ecv at utf{Vardas~(-ai)~/ Pavard{\.e}~(-s)}}
 \def\ecv at addresskey{\ecv at utf{Adresas~(-ai)}}
 \def\ecv at telkey{\ecv at utf{Telefonas~(-ai)}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecvlv.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecvlv.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecvlv.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Personas dati}}
-\def\ecv at date{\ecv at utf{Atnaujinta iki al \today}}
+\def\ecv at datekey{\ecv at utf{Atnaujinta iki al}}
 \def\ecv at namekey{\ecv at utf{Uzv{\=a}rds / V{\=a}rds}}
 \def\ecv at addresskey{\ecv at utf{Adrese}}
 \def\ecv at telkey{\ecv at utf{T{\=a}lrunis}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecvmt.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecvmt.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecvmt.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Tagħrif personali}}
-def\ecv at date{\ecv at utf{Aġġornat għal \today}}
+def\ecv at datekey{\ecv at utf{Aġġornat għal}}
 \def\ecv at namekey{\ecv at utf{Kunjom(ijiet) Isem (Ismijiet)}}
 \def\ecv at addresskey{\ecv at utf{L-indirizz}}
 \def\ecv at faxkey{\ecv at utf{Fax}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecvnl.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecvnl.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecvnl.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Persoonsgegevens}}
-def\ecv at date{\ecv at utf{Bijgewerkt naar \today}}
+def\ecv at datekey{\ecv at utf{Bijgewerkt naar}}
 \def\ecv at namekey{\ecv at utf{Achternaam~(-namen)/ Voornaam~(-namen)}}
 \def\ecv at addresskey{\ecv at utf{Adres(sen)}}
 \def\ecv at telkey{\ecv at utf{Telefoon(s)}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecvno.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecvno.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecvno.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Personlige opplysninger}}
-\def\ecv at date{\ecv at utf{Oppdatert til \today}}
+\def\ecv at datekey{\ecv at utf{Oppdatert til}}
 \def\ecv at namekey{\ecv at utf{Navn}}
 \def\ecv at addresskey{\ecv at utf{Adresse(r)}}
 \def\ecv at telkey{\ecv at utf{Telefonnumre}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecvpl.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecvpl.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecvpl.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Dane osobowe}}
-\def\ecv at date{\ecv at utf{Zaktualizowany do \today}}
+\def\ecv at datekey{\ecv at utf{Zaktualizowany do}}
 \def\ecv at namekey{\ecv at utf{Nazwisko / Imi\k{e}}}
 \def\ecv at addresskey{\ecv at utf{Adres(y)}}
 \def\ecv at telkey{\ecv at utf{Telefon(y)}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecvpt.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecvpt.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecvpt.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Informa\c{c}\~ao pessoal}}
-\def\ecv at date{\ecv at utf{Atualizado para\today}}
+\def\ecv at datekey{\ecv at utf{Atualizado para}}
 \def\ecv at namekey{\ecv at utf{Apelido(s) - Nome(s)}}
 \def\ecv at addresskey{\ecv at utf{Morada(s)}}
 \def\ecv at telkey{\ecv at utf{Telefone(s)}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecvro.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecvro.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecvro.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Informa{\c t}ii personale}}
-\def\ecv at date{\ecv at utf{Actualizat la \today}}
+\def\ecv at datekey{\ecv at utf{Actualizat la}}
 \def\ecv at namekey{\ecv at utf{Nume~/ Prenume}}
 \def\ecv at addresskey{\ecv at utf{Adresa}}
 \def\ecv at telkey{\ecv at utf{Telefon}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecvsk.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecvsk.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecvsk.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Osobn{\'e} {\'u}daje}}
-\def\ecv at date{\ecv at utf{Aktualizované na \today}}
+\def\ecv at datekey{\ecv at utf{Aktualizované na}}
 \def\ecv at namekey{\ecv at utf{Priezvisko({\'a}) / Meno({\'a})}}
 \def\ecv at addresskey{\ecv at utf{Adresa(y)}}
 \def\ecv at telkey{\ecv at utf{Telef\'on(y)}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecvsl.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecvsl.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecvsl.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Osebni podatki}}
-\def\ecv at date{\ecv at utf{Posodobljeno na \today}}
+\def\ecv at datekey{\ecv at utf{Posodobljeno na}}
 \def\ecv at namekey{\ecv at utf{Ime~/ Priimek}}
 \def\ecv at addresskey{\ecv at utf{Naslov}}
 \def\ecv at telkey{\ecv at utf{Telefon}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecvsr.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecvsr.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecvsr.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Li{\v c}ni podaci}}
-\def\ecv at date{\ecv at utf{Ažurirano \today}}
+\def\ecv at datekey{\ecv at utf{Ažurirano}}
 \def\ecv at namekey{\ecv at utf{Prezime~/ ime}}
 \def\ecv at addresskey{\ecv at utf{Adresa}}
 \def\ecv at telkey{\ecv at utf{Telefon}}

Modified: trunk/Master/texmf-dist/tex/latex/europecv/ecvsv.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/ecvsv.def	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/ecvsv.def	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at infosectionkey{\ecv at utf{Personuppgifter}}
-\def\ecv at date{\ecv at utf{Uppdaterad \today}}
+\def\ecv at datekey{\ecv at utf{Aggiornato al}} % To be translated
 \def\ecv at namekey{\ecv at utf{Efternamn / F\"ornamn}}
 \def\ecv at addresskey{\ecv at utf{Adress(er)}}
 \def\ecv at telkey{\ecv at utf{Telefonnummer}}
 \def\ecv at mobilekey{\ecv at utf{Mobil}}
 \def\ecv at faxkey{\ecv at utf{Fax}}
-\def\ecv at officekey{\ecv at utf{Kontor}}
+\def\ecv at officekey{\ecv at utf{Ufficio}} % To be translated
 \def\ecv at emailkey{\ecv at utf{E-postadress(er)}}
-\def\ecv at professionalkey{\ecv at utf{Professionell E-postadress}}
+\def\ecv at professionalkey{\ecv at utf{Email Professionale}} % To be translated
 \def\ecv at skypekey{\ecv at utf{Skype}}
 \def\ecv at peckey{\ecv at utf{PEC}}
-\def\ecv at homepagekey{\ecv at utf{Webbsida}}
+\def\ecv at homepagekey{\ecv at utf{Home page}}
 \def\ecv at nationalitykey{\ecv at utf{Medborgarskap}}
 \def\ecv at birthkey{\ecv at utf{F\"odelsedatum}}
 \def\ecv at genderkey{\ecv at utf{K\"on}}
@@ -28,15 +28,15 @@
 \def\ecv at levelkey{\ecv at utf{Europeisk niv\aa}}
 \def\ecv at understandkey{\ecv at utf{F\"orst\aa else}}
 \def\ecv at speakkey{\ecv at utf{Tala}}
-\def\ecv at writekey{\ecv at utf{Skriftlig F\"ardighet}}
+\def\ecv at writekey{\ecv at utf{Skriva}}
 \def\ecv at listenkey{\ecv at utf{H\"orf\"orst\aa else}}
 \def\ecv at readkey{\ecv at utf{L\"asf\"orst\aa else}}
-\def\ecv at interactkey{\ecv at utf{Samtal / muntlig interaktion}}
+\def\ecv at interactkey{\ecv at utf{Muntlig interaktion}}
 \def\ecv at productkey{\ecv at utf{Muntlig produktion}}
 \def\ecv at langfooterkey{\ecv at utf{Niv\aa n inom de Gemensamma europeiska referensramarna (CEF)}}
-\def\ecv at cefbasickey{\ecv at utf{Anv\"andare på nyb\"orjarniv\aa}}
-\def\ecv at cefindepkey{\ecv at utf{Sj\"alvst\"andig spr\aa kanv\"andare}}
-\def\ecv at cefprofkey{\ecv at utf{Avancerad spr\aa kanv\"andare}}
+\def\ecv at cefbasickey{\ecv at utf{Den baspresterande spr\aa kanv\"andaren}}
+\def\ecv at cefindepkey{\ecv at utf{Den sj\"alvst\"andige spr\aa kanv\"andaren}}
+\def\ecv at cefprofkey{\ecv at utf{Den avancerade spr\aa kanv\"andaren}}
 
 \renewcommand*\ecvtitle{\ecv at utf{\Large\textbf{E\ecv at kern u\ecv at kern
 r\ecv at kern o\ecv at kern p\ecv at kern a\ecv at kern s\ecv at kern s}\\[5pt]

Modified: trunk/Master/texmf-dist/tex/latex/europecv/europecv.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/europecv/europecv.cls	2019-02-01 22:24:17 UTC (rev 49901)
+++ trunk/Master/texmf-dist/tex/latex/europecv/europecv.cls	2019-02-01 22:24:43 UTC (rev 49902)
@@ -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 at telephone{#3}
 }
 \newcommand*{\ecvfax}[1]{\def\ecv at fax{#1}}
+\newcommand*{\ecvdate}[1]{\def\ecv at date{#1}}
 \newcommand*{\ecvemail}[1]{\def\ecv at email{#1}}
 \newcommand*{\ecvprofessional}[1]{\def\ecv at professional{#1}}
 \newcommand*{\ecvskype}[1]{\def\ecv at skype{#1}}
@@ -397,6 +398,7 @@
 % or \ecvafterpicture
 \newcommand*{\ecvspace}[1]{\tabularnewline[#1] &}
 \ecvbeforepicture{\raggedleft}
+\ecvdate{}
 \ecvafterpicture{}
 \ecvfirstname{}
 \ecvlastname{}
@@ -403,7 +405,6 @@
 \ecvname{\ecv at lastname\ \ecv at firstname}
 \ecvfootername{\ecv at name}
 \ecvaddress{}
-\ecvhomepage{}
 \ecvskype{}
 \ecvprofessional{}
 \ecvtelephone{}
@@ -413,11 +414,14 @@
 \ecvnationality{}
 \ecvdateofbirth{}
 \ecvgender{}
+\ecvhomepage{}
 \ecvpicture{}
 
 
 \providecommand{\ecvpersonalinfo}[1][0pt]{%
-{\large\par\textbf{\ecv at date}} & \tabularnewline
+{\ifx\@empty\ecv at date\else
+	\large\par\textbf{\ecv at datekey \ecv at date}
+\fi} & \tabularnewline
 & \tabularnewline
 \ifx\@empty\ecvdrawpicture\else
    &\ecv at beforepic\ecvdrawpicture\ecv at afterpic\tabularnewline
@@ -451,7 +455,7 @@
 \ecv at peckey       &\ecv at pec \tabularnewline[5pt]
 \fi
 \ifx\@empty\ecv at homepage\else
-\ecv at homepagekey      & \ecv at homepage \tabularnewline[#1]
+\ecv at homepagekey       &\ecv at homepage \tabularnewline[5pt]
 \fi
 \ifx\@empty\ecv at skype\else
 \ecv at skypekey       &\ecv at skype \tabularnewline[5pt]



More information about the tex-live-commits mailing list