From 8333d638af410c3ad892c1b3583c2488ff57cc28 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 10 Mar 2015 22:08:09 +0000 Subject: europasscv (10mar15) git-svn-id: svn://tug.org/texlive/trunk@36475 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/europasscv/Makefile.europasscv | 8 +- .../texmf-dist/doc/latex/europasscv/europasscv.pdf | Bin 323403 -> 324893 bytes .../texmf-dist/doc/latex/europasscv/europasscv.tex | 24 +- .../doc/latex/europasscv/europasslogo.svg | 775 --------------------- .../doc/latex/europasscv/europasslogo2013.pdf | Bin 0 -> 9430 bytes .../doc/latex/europasscv/europasslogo2013.svg | 775 +++++++++++++++++++++ .../doc/latex/europasscv/example/europasscv_en.pdf | Bin 36482 -> 36471 bytes 7 files changed, 793 insertions(+), 789 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/europasscv/europasslogo.svg create mode 100644 Master/texmf-dist/doc/latex/europasscv/europasslogo2013.pdf create mode 100644 Master/texmf-dist/doc/latex/europasscv/europasslogo2013.svg (limited to 'Master/texmf-dist/doc/latex/europasscv') diff --git a/Master/texmf-dist/doc/latex/europasscv/Makefile.europasscv b/Master/texmf-dist/doc/latex/europasscv/Makefile.europasscv index 730d277ff32..71d90781959 100644 --- a/Master/texmf-dist/doc/latex/europasscv/Makefile.europasscv +++ b/Master/texmf-dist/doc/latex/europasscv/Makefile.europasscv @@ -3,9 +3,9 @@ ICONS_PDF=$(ICONS_SVG:.svg=.pdf) all: class documentation -pictures: icons europasslogo.pdf +pictures: icons europasslogo2013.pdf -europasslogo.pdf: europasslogo.svg +europasslogo2013.pdf: europasslogo2013.svg inkscape $< --export-area-drawing --export-pdf $@ # convert from pdf to ps then back to pdf to avoid the pdftex warning "PDF @@ -37,7 +37,7 @@ package: class documentation mkdir -p europasscv/example cp *.svg europasscv cp *_europass_icon.pdf europasscv - cp europasslogo.pdf europasscv + cp europasslogo2013.pdf europasscv cp europasscv.cls europasscv cp europasscv*.def europasscv cp europasscv.tex europasscv @@ -51,7 +51,7 @@ package: class documentation rm -fr europasscv distclean: - rm -f *~ *.synctex.gz *.aux *.log *.out *.backup *.toc + rm -f *~ *.synctex.gz *.aux *.log *.out *.backup *.toc *.temp clean: distclean rm -f *.pdf \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/europasscv/europasscv.pdf b/Master/texmf-dist/doc/latex/europasscv/europasscv.pdf index bc408939265..059676c90ca 100644 Binary files a/Master/texmf-dist/doc/latex/europasscv/europasscv.pdf and b/Master/texmf-dist/doc/latex/europasscv/europasscv.pdf differ diff --git a/Master/texmf-dist/doc/latex/europasscv/europasscv.tex b/Master/texmf-dist/doc/latex/europasscv/europasscv.tex index 7cc8b831e89..09720be6b93 100644 --- a/Master/texmf-dist/doc/latex/europasscv/europasscv.tex +++ b/Master/texmf-dist/doc/latex/europasscv/europasscv.tex @@ -14,7 +14,7 @@ \href{mailto:gmazzamuto+ctan@gmail.com}{\texttt{gmazzamuto+ctan@gmail.com}}\\} \title{\small Documentation of the \LaTeX\ class\\ \Large \textbf{\texttt{europasscv.cls}}\\ - \small \vspace{0.2cm} Version 0.1, 2015-03-05 + \small \vspace{0.2cm} Version 2015-03-10 } \newcommand{\bs}{\textbackslash} @@ -25,7 +25,7 @@ \begin{abstract} -This paper describes how to use europasscv.cls, a \LaTeX\ document class for typesetting a curriculum vitae according to the Europass initiative of the European Commission. This is an unofficial implementation of that format, following the major restylings that came out in 2013. +This paper describes how to use europasscv.cls, a \LaTeX\ document class for typesetting a curriculum vitae according to the Europass initiative of the European Commission. This is an unofficial implementation of that format, implementing the major style updates that came out in 2013. \end{abstract} @@ -80,7 +80,6 @@ For a complete list of usable class options see section \ref{sec:classOptions}. \bigskip \noindent The \emph{Personal information} section shown above is specified with the commands: - \begin{verbatim} \ecvname{Name Surname} \ecvaddress{rue Wiertz, B-1047 Brussels} @@ -93,11 +92,14 @@ The \emph{Personal information} section shown above is specified with the comman \ecvnationality{English} \ecvgender{Female} \end{verbatim} -and typeset with: -\begin{verbatim} -\ecvpersonalinfo -\end{verbatim} - +and then typeset inside the \texttt{europasscv} environment with: +\begin{description} +\item[\texttt{\bs ecvpersonalinfo}] +\end{description} +A photo can be added with the command: +\begin{description} +\item[\texttt{\bs ecvpicture[\textit{width}]\{\textit{filename}\}}] +\end{description} \hypersetup{urlcolor=magenta} @@ -207,9 +209,9 @@ If you want to use the hyphenation patterns for the language(s) of your choice, % The use of \textsf{babel} is mandatory for Greek (see the Greek language option above). The following language options are currently supported: -\texttt{english}, \texttt{italian}. +\texttt{english}, \texttt{german}, \texttt{italian}. -If you need a different language, you must create a new \texttt{.def} file and add the corresponding \texttt{\textbackslash DeclareOption} in the class file. Please contribute your \texttt{.def} files so that they can be included in future updates. +If you need a different language, you must create a new \texttt{.def} file and add the corresponding \texttt{\textbackslash DeclareOption} in the class file. Please contribute your \texttt{.def} files so that they can be included in future updates. The \texttt{.def} files in the \texttt{europecv}\footnote{\url{http://ctan.org/pkg/europecv}} package are a good starting point. \subsubsection{Debugging} If you are editing the class file you may find the \texttt{debug} option useful: if this option is specified, debug messages are printed on the terminal, the boxes making up the structure of the CV are highlighted with background colors, and the package \texttt{showframe} is loaded. @@ -250,4 +252,6 @@ Europass and the Europass logo are copyright of the European Union.\footnote{See \section{Acknowledgements} 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. + +Thanks to Peter Fink for providing traslation for German. \end{document} diff --git a/Master/texmf-dist/doc/latex/europasscv/europasslogo.svg b/Master/texmf-dist/doc/latex/europasscv/europasslogo.svg deleted file mode 100644 index 30bbd431c33..00000000000 --- a/Master/texmf-dist/doc/latex/europasscv/europasslogo.svg +++ /dev/null @@ -1,775 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Master/texmf-dist/doc/latex/europasscv/europasslogo2013.pdf b/Master/texmf-dist/doc/latex/europasscv/europasslogo2013.pdf new file mode 100644 index 00000000000..fb26bab0440 Binary files /dev/null and b/Master/texmf-dist/doc/latex/europasscv/europasslogo2013.pdf differ diff --git a/Master/texmf-dist/doc/latex/europasscv/europasslogo2013.svg b/Master/texmf-dist/doc/latex/europasscv/europasslogo2013.svg new file mode 100644 index 00000000000..30bbd431c33 --- /dev/null +++ b/Master/texmf-dist/doc/latex/europasscv/europasslogo2013.svg @@ -0,0 +1,775 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 a2e1932d50c..78b7612bc22 100644 Binary files a/Master/texmf-dist/doc/latex/europasscv/example/europasscv_en.pdf and b/Master/texmf-dist/doc/latex/europasscv/example/europasscv_en.pdf differ -- cgit v1.2.3