summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/europasscv
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-08-16 21:45:25 +0000
committerKarl Berry <karl@freefriends.org>2016-08-16 21:45:25 +0000
commita49c7ca09ca113341b910d3c49bdbf86b0cbab7d (patch)
treeddc9f6dcdd975ba638f21ace6ade8f5ce64085e8 /Master/texmf-dist/doc/latex/europasscv
parentad46c8be317134050fd5f31b23c14c1feef164d0 (diff)
europasscv (16aug16)
git-svn-id: svn://tug.org/texlive/trunk@41866 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/europasscv')
-rw-r--r--Master/texmf-dist/doc/latex/europasscv/europasscv.pdfbin328804 -> 328756 bytes
-rw-r--r--Master/texmf-dist/doc/latex/europasscv/europasscv.tex18
-rw-r--r--Master/texmf-dist/doc/latex/europasscv/example/europasscv_en.pdfbin37163 -> 38704 bytes
-rw-r--r--Master/texmf-dist/doc/latex/europasscv/example/europasscv_en.tex7
4 files changed, 15 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/europasscv/europasscv.pdf b/Master/texmf-dist/doc/latex/europasscv/europasscv.pdf
index 34c716d780b..b8b2e93f4f5 100644
--- a/Master/texmf-dist/doc/latex/europasscv/europasscv.pdf
+++ b/Master/texmf-dist/doc/latex/europasscv/europasscv.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/europasscv/europasscv.tex b/Master/texmf-dist/doc/latex/europasscv/europasscv.tex
index d26c32610d8..7a00c96e8bc 100644
--- a/Master/texmf-dist/doc/latex/europasscv/europasscv.tex
+++ b/Master/texmf-dist/doc/latex/europasscv/europasscv.tex
@@ -15,7 +15,7 @@
\title{\small Documentation of the \LaTeX\ class\\
\Large \textbf{\texttt{europasscv.cls}}\\
\small{\href{https://github.com/gmazzamuto/europasscv}{\texttt{https://github.com/gmazzamuto/europasscv}}}\\
- \small \vspace{0.2cm} Version 2016-05-15
+ \small \vspace{0.2cm} Version 2016-08-16
}
\newcommand{\bs}{\textbackslash}
@@ -61,8 +61,8 @@ For a complete list of usable class options see section \ref{sec:classOptions}.
\ecvname{Name Surname}
\ecvtelephone[(+555) 340 123]{(+555) 555 555}
\hypersetup{urlcolor=black}
-\ecvemail{myemailaddress@gmail.com}
-\ecvhomepage{www.myhomepage.com}
+\ecvemail{smith@kotmail.com another@email.com}
+\ecvhomepage{www.myhomepage.com www.another.com}
\ecvaddress{rue Wiertz, B-1047 Brussels}
\ecvim{AOL Messenger}{betty.smith}
\ecvim{Google Talk}{bsmith}
@@ -85,8 +85,8 @@ The \emph{Personal information} section shown above is specified with the comman
\ecvname{Name Surname}
\ecvaddress{rue Wiertz, B-1047 Brussels}
\ecvtelephone[(+555) 340 123]{(+555) 555 555}
-\ecvemail{myemailaddress@gmail.com}
-\ecvhomepage{www.myhomepage.com}
+\ecvemail{smith@kotmail.com another@email.com}
+\ecvhomepage{www.myhomepage.com www.another.com}
\ecvim{AOL Messenger}{betty.smith}
\ecvim{Google Talk}{bsmith}
\ecvdateofbirth{1 January 1970}
@@ -99,7 +99,11 @@ and then typeset inside the \texttt{europasscv} environment with:
\end{description}
A photo can be added with the command:
\begin{description}
-\item[\texttt{\bs ecvpicture[\textit{width}]\{\textit{filename}\}}]
+\item[\texttt{\bs ecvpicture[\textit{options}]\{\textit{filename}\}}]
+\end{description}
+The provided options are passed to \texttt{\bs includegraphics}. By default, the photo is placed to the right. To place it to the left, add the following command:
+\begin{description}
+\item[\texttt{\bs ecvpictureleft}]
\end{description}
\hypersetup{urlcolor=magenta}
@@ -262,7 +266,7 @@ You can use these colors wherever you want in your document like this
There is also a convenience command \texttt{\bs ecvhighlight\{ Some text \}} which typesets text in \texttt{ecvhighlightcolor}.
\section{Copyright and license}
-Europass and the Europass logo are copyright of the European Union.\footnote{See \url{http://europass.cedefop.europa.eu} for more information.} The \texttt{europasscv} class is released under The \LaTeX\ Project Public License version 1.3.\footnote{ \url{http://ctan.org/license/lppl1.3}.}
+Europass and the Europass logo are copyright of the European Union.\footnote{See \url{http://europass.cedefop.europa.eu} for more information.} The \texttt{europasscv} class is released under The \LaTeX\ Project Public License version 1.3.\footnote{\url{http://ctan.org/license/lppl1.3}.}
\section{Acknowledgements}
Special thanks to \LaTeX\ enthusiast Francesco Biccari whom I had the pleasure to meet at LENS in Sesto Fiorentino and who provided useful comments and suggestions.
diff --git a/Master/texmf-dist/doc/latex/europasscv/example/europasscv_en.pdf b/Master/texmf-dist/doc/latex/europasscv/example/europasscv_en.pdf
index ade45333db7..26ad9115df7 100644
--- a/Master/texmf-dist/doc/latex/europasscv/example/europasscv_en.pdf
+++ b/Master/texmf-dist/doc/latex/europasscv/example/europasscv_en.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/europasscv/example/europasscv_en.tex b/Master/texmf-dist/doc/latex/europasscv/example/europasscv_en.tex
index 1a934f375d0..628ea300a30 100644
--- a/Master/texmf-dist/doc/latex/europasscv/example/europasscv_en.tex
+++ b/Master/texmf-dist/doc/latex/europasscv/example/europasscv_en.tex
@@ -7,8 +7,8 @@
\ecvname{Betty Smith}
\ecvaddress{32 Reading rd, Birmingham B26 3QJ United Kingdom}
\ecvtelephone[+44 7123456789]{+44 20123456789}
-\ecvemail{smith@kotmail.com}
-\ecvhomepage{www.myhomepage.com}
+\ecvemail{smith@kotmail.com another@email.com}
+\ecvhomepage{www.myhomepage.com www.another-homepage.com}
\ecvim{AOL Messenger}{betty.smith}
\ecvim{Google Talk}{bsmith}
@@ -17,6 +17,7 @@
\ecvgender{Female}
% \ecvpicture[width=3.8cm]{picture.jpg}
+% \ecvpictureleft
\begin{document}
\begin{europasscv}
@@ -64,7 +65,7 @@
\end{ecvitemize}
}
-% \pagebreak
+ \pagebreak
\ecvsection{Personal skills}
\ecvmothertongue{English}