diff options
author | Karl Berry <karl@freefriends.org> | 2019-03-19 21:27:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-03-19 21:27:58 +0000 |
commit | 0c4b47b64e197d32e1d141f321e2f44725b0254a (patch) | |
tree | 2dc46e8c96f6d1670bfe3d47ce5242e82abf8f6b /Master/texmf-dist/doc/latex/europecv/europecv.tex | |
parent | e6ecf62a1727571cc47129fa4b4e198eadbe2ed3 (diff) |
europecv (19mar19)
git-svn-id: svn://tug.org/texlive/trunk@50470 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/europecv/europecv.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/europecv/europecv.tex | 31 |
1 files changed, 23 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/europecv/europecv.tex b/Master/texmf-dist/doc/latex/europecv/europecv.tex index 0d0eb971767..b5c7cee7f25 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{February 4, 2019} +\date{March 19, 2019} \begin{document} @@ -217,14 +217,21 @@ The following options can be used with the \texttt{\textbackslash documentclass} \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.} \ecvitem{\ecv{lastname}\texttt{\{}\textit{name}\texttt{\}}}{\textbf{Deprecated.} Use \ecv{name} and \ecv{footername} instead.} - \ecvitem{\ecv{address}\texttt{\{}\textit{addr}\texttt{\}}}{Sets the address to \emph{addr}.} + \ecvitem{\ecv{address}\texttt{[}\textit{mobile}\texttt{]}\texttt{[}\textit{office}\texttt{]}\\ + \texttt{\{}\textit{address}\texttt{\}}}{Sets the addressr to \emph{address} and, optionally, + the mobile and the office addresses to~\emph{mobile} and to~\emph{office}, respectively.} \ecvitem{\ecv{fax}\texttt{\{}\textit{fax}\texttt{\}}}{Sets the fax number to \emph{fax}. If you do not have any fax number, you can leave it empty.} - \ecvitem{\ecv{telephone}\texttt{[}\textit{mobile}\texttt{]}\texttt{[}\textit{office}\texttt{]}\\\texttt{\{}\textit{tel}\texttt{\}}}{Sets the telephone number to \emph{tel} and, optionally, the mobile and the office numbers to~\emph{mobile} and to~\emph{office}, respectively.} + \ecvitem{\ecv{telephone}\texttt{[}\textit{mobile}\texttt{]}\texttt{[}\textit{office}\texttt{]}\\ + \texttt{\{}\textit{tel}\texttt{\}}}{Sets the telephone number to \emph{tel} and, optionally, + the mobile and the office numbers to~\emph{mobile} and to~\emph{office}, respectively.} \ecvitem{\ecv{email}\texttt{\{}\textit{email}\texttt{\}}}{Sets the email to \emph{email}.} \ecvitem{\ecv{professional}\texttt{\{}\textit{professional}\texttt{\}}}{Sets the professional email to \emph{professional}.} \ecvitem{\ecv{pec}\texttt{\{}\textit{pec}\texttt{\}}}{Sets the PEC email to \emph{pec}.} \ecvitem{\ecv{homepage}\texttt{\{}\texttt{\textbackslash}\texttt{url\{URL\}}\texttt{\}}}{Sets the Home page to \emph{URL}.} - \ecvitem{\ecv{Skype}\texttt{\{}\textit{skype}\texttt{\}}}{Sets the Skype account to \emph{skype}.} + \ecvitem{\ecv{skype}\texttt{\{}\textit{skype}\texttt{\}}}{Sets the Skype account to + \emph{skype}.} + \ecvitem{\ecv{youtube}\texttt{\{}\textit{youtubeChannel}\texttt{\}}}{Sets the YouTube Channel + link to \emph{youtubeChannel}.} \ecvitem{\ecv{nationality}\texttt{\{}\textit{nationality}\texttt{\}}}{Sets the nationality to \emph{nationality}.} \ecvitem{\ecv{dateofbirth}\texttt{\{}\textit{birth}\texttt{\}}}{Sets the date of birth to \emph{birth}.} \ecvitem{\ecv{gender}\texttt{\{}\textit{gender}\texttt{\}}}{Sets the gender to~\emph{gender}.} @@ -250,7 +257,8 @@ For example, consider the following document: % Define personal data \ecvname{Alan Touring} \ecvfootername{} - \ecvaddress{Wilmslow, Cheshire, England} + \ecvaddress[Wilmslow 1, Cheshire, England][Wilmslow 2, Cheshire, England]{Wilmslow 3, + Cheshire, England} \ecvtelephone[1234][5678]{4321} \ecvfax{0055884321} \ecvemail{\href{mailto:alan.touring@alan.turing}{alan.touring@alan.turing}} @@ -258,6 +266,7 @@ For example, consider the following document: \ecvpec{\href{mailto:alan.touring@pec.it}{alan.touring@pec.it}} \ecvhomepage{\url{www.homepage.com}} \ecvskype{alan-touring} + \ecvyoutube{\url{www.youtube.com/AlanTouringChannel}} \ecvnationality{English} \ecvdateofbirth{June 23 1927} \ecvgender{Male} @@ -278,7 +287,8 @@ The above will produce the following output: { \ecvname{Alan Touring} \ecvfootername{} - \ecvaddress{Wilmslow, Cheshire, England} + \ecvaddress[Wilmslow 1, Cheshire, England][Wilmslow 2, Cheshire, England]{Wilmslow 3, + Cheshire, England} \ecvtelephone[1234][5678]{4321} \ecvfax{0055884321} \ecvemail{\href{mailto:alan.touring@alan.turing}{alan.touring@alan.turing}} @@ -289,6 +299,7 @@ The above will produce the following output: \ecvnationality{English} \ecvdateofbirth{June 23 1927} \ecvgender{Male} + \ecvyoutube{\url{www.youtube.com/AlanTouringChannel}} \ecvdate{\today} \ecvpicture[height=3cm]{examples/at} \fontfamily{phv}\fontseries{mc}\selectfont @@ -307,7 +318,8 @@ If you do not want to use so much space, you may add some negative space with \e \ecvname{Alan Touring} \ecvfootername{} - \ecvaddress{Wilmslow, Cheshire, England} + \ecvaddress[Wilmslow 1, Cheshire, England][Wilmslow 2, Cheshire, England]{Wilmslow 3, + Cheshire, England} \ecvtelephone[1234][5678]{4321} \ecvfax{0055884321} \ecvemail{\href{mailto:alan.touring@alan.turing}{alan.touring@alan.turing}} @@ -315,6 +327,7 @@ If you do not want to use so much space, you may add some negative space with \e \ecvpec{\href{mailto:alan.touring@pec.it}{alan.touring@pec.it}} \ecvhomepage{\url{www.homepage.com}} \ecvskype{alan-touring} + \ecvyoutube{\url{www.youtube.com/AlanTouringChannel}} \ecvnationality{English} \ecvdateofbirth{June 23 1927} \ecvgender{Male} @@ -334,7 +347,8 @@ The output of the above code looks like this: { \ecvname{Alan Touring} \ecvfootername{} - \ecvaddress{Wilmslow, Cheshire, England} + \ecvaddress[Wilmslow 1, Cheshire, England][Wilmslow 2, Cheshire, England]{Wilmslow 3, + Cheshire, England} \ecvtelephone[1234][5678]{4321} \ecvfax{0055884321} \ecvemail{\href{mailto:alan.touring@alan.turing}{alan.touring@alan.turing}} @@ -342,6 +356,7 @@ The output of the above code looks like this: \ecvpec{\href{mailto:alan.touring@pec.it}{alan.touring@pec.it}} \ecvhomepage{\url{www.homepage.com}} \ecvskype{alan-touring} + \ecvyoutube{\url{www.youtube.com/AlanTouringChannel}} \ecvnationality{English} \ecvdateofbirth{June 23 1927} \ecvgender{Male} |