diff options
author | Karl Berry <karl@freefriends.org> | 2015-03-10 22:08:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-03-10 22:08:09 +0000 |
commit | 8333d638af410c3ad892c1b3583c2488ff57cc28 (patch) | |
tree | a4f2b76acbeb1bcfa3b141f719cecc092f091af9 /Master | |
parent | f29fb7f0c90f5bd49edc591bca993fff2a822229 (diff) |
europasscv (10mar15)
git-svn-id: svn://tug.org/texlive/trunk@36475 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
14 files changed, 96 insertions, 37 deletions
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 Binary files differindex bc408939265..059676c90ca 100644 --- a/Master/texmf-dist/doc/latex/europasscv/europasscv.pdf +++ b/Master/texmf-dist/doc/latex/europasscv/europasscv.pdf 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/tex/latex/europasscv/europasslogo.pdf b/Master/texmf-dist/doc/latex/europasscv/europasslogo2013.pdf Binary files differindex fb26bab0440..fb26bab0440 100644 --- a/Master/texmf-dist/tex/latex/europasscv/europasslogo.pdf +++ b/Master/texmf-dist/doc/latex/europasscv/europasslogo2013.pdf diff --git a/Master/texmf-dist/doc/latex/europasscv/europasslogo.svg b/Master/texmf-dist/doc/latex/europasscv/europasslogo2013.svg index 30bbd431c33..30bbd431c33 100644 --- a/Master/texmf-dist/doc/latex/europasscv/europasslogo.svg +++ b/Master/texmf-dist/doc/latex/europasscv/europasslogo2013.svg diff --git a/Master/texmf-dist/doc/latex/europasscv/example/europasscv_en.pdf b/Master/texmf-dist/doc/latex/europasscv/example/europasscv_en.pdf Binary files differindex a2e1932d50c..78b7612bc22 100644 --- a/Master/texmf-dist/doc/latex/europasscv/example/europasscv_en.pdf +++ b/Master/texmf-dist/doc/latex/europasscv/example/europasscv_en.pdf diff --git a/Master/texmf-dist/tex/latex/europasscv/address_europass_icon.pdf b/Master/texmf-dist/tex/latex/europasscv/address_europass_icon.pdf Binary files differindex 1d4c0856053..308e234caaa 100644 --- a/Master/texmf-dist/tex/latex/europasscv/address_europass_icon.pdf +++ b/Master/texmf-dist/tex/latex/europasscv/address_europass_icon.pdf diff --git a/Master/texmf-dist/tex/latex/europasscv/europasscv.cls b/Master/texmf-dist/tex/latex/europasscv/europasscv.cls index 6cd7feadb25..fcb320b404d 100644 --- a/Master/texmf-dist/tex/latex/europasscv/europasscv.cls +++ b/Master/texmf-dist/tex/latex/europasscv/europasscv.cls @@ -8,7 +8,7 @@ % See http://www.latex-project.org/lppl.txt % for the details of that license \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{europasscv}[2015/03/04 (beta) Europass curriculum vitae class, 2013 version] +\ProvidesClass{europasscv}[2015/03/10 (beta) Europass curriculum vitae class, 2013 version] % CV models and instructions: % http://europass.cedefop.eu.int/htm/index.htm @@ -312,7 +312,7 @@ % Right Footnote to be shown on every page \newcommand\ecvfootnote[1]{\def\ecv@cfoot{#1}} -\ecvfootnote{\textcopyright~\ecv@europeanunionkey, 2002-2014 | http://europass.cedefop.europa.eu } +\ecvfootnote{\textcopyright~\ecv@europeanunionkey, 2002-\the\year\ | http://europass.cedefop.europa.eu } \AtBeginDocument{% @@ -349,7 +349,7 @@ \fancyhead[L]{ \noindent \begin{minipage}{0.5\textwidth} -\noindent\makebox[\ecv@leftcolwidth][l]{\noindent\raisebox{-0.68\height}[0pt][0pt]{\if@ecvlogo\includegraphics[width=0.6\ecv@logowidth]{europasslogo.pdf}\fi}} +\noindent\makebox[\ecv@leftcolwidth][l]{\noindent\raisebox{-0.68\height}[0pt][0pt]{\if@ecvlogo\includegraphics[width=0.6\ecv@logowidth]{europasslogo2013.pdf}\fi}} \hspace*{\ecv@leftcolwidth}\hspace*{\ecv@colsep}\noindent \raisebox{\dp\strutbox}{\ecvcoloredtitle} \end{minipage} @@ -361,7 +361,7 @@ \fancyhead[L]{ \noindent \begin{minipage}{0.5\textwidth} -\noindent\makebox[\ecv@leftcolwidth][l]{\noindent\raisebox{-0.52\height}[0pt][0pt]{\if@ecvlogo\includegraphics[width=\ecv@logowidth]{europasslogo.pdf}\fi}} +\noindent\makebox[\ecv@leftcolwidth][l]{\noindent\raisebox{-0.52\height}[0pt][0pt]{\if@ecvlogo\includegraphics[width=\ecv@logowidth]{europasslogo2013.pdf}\fi}} \hspace*{\ecv@leftcolwidth}\hspace*{\ecv@colsep}\noindent \raisebox{\dp\strutbox}{\ecvcoloredtitle} \end{minipage} @@ -458,11 +458,11 @@ \raisebox{-2\lineskip}{\includegraphics[width=0.4cm]{im_europass_icon.pdf}} \hspace{0.2mm}{\fontseries{m}\selectfont \ecv@im} \newline \fi \ifx\@empty\ecv@gender\else - \if@ecvpineedspipe\else \hspace{-1ex}\fi + \if@ecvpineedspipe\else \hspace*{-0.5ex}\fi \fontseries{m}\selectfont \ecvhighlight{~\if@ecvpineedspipe | \fi \ecv@genderkey} \ecv@gender \@ecvpineedspipetrue \fi \ifx\@empty\ecv@birth\else - \if@ecvpineedspipe\else \hspace{-1ex}\fi + \if@ecvpineedspipe\else \hspace*{-0.5ex}\fi \fontseries{m}\selectfont \ecvhighlight{~\if@ecvpineedspipe | \fi\ecv@birthkey} \ecv@birth \@ecvpineedspipetrue \fi \if@ecvpicture @@ -476,7 +476,7 @@ \fi \fi \ifx\@empty\ecv@nationality\else - \if@ecvpineedspipe\else \hspace{-1ex}\fi + \if@ecvpineedspipe\else \hspace*{-0.5ex}\fi \fontseries{m}\selectfont \ecvhighlight{~\if@ecvpineedspipe | \fi \ecv@nationalitykey}~\ecv@nationality \@ecvpineedspipetrue \fi & @@ -662,6 +662,7 @@ \newlength{\ecv@currentskip} \newif\if@ecvlastitemwassection\@ecvlastitemwassectionfalse +\newif\if@ecvitemcommand\@ecvitemcommandtrue \newcommand{\ecv@secondarg}{} \newcommand{\ecv@thirdarg}{} @@ -688,6 +689,12 @@ \vspace{\ecv@currentskip} \fi + \if@ecvitemcommand + \if@ecvlastitemwassection + \vspace{\smallskipamount} + \fi + \fi + \setlength\ecv@itemizeskip{-\ht\strutbox}\addtolength{\ecv@itemizeskip}{-2\dp\strutbox} \begin{tabular}{@{}p{\ecv@leftcolwidth}@{\extracolsep{\ecv@colsep}}P{\ecv@rightcolwidth}@{}} @@ -695,11 +702,13 @@ \end{tabular} \@ecvitemskiptrue \@ecvlastitemwassectionfalse + \@ecvitemcommandtrue } \newlength{\ecv@sectionrulelength} \newcommand{\ecvsection}[2][1.3\bigskipamount]{% + \@ecvitemcommandfalse \setlength{\ecv@sectionrulelength}{\ecv@rightcolwidth} \addtolength{\ecv@sectionrulelength}{-7pt} \ecvitem[#1]{\ecvsectionstyle{#2}} @@ -711,6 +720,7 @@ } \newcommand\ecvtitle[3][\if@ecvitemskip 1.3\bigskipamount \else 0pt \fi]{% + \@ecvitemcommandfalse \ecvitem[#1]{\small \ecvbluenormalstyle{#2}}{\ecvtitlestyle{#3}} } diff --git a/Master/texmf-dist/tex/latex/europasscv/europasscv_de.def b/Master/texmf-dist/tex/latex/europasscv/europasscv_de.def new file mode 100644 index 00000000000..a50f305fb2f --- /dev/null +++ b/Master/texmf-dist/tex/latex/europasscv/europasscv_de.def @@ -0,0 +1,45 @@ +%!TEX encoding = UTF-8 Unicode
+%
+%
+\ProvidesFile{ecven.def}[europecv German definitions]
+% Personal information
+\def\ecv@infosectionkey{\ecv@utf{Angaben zur Person}}
+\def\ecv@namekey{\ecv@utf{Nachname(n) / Vorname(n)}}
+\def\ecv@addresskey{\ecv@utf{Adresse}}
+\def\ecv@telkey{\ecv@utf{Telefon}}
+\def\ecv@mobilekey{\ecv@utf{Mobil}}
+\def\ecv@faxkey{\ecv@utf{Telefax}}
+\def\ecv@emailkey{\ecv@utf{E-mail}}
+\def\ecv@nationalitykey{\ecv@utf{Staatsangehörigkeit}}
+\def\ecv@birthkey{\ecv@utf{Geburtsdatum}}
+\def\ecv@genderkey{\ecv@utf{Geschlecht}}
+% Footer
+\def\ecv@pagekey{\ecv@utf{Seite}}
+\def\ecv@cvofkey{\ecv@utf{Lebenslauf von}}
+% Language table
+\def\ecv@mothertonguekey{\ecv@utf{Muttersprache}}
+\def\ecv@otherlanguageskey{\ecv@utf{Andere Sprachen}}
+\def\ecv@assesskey{\ecv@utf{Selbstbeurteilung}}
+\def\ecv@levelkey{\ecv@utf{Europäische Kompetenzstufe}}
+\def\ecv@understandkey{\ecv@utf{Verstehen}}
+\def\ecv@speakkey{\ecv@utf{Sprechen}}
+\def\ecv@writekey{\ecv@utf{Schreiben}}
+\def\ecv@listenkey{\ecv@utf{Hören}}
+\def\ecv@readkey{\ecv@utf{Lesen}}
+\def\ecv@interactkey{\ecv@utf{An Gesprächen teilnehmen}}
+\def\ecv@productkey{\ecv@utf{Zusammenhängendes Sprechen}}
+\def\ecv@langshortdesckey{\ecv@utf{Levels: A1/A2: Elementare Sprachverwendung - B1/B2: selbständige Sprachverwendung - C1/C2: Kompetente Sprachverwendung}}
+\def\ecv@langfooterkey{\ecv@utf{Gemeinsamer Europäischer Referenzrahmen für Sprachen}}
+\def\ecv@langlinkkey{\ecv@utf{https://europass.cedefop.europa.eu/de/documents/european-skills-passport/language-passport}}
+\def\ecv@cefbasickey{\ecv@utf{Elementare Sprachverwendung}}
+\def\ecv@cefindepkey{\ecv@utf{Selbständige Sprachverwendung}}
+\def\ecv@cefprofkey{\ecv@utf{Kompetente Sprachverwendung}}
+\def\ecv@europeanunionkey{\ecv@utf{Europäische Union}}
+
+% Width of language columns
+\def\ecv@langcola{0.15}
+\def\ecv@langcolb{0.15}
+\def\ecv@langcolc{0.25}
+\def\ecv@langcold{0.25}
+\def\ecv@langcole{0.2}
+
diff --git a/Master/texmf-dist/tex/latex/europasscv/im_europass_icon.pdf b/Master/texmf-dist/tex/latex/europasscv/im_europass_icon.pdf index affb99cda33..2a5979d3c64 100644 --- a/Master/texmf-dist/tex/latex/europasscv/im_europass_icon.pdf +++ b/Master/texmf-dist/tex/latex/europasscv/im_europass_icon.pdf @@ -43,12 +43,12 @@ endobj <?adobe-xap-filters esc="CRLF"?> <x:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='XMP toolkit 2.9.1-13, framework 1.6'> <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:iX='http://ns.adobe.com/iX/1.0/'> -<rdf:Description rdf:about='uuid:cc55842b-fae9-11ef-0000-871774c54bfd' xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.10'/> -<rdf:Description rdf:about='uuid:cc55842b-fae9-11ef-0000-871774c54bfd' xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2015-03-05T01:19:12+01:00</xmp:ModifyDate> -<xmp:CreateDate>2015-03-05T01:19:12+01:00</xmp:CreateDate> +<rdf:Description rdf:about='uuid:0ef6e309-fed7-11ef-0000-871774c54bfd' xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.10'/> +<rdf:Description rdf:about='uuid:0ef6e309-fed7-11ef-0000-871774c54bfd' xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2015-03-10T01:15:08+01:00</xmp:ModifyDate> +<xmp:CreateDate>2015-03-10T01:15:08+01:00</xmp:CreateDate> <xmp:CreatorTool>GPL Ghostscript 910 (ps2write)</xmp:CreatorTool></rdf:Description> -<rdf:Description rdf:about='uuid:cc55842b-fae9-11ef-0000-871774c54bfd' xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:cc55842b-fae9-11ef-0000-871774c54bfd'/> -<rdf:Description rdf:about='uuid:cc55842b-fae9-11ef-0000-871774c54bfd' xmlns:dc='http://purl.org/dc/elements/1.1/' dc:format='application/pdf'><dc:title><rdf:Alt><rdf:li xml:lang='x-default'>Untitled</rdf:li></rdf:Alt></dc:title></rdf:Description> +<rdf:Description rdf:about='uuid:0ef6e309-fed7-11ef-0000-871774c54bfd' xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:0ef6e309-fed7-11ef-0000-871774c54bfd'/> +<rdf:Description rdf:about='uuid:0ef6e309-fed7-11ef-0000-871774c54bfd' xmlns:dc='http://purl.org/dc/elements/1.1/' dc:format='application/pdf'><dc:title><rdf:Alt><rdf:li xml:lang='x-default'>Untitled</rdf:li></rdf:Alt></dc:title></rdf:Description> </rdf:RDF> </x:xmpmeta> @@ -58,8 +58,8 @@ endstream endobj 2 0 obj <</Producer(GPL Ghostscript 9.10) -/CreationDate(D:20150305011912+01'00') -/ModDate(D:20150305011912+01'00') +/CreationDate(D:20150310011508+01'00') +/ModDate(D:20150310011508+01'00') /Creator(GPL Ghostscript 910 \(ps2write\))>>endobj xref 0 10 @@ -75,7 +75,7 @@ xref 0000000643 00000 n trailer << /Size 10 /Root 1 0 R /Info 2 0 R -/ID [<CFE5AC8A8839C05243719F8A032A7432><CFE5AC8A8839C05243719F8A032A7432>] +/ID [<A9FB3D1787E4B16554CFABFB8EE7C712><A9FB3D1787E4B16554CFABFB8EE7C712>] >> startxref 2241 diff --git a/Master/texmf-dist/tex/latex/europasscv/mail_europass_icon.pdf b/Master/texmf-dist/tex/latex/europasscv/mail_europass_icon.pdf index e02c05ae6b1..799ba729766 100644 --- a/Master/texmf-dist/tex/latex/europasscv/mail_europass_icon.pdf +++ b/Master/texmf-dist/tex/latex/europasscv/mail_europass_icon.pdf @@ -46,12 +46,12 @@ endobj <?adobe-xap-filters esc="CRLF"?> <x:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='XMP toolkit 2.9.1-13, framework 1.6'> <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:iX='http://ns.adobe.com/iX/1.0/'> -<rdf:Description rdf:about='uuid:ccee1aab-fae9-11ef-0000-c0953e69916e' xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.10'/> -<rdf:Description rdf:about='uuid:ccee1aab-fae9-11ef-0000-c0953e69916e' xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2015-03-05T01:19:13+01:00</xmp:ModifyDate> -<xmp:CreateDate>2015-03-05T01:19:13+01:00</xmp:CreateDate> +<rdf:Description rdf:about='uuid:0f8f7989-fed7-11ef-0000-c0953e69916e' xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.10'/> +<rdf:Description rdf:about='uuid:0f8f7989-fed7-11ef-0000-c0953e69916e' xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2015-03-10T01:15:09+01:00</xmp:ModifyDate> +<xmp:CreateDate>2015-03-10T01:15:09+01:00</xmp:CreateDate> <xmp:CreatorTool>GPL Ghostscript 910 (ps2write)</xmp:CreatorTool></rdf:Description> -<rdf:Description rdf:about='uuid:ccee1aab-fae9-11ef-0000-c0953e69916e' xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:ccee1aab-fae9-11ef-0000-c0953e69916e'/> -<rdf:Description rdf:about='uuid:ccee1aab-fae9-11ef-0000-c0953e69916e' xmlns:dc='http://purl.org/dc/elements/1.1/' dc:format='application/pdf'><dc:title><rdf:Alt><rdf:li xml:lang='x-default'>Untitled</rdf:li></rdf:Alt></dc:title></rdf:Description> +<rdf:Description rdf:about='uuid:0f8f7989-fed7-11ef-0000-c0953e69916e' xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:0f8f7989-fed7-11ef-0000-c0953e69916e'/> +<rdf:Description rdf:about='uuid:0f8f7989-fed7-11ef-0000-c0953e69916e' xmlns:dc='http://purl.org/dc/elements/1.1/' dc:format='application/pdf'><dc:title><rdf:Alt><rdf:li xml:lang='x-default'>Untitled</rdf:li></rdf:Alt></dc:title></rdf:Description> </rdf:RDF> </x:xmpmeta> @@ -61,8 +61,8 @@ endstream endobj 2 0 obj <</Producer(GPL Ghostscript 9.10) -/CreationDate(D:20150305011913+01'00') -/ModDate(D:20150305011913+01'00') +/CreationDate(D:20150310011509+01'00') +/ModDate(D:20150310011509+01'00') /Creator(GPL Ghostscript 910 \(ps2write\))>>endobj xref 0 10 @@ -78,7 +78,7 @@ xref 0000000756 00000 n trailer << /Size 10 /Root 1 0 R /Info 2 0 R -/ID [<06AA89DD1D7482F14E9A4B1F56AB625B><06AA89DD1D7482F14E9A4B1F56AB625B>] +/ID [<A7970B55787F422F0CE88E383088CAFE><A7970B55787F422F0CE88E383088CAFE>] >> startxref 2354 diff --git a/Master/texmf-dist/tex/latex/europasscv/mobile_europass_icon.pdf b/Master/texmf-dist/tex/latex/europasscv/mobile_europass_icon.pdf Binary files differindex 8f0a2cc253b..208ae91c9cc 100644 --- a/Master/texmf-dist/tex/latex/europasscv/mobile_europass_icon.pdf +++ b/Master/texmf-dist/tex/latex/europasscv/mobile_europass_icon.pdf diff --git a/Master/texmf-dist/tex/latex/europasscv/telephone_europass_icon.pdf b/Master/texmf-dist/tex/latex/europasscv/telephone_europass_icon.pdf Binary files differindex 33c2ae11e82..660d9612184 100644 --- a/Master/texmf-dist/tex/latex/europasscv/telephone_europass_icon.pdf +++ b/Master/texmf-dist/tex/latex/europasscv/telephone_europass_icon.pdf diff --git a/Master/texmf-dist/tex/latex/europasscv/website_europass_icon.pdf b/Master/texmf-dist/tex/latex/europasscv/website_europass_icon.pdf Binary files differindex a44d37646d8..4f05b8ecd66 100644 --- a/Master/texmf-dist/tex/latex/europasscv/website_europass_icon.pdf +++ b/Master/texmf-dist/tex/latex/europasscv/website_europass_icon.pdf |