summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/europecv/europecv.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-07-23 21:07:04 +0000
committerKarl Berry <karl@freefriends.org>2018-07-23 21:07:04 +0000
commit52ec2695fa42fcdb25837a134919d298f848f41d (patch)
treeebc5404e2a0b2cf60ee79be512dde205240a868c /Master/texmf-dist/doc/latex/europecv/europecv.tex
parent0a643319cbe02210a8bc148efaa0c7f59c8ee400 (diff)
europecv (23jul18)
git-svn-id: svn://tug.org/texlive/trunk@48257 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.tex23
1 files changed, 11 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/europecv/europecv.tex b/Master/texmf-dist/doc/latex/europecv/europecv.tex
index efabb206461..86618697bec 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{July 22, 2018}
+\date{July 23, 2018}
\begin{document}
@@ -217,8 +217,7 @@ The following options can be used with the \texttt{\textbackslash documentclass}
\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{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{office}\texttt{]}\texttt{\{}\textit{mobile}\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{fax}\texttt{\{}\textit{fax}\texttt{\}}}{Sets the fax number to \emph{fax}.}
+ \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}.}
@@ -249,7 +248,7 @@ For example, consider the following document:
\ecvname{Alan Touring}
\ecvfootername{}
\ecvaddress{Wilmslow, Cheshire, England}
- \ecvtelephone[1234]{5678}{4321}
+ \ecvtelephone[1234][5678]{4321}
\ecvfax{0055884321}
\ecvemail{\href{mailto:alan.touring@alan.turing}{alan.touring@alan.turing}}
\ecvprofessional{\href{mailto:alan.touring@alan.touring.work}{alan.touring@alan.touring.work}}
@@ -275,7 +274,7 @@ The above will produce the following output:
\ecvname{Alan Touring}
\ecvfootername{}
\ecvaddress{Wilmslow, Cheshire, England}
- \ecvtelephone[1234]{5678}{4321}
+ \ecvtelephone[1234][5678]{4321}
\ecvfax{0055884321}
\ecvemail{\href{mailto:alan.touring@alan.turing}{alan.touring@alan.turing}}
\ecvprofessional{\href{mailto:alan.touring@alan.touring.work}{alan.touring@alan.touring.work}}
@@ -302,7 +301,7 @@ 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}
- \ecvtelephone[1234]{5678}{4321}{0055884321}
+ \ecvtelephone[1234][5678]{4321}
\ecvfax{0055884321}
\ecvemail{\href{mailto:alan.touring@alan.turing}{alan.touring@alan.turing}}
\ecvprofessional{\href{mailto:alan.touring@alan.touring.work}{alan.touring@alan.touring.work}}
@@ -327,9 +326,9 @@ The output of the above code looks like this:
\ecvname{Alan Touring}
\ecvfootername{}
\ecvaddress{Wilmslow, Cheshire, England}
- \ecvtelephone[1234]{5678}{4321}
+ \ecvtelephone[1234][5678]{4321}
\ecvfax{0055884321}
- \ecvemail{\href{mailto:alan.touring@alan.turing}{alan.touring@alan.turing}}
+ \ecvemail{\href{mailto:alan.touring@alan.turing}{alan.touring@alan.turing}}
\ecvprofessional{\href{mailto:alan.touring@alan.touring.work}{alan.touring@alan.touring.work}}
\ecvpec{\href{mailto:alan.touring@pec.it}{alan.touring@pec.it}}
\ecvskype{alan-touring}
@@ -518,7 +517,7 @@ Some parameters can be set by using the following commands.
The main weakness of this class is related to bibliographies. If you insert a bibliography inside the \verb|europecv| environment with a command like:
\begin{quote}
\begin{verbatim}
- \ecvsection{Additional Information}
+ \section{Additional Information}
\ecvitem{}{\bibliographystyle{plain}
\nocite{*}
\bibliography{mypublications}}
@@ -528,7 +527,7 @@ the bibliography will flow out if it does not fit in the current page. The reaso
Another possibility is to use the \textsf{bibentry} package, and put each \verb|\bibentry| command inside an \ecv{item} command:
\begin{quote}
- %\ecvsection{Additional Information}
+ %\section{Additional Information}
\begin{verbatim}
\ecvitem{}{\textsc{Publications}}
\ecvitem{}{\bibentry{pub1}}
@@ -579,7 +578,7 @@ The \textsf{europecv} class uses standard \LaTeX\ relative font sizes, so there
\textbf{\large{7\hspace{0.5cm}Acknowledgments}}
\vspace{0.25cm}
-Thanks to \textbf{Johann} for adding Norwegian language definitions, to \textbf{Thomas Clijsner} for Dutch language definitions, to \textbf{Ivan Lloro Boada} for Catalan language definitions, to \textbf{Petres Zolt\'an} for Hungarian language definitions and several bug fixes, to \textbf{Nemanja} for Serbian language definitions and to \textbf{Henrique Ferreiro} for Galician language definitions. Thanks to \textbf{Axel Kielhorn} for providing a complete German translation and a German template, to \textbf{Andrzej Lichnerowicz} for providing a complete Polish translation and a Polish template file, and to \textbf{Jo\"el Rouvi\`ere} for providing a complete French translation. Thanks to \textbf{Antonio Ospite} for providing the first version of a vector image of the Europass logo, and to \textbf{Jo\~ao Ventura} for providing the current vector pictures of the Europass logo. Thanks to \textbf{Roman Bertle} for suggesting to redefine item marks.
+Thanks to \textbf{Johann} for adding Norwegian language definitions, to \textbf{Thomas Clijsner} for Dutch language definitions, to \textbf{Ivan Lloro Boada} for Catalan language definitions, to \textbf{Petres Zolt\'an} for Hungarian language definitions and several bug fixes, to \textbf{Nemanja} for Serbian language definitions and to \textbf{Henrique Ferreiro} for Galician language definitions. Thanks to \textbf{Axel Kielhorn} for providing a complete German translation and a German template, to \textbf{Andrzej Lichnerowicz} for providing a complete Polish translation and a Polish template file, and to \textbf{Jo\"el Rouvi\`ere} for providing a complete French translation. Thanks to \textbf{Antonio Ospite} for providing the first version of a vector image of the Europass logo, and to \textbf{Jo\~ao Ventura} for providing the current vector pictures of the Europass logo. Thanks to \textbf{Roman Bertle} for suggesting to redefine item marks. Thanks to \textbf{J\"urgen Spitzm\"uller} for fixing the bug into the 2018.07.22 package release.
\vspace{0.5cm}
\textbf{\large{8\hspace{0.5cm}Disclaimer}}
@@ -679,4 +678,4 @@ The following is a short description of the different levels of language assessm
\end{description}
-\end{document} \ No newline at end of file
+\end{document}