diff options
author | Karl Berry <karl@freefriends.org> | 2016-10-15 22:56:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-10-15 22:56:25 +0000 |
commit | c212ffd23a839e583d2db964165d5fb058c77a2d (patch) | |
tree | 05adb53ab1e3302a31cabf32bbbabdf5b9a1ddc3 /Master/texmf-dist/tex/latex/europasscv | |
parent | c3861279bf2a89f2e1b13a1608f8a2f2f376ab67 (diff) |
europasscv (12oct16)
git-svn-id: svn://tug.org/texlive/trunk@42273 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/europasscv')
17 files changed, 306 insertions, 51 deletions
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 688ff15c2c0..3c1997b30df 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 086e0f46e8a..b19faa7eeee 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}[2016/08/16 Europass curriculum vitae class, 2013 version] +\ProvidesClass{europasscv}[2016/10/12 The new Europass curriculum vitae class] % 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-\the\year\ | http://europass.cedefop.europa.eu } +\ecvfootnote{\textcopyright~\ecv@europeanunionkey, 2002 -- \the\year\ | http://europass.cedefop.europa.eu } \AtBeginDocument{% @@ -384,7 +384,17 @@ \newcommand*{\ecvname}[1]{\def\ecv@name{#1}} % Replaces the above \newcommand*{\ecvfootername}[1]{\def\ecv@footername{#1}} \newcommand*{\ecvaddress}[1]{\def\ecv@address{#1}} -\newcommand*{\ecvtelephone}[2][]{\def\ecv@telephone{#2}\def\ecv@mobile{#1}} +\newcommand*{\ecvtelephone}[2][]{ + \def\ecv@telephone{#2} + \ifx&% + % #1 is empty + \else + % #1 is nonempty + \def\ecv@mobile{#1} + \fi +} +\newcommand*{\ecvmobile}[1]{\def\ecv@mobile{#1}} +\newcommand*{\ecvworkphone}[1]{\def\ecv@workphone{#1}} \newcommand*{\ecvfax}[1]{\def\ecv@fax{#1}} \newcommand*{\ecvemail}[1]{\def\ecv@email{#1}} \newcommand*{\ecvhomepage}[1]{\def\ecv@homepage{#1}} @@ -396,9 +406,10 @@ \newcommand*{\ecvdateofbirth}[1]{\def\ecv@birth{#1}\@ecvpiextrafieldstrue} \newcommand*{\ecvgender}[1]{\def\ecv@gender{#1}\@ecvpiextrafieldstrue} % Personal picture -\newif\if@ecvpictureright\@ecvpicturerighttrue -\newif\if@ecvpictureleft +\newif\if@ecvpictureright\@ecvpicturerightfalse +\newif\if@ecvpictureleft\@ecvpicturelefttrue \newcommand*{\ecvpictureleft}{\@ecvpicturerightfalse \@ecvpicturelefttrue} +\newcommand*{\ecvpictureright}{\@ecvpicturerighttrue \@ecvpictureleftfalse} \newcommand*{\ecvdrawpicture}{} \newcommand*{\ecvbeforepicture}[1]{\def\ecv@beforepic{#1}} \newcommand*{\ecvafterpicture}[1]{\def\ecv@afterpic{#1}} @@ -422,6 +433,8 @@ \ecvfootername{\ecv@name} \ecvaddress{} \ecvtelephone{} +\ecvmobile{} +\ecvworkphone{} \ecvfax{} \ecvemail{} \ecvhomepage{} @@ -456,6 +469,7 @@ \def\toemail#1{\setul{.5pt}{.4pt}\href{mailto:#1}{\ul{\mbox{#1}}}} \newif\if@ecvpineedspipe\@ecvpineedspipefalse +\newif\if@ecvphoneispresent\@ecvphoneispresentfalse \providecommand{\ecvpersonalinfo}[1][0pt]{% \ecvitem[#1]{ % left column \ecvsectionstyle{\ecv@infosectionkey} @@ -467,19 +481,40 @@ } { % right column \begin{doublespacing} - \begin{tabular}[t]{@{}p{\if@ecvpicture \if@ecvpictureleft \ecv@rightcolwidth \else 0.7\ecv@rightcolwidth \fi \else \ecv@rightcolwidth\fi}@{}p{\if@ecvpicture 0.3\ecv@rightcolwidth \else 0pt\fi}@{}} + \begin{tabular}[t]{@{}p{\if@ecvpicture \if@ecvpictureleft \ecv@rightcolwidth \else 0.7\ecv@rightcolwidth \fi \else \ecv@rightcolwidth\fi}@{}p{\if@ecvpictureright 0.3\ecv@rightcolwidth \else 0pt\fi}@{}} + \if@ecvdebug\cellcolor{green!25}\fi \raggedright {\ecvLargenormalstyle{\ecv@name}} \newline \ifx\@empty\ecv@address\else \raisebox{-2\lineskip}{\includegraphics[width=0.4cm]{address_europass_icon.pdf}}\hspace{0.2mm} {\fontseries{m}\selectfont \ecv@address} \newline \fi \ifx\@empty\ecv@mobile - \ifx\@empty\ecv@telephone\else - \raisebox{-2\lineskip}{\includegraphics[width=0.4cm]{telephone_europass_icon.pdf}}\hspace{0.2mm} {\fontseries{m}\selectfont \ecv@telephone} \newline - \fi - \else - \raisebox{-2\lineskip}{\includegraphics[width=0.4cm]{mobile_europass_icon.pdf}}\hspace{0.2mm} {\fontseries{m}\selectfont \ecv@mobile} \quad \ifx\@empty\ecv@telephone\else \raisebox{-2\lineskip}{\includegraphics[width=0.4cm]{telephone_europass_icon.pdf}}\hspace{0.2mm} {\fontseries{m}\selectfont \ecv@telephone\ \newline}\fi + \else\@ecvphoneispresenttrue + \raisebox{-2\lineskip}{\includegraphics[width=0.4cm]{mobile_europass_icon.pdf}}\hspace{0.2mm} {\fontseries{m}\selectfont \ecv@mobile} \quad + \fi + \ifx\@empty\ecv@telephone + \else\@ecvphoneispresenttrue + \raisebox{-2\lineskip}{\includegraphics[width=0.4cm]{telephone_europass_icon.pdf}}\hspace{0.2mm} {\fontseries{m}\selectfont \ecv@telephone} \quad + \fi + \ifx\@empty\ecv@workphone + \else + \@ecvphoneispresenttrue + \ifx\@empty\ecv@mobile + \else + \ifx\@empty\ecv@telephone + \else + \if@ecvpicture + \if@ecvpictureright + \newline + \fi + \fi + \fi + \fi + \raisebox{-2\lineskip}{\includegraphics[width=0.4cm]{work_europass_icon.pdf}}\hspace{0.2mm} {\fontseries{m}\selectfont \ecv@workphone} \fi + \if@ecvphoneispresent + \newline + \fi \ifx\@empty\ecv@fax\else \ecv@faxkey \ecv@fax \fi @@ -520,6 +555,7 @@ \fi & \if@ecvpictureright + \if@ecvdebug\cellcolor{red!25}\fi \Large \vspace{-\baselineskip} \raisebox{-\height}{\ecvdrawpicture} \fi @@ -610,16 +646,8 @@ \renewcommand{\arraystretch}{0} } -% See the Common European Framework of Reference for Languages: -% http://www.coe.int/T/E/Cultural_Co-operation/education/Languages/Language_Policy/Common_Framework_of_Reference/default.asp -\newcommand*\ecvCEF[2]{% -% \setlength\tabcolsep{1mm} - -% \begin{tabular}{@{}>{}m{.2\ecv@langparwidth}@{\hspace{1mm}}>{\centering}m{.74\ecv@langparwidth}@{}} -% #1 & \small{#2}\tabularnewline -% \end{tabular} -} - +% commands from the old europecv class +\newcommand*\ecvCEF[2]{} \newcommand*\ecvAOne{A1} \newcommand*\ecvATwo{A2} \newcommand*\ecvBOne{B1} @@ -627,6 +655,39 @@ \newcommand*\ecvCOne{C1} \newcommand*\ecvCTwo{C2} + +% Digital competences +\def\ecv@dccol{0.2} +\newcommand*\ecvdigitalcompetence[5]{% + %header + \setlength{\arrayrulewidth}{\ecv@langouterborderwidth} + \ecvblueitem{\ecv@digitalcompetenceskey}{ + \renewcommand{\arraystretch}{1.5} + \setlength{\ecv@langtablewidth}{\ecv@rightcolwidth} + \addtolength{\ecv@langtablewidth}{-4\arrayrulewidth} + \arrayrulecolor{ecvtablebordercolor} + \begin{tabular}[t]{m{\ecv@dccol\ecv@langtablewidth}|m{\ecv@dccol\ecv@langtablewidth}|m{\ecv@dccol\ecv@langtablewidth}|m{\ecv@dccol\ecv@langtablewidth}|m{\ecv@dccol\ecv@langtablewidth}} + \firsthline + \multicolumn{5}{c}{\ecvsectionstyle{\ecv@assesskey}} \tabularnewline + \hline + \centering \ecvbluestyle{\ecv@informationprocessingkey}& \centering \ecvbluestyle{\ecv@communicationkey} &\centering \ecvbluestyle{\ecv@contentcreationkey}& \centering \ecvbluestyle{\ecv@safetykey}& \centering \ecvbluestyle{\ecv@problensolvingkey} \tabularnewline + \hline + \centering{#1} &\centering{#2} &\centering{#3} &\centering{#4} &\centering{#5} \tabularnewline + \hline + \end{tabular} + } + + %footer + \nopagebreak[4] + \ecvitem[0.5\dp\strutbox]{}{\footnotesize \setulcolor{ecvlanglinkcolor}\setul{.5pt}{.4pt}\href{\ecv@digcomplinkkey}{\ul{\mbox{\textcolor{ecvlanglinkcolor}{\ecv@digcompfooterkey}}}}} + \renewcommand{\arraystretch}{0} +} + +\newcommand*\ecvBasic{\ecv@dcbasickey} +\newcommand*\ecvIndependent{\ecv@dcindepkey} +\newcommand*\ecvProficient{\ecv@dcprofkey} + + \def\ecv@kern{\kern0.5pt} %\def\ecv@kern{} \newcommand*{\ecvTitleKern}[1]{\def\ecv@kern{\kern#1}} @@ -735,7 +796,6 @@ \message{[europasscv] \meaning\ecv@thirdarg^^J} \message{[europasscv] ecvitemskip = \if@ecvitemskip true, skipping \the\ecv@currentskip \else false\fi^^J} \message{[europasscv] leftcolwidth = \the\ecv@leftcolwidth^^J} -% \message{[europasscv] tabcolsep = \the\tabcolsep^^J} \message{[europasscv] ecv@colsep = \the\ecv@colsep^^J} \message{[europasscv] rightcolwidth = \the\ecv@rightcolwidth^^J} \message{[europasscv] textwidth = \the\textwidth^^J} @@ -790,9 +850,8 @@ } } -\newcommand\ecvblueitem[3][\if@ecvitemskip 1.3\bigskipamount\else 0pt \fi]{\ecvitem[#1]{\textcolor{ecvsectioncolor}{#2}}{ -% \setlength\ecv@itemizeskip{-1.3\bigskipamount}\addtolength{\ecv@itemizeskip}{0.5\dp\strutbox} - #3} +\newcommand\ecvblueitem[3][\if@ecvitemskip 1.3\bigskipamount\else 0pt \fi]{ + \ecvitem[#1]{\textcolor{ecvsectioncolor}{#2}}{#3} } \newcommand{\ecvbigitem}[3][0.8\bigskipamount]{ diff --git a/Master/texmf-dist/tex/latex/europasscv/europasscv_cs.def b/Master/texmf-dist/tex/latex/europasscv/europasscv_cs.def new file mode 100644 index 00000000000..ceb0428d76f --- /dev/null +++ b/Master/texmf-dist/tex/latex/europasscv/europasscv_cs.def @@ -0,0 +1,57 @@ +%!TEX encoding = UTF-8 Unicode
+%
+% Translation completed on 2016/09/09
+\ProvidesFile{europasscv_cs.def}[europasscv Czech definitions]
+\def\ecv@currvitaekey{\ecv@utf{{\v Z}ivotopis}}
+% Personal information
+\def\ecv@infosectionkey{\ecv@utf{Osobn{\'\i} {\'u}daje}}
+\def\ecv@namekey{\ecv@utf{Jm{\'e}no / P{\v r}{\'\i}jmen{\'\i}}}
+\def\ecv@addresskey{\ecv@utf{Adresa}}
+\def\ecv@telkey{\ecv@utf{Telefon}}
+\def\ecv@mobilekey{\ecv@utf{Mobiln{\'\i} telefon}}
+\def\ecv@faxkey{\ecv@utf{Fax}}
+\def\ecv@emailkey{\ecv@utf{E-mail}}
+\def\ecv@nationalitykey{\ecv@utf{St{\'a}tn{\'\i} p{\v r}{\'\i}slu{\v s}nost}}
+\def\ecv@birthkey{\ecv@utf{Datum narozen{\'\i}}}
+\def\ecv@genderkey{\ecv@utf{Pohlav{\'\i}}}
+% Footer
+\def\ecv@pagekey{\ecv@utf{Strana}}
+\def\ecv@cvofkey{\ecv@utf{{\v Z}ivotopis}}
+% Language table
+\def\ecv@mothertonguekey{\ecv@utf{Mate{\v r}sk{\'y} jazyk(y)}}
+\def\ecv@otherlanguageskey{\ecv@utf{Dal{\v s}{\'i} jazyky}}
+\def\ecv@assesskey{\ecv@utf{Sebehodnocen{\'i}}}
+\def\ecv@levelkey{\ecv@utf{Evropsk{\'a} {\'u}rove{\v n}}}
+\def\ecv@understandkey{\ecv@utf{Porozum{\v e}n{\'\i}}}
+\def\ecv@speakkey{\ecv@utf{Mluven{\'\i}}}
+\def\ecv@writekey{\ecv@utf{Psan{\'\i}}}
+\def\ecv@listenkey{\ecv@utf{Poslech}}
+\def\ecv@readkey{\ecv@utf{{\v C}ten{\'\i}}}
+\def\ecv@interactkey{\ecv@utf{{\'U}stn{\'\i} interakce}}
+\def\ecv@productkey{\ecv@utf{Samostatn{\'y} {\'u}stn{\'\i} projev}}
+\def\ecv@langshortdesckey{\ecv@utf{{\'U}rovn{\v e}: A1/A2: U{\v z}ivatel z{\'a}klad{\r u} jazyka -- B1/B2: Samostatn{\'y} u{\v z}ivatel -- C1/C2: Zku{\v s}en{\'y} u{\v z}ivatel}}
+\def\ecv@langfooterkey{\ecv@utf{Spole{\v c}n{\'y} evropsk{\'y} referen{\v c}n{\'\i} r{\'a}mec pro jazyky}}
+\def\ecv@langlinkkey{\ecv@utf{http://europass.cedefop.europa.eu/cs/resources/european-language-levels-cefr}}
+\def\ecv@cefbasickey{\ecv@utf{U{\v z}ivatel z{\'a}klad{\r u} jazyka}}
+\def\ecv@cefindepkey{\ecv@utf{Samostatn{\'y} u{\v z}ivatel}}
+\def\ecv@cefprofkey{\ecv@utf{Zku{\v s}en{\'y} u{\v z}ivatel}}
+\def\ecv@europeanunionkey{\ecv@utf{Evropsk{\'a} unie}}
+% Digital competences self-assessment grid
+\def\ecv@digitalcompetenceskey{\ecv@utf{Digit{\'a}ln{\'\i} dovednosti}}
+\def\ecv@informationprocessingkey{\ecv@utf{Zpracov{\'a}n{\'\i} informac{\'\i}}}
+\def\ecv@communicationkey{\ecv@utf{Komunikace}}
+\def\ecv@contentcreationkey{\ecv@utf{Vytv{\'a}{\v r}en{\'\i} obsahu}}
+\def\ecv@safetykey{\ecv@utf{Bezpe{\v c}nost}}
+\def\ecv@problensolvingkey{\ecv@utf{{\v R}e{\v s}en{\'\i} probl{\'e}mu}}
+\def\ecv@digcompfooterkey{\ecv@utf{Digit{\'a}ln{\'\i} dovednosti - Stupnice pro sebehodnocen{\'\i}}}
+\def\ecv@digcomplinkkey{\ecv@utf{http://europass.cedefop.europa.eu/cs/resources/digital-competences}}
+\def\ecv@dcbasickey{\ecv@utf{Z{\'a}kladn{\'\i} u{\v z}ivatel}}
+\def\ecv@dcindepkey{\ecv@utf{Samostatn{\'y} u{\v z}ivatel}}
+\def\ecv@dcprofkey{\ecv@utf{Zku{\v s}en{\'y} u{\v z}ivatel}}
+
+% 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/europasscv_de.def b/Master/texmf-dist/tex/latex/europasscv/europasscv_de.def index 0c11bfa8e06..76202217803 100644 --- a/Master/texmf-dist/tex/latex/europasscv/europasscv_de.def +++ b/Master/texmf-dist/tex/latex/europasscv/europasscv_de.def @@ -1,7 +1,7 @@ %!TEX encoding = UTF-8 Unicode
%
%
-\ProvidesFile{ecven.def}[europecv German definitions]
+\ProvidesFile{europasscv_de.def}[europasscv German definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Angaben zur Person}}
\def\ecv@namekey{\ecv@utf{Nachname(n) / Vorname(n)}}
@@ -35,6 +35,18 @@ \def\ecv@cefindepkey{\ecv@utf{Selbständige Sprachverwendung}}
\def\ecv@cefprofkey{\ecv@utf{Kompetente Sprachverwendung}}
\def\ecv@europeanunionkey{\ecv@utf{Europäische Union}}
+% Digital competences self-assessment grid
+\def\ecv@digitalcompetenceskey{\ecv@utf{Digitale Kompetenzen}}
+\def\ecv@informationprocessingkey{\ecv@utf{Datenverarbeitung}}
+\def\ecv@communicationkey{\ecv@utf{Kommunikation}}
+\def\ecv@contentcreationkey{\ecv@utf{Erstellung von Inhalten}}
+\def\ecv@safetykey{\ecv@utf{Sicherheit}}
+\def\ecv@problensolvingkey{\ecv@utf{Problemlösung}}
+\def\ecv@digcompfooterkey{\ecv@utf{Digitale Kompetenzen - Raster zur Selbstbeurteilung}}
+\def\ecv@digcomplinkkey{\ecv@utf{http://europass.cedefop.europa.eu/de/resources/digital-competences}}
+\def\ecv@dcbasickey{\ecv@utf{Elementare Verwendung}}
+\def\ecv@dcindepkey{\ecv@utf{Selbstständige Verwendung}}
+\def\ecv@dcprofkey{\ecv@utf{Kompetente Verwendung}}
% Width of language columns
\def\ecv@langcola{0.15}
diff --git a/Master/texmf-dist/tex/latex/europasscv/europasscv_en.def b/Master/texmf-dist/tex/latex/europasscv/europasscv_en.def index c9e1bdb85a2..a61c54c1922 100644 --- a/Master/texmf-dist/tex/latex/europasscv/europasscv_en.def +++ b/Master/texmf-dist/tex/latex/europasscv/europasscv_en.def @@ -1,7 +1,7 @@ %!TEX encoding = UTF-8 Unicode % % -\ProvidesFile{ecven.def}[europecv English definitions] +\ProvidesFile{europasscv_en.def}[europasscv English definitions] % Personal information \def\ecv@infosectionkey{\ecv@utf{Personal information}} \def\ecv@namekey{\ecv@utf{Surname / First name}} @@ -35,6 +35,18 @@ \def\ecv@cefindepkey{\ecv@utf{Independent user}} \def\ecv@cefprofkey{\ecv@utf{Proficient user}} \def\ecv@europeanunionkey{\ecv@utf{European Union}} +% Digital competences self-assessment grid +\def\ecv@digitalcompetenceskey{\ecv@utf{Digital competences}} +\def\ecv@informationprocessingkey{\ecv@utf{Information Processing}} +\def\ecv@communicationkey{\ecv@utf{Communication}} +\def\ecv@contentcreationkey{\ecv@utf{Content creation}} +\def\ecv@safetykey{\ecv@utf{Safety}} +\def\ecv@problensolvingkey{\ecv@utf{Problem solving}} +\def\ecv@digcompfooterkey{\ecv@utf{Digital competences - Self-assessment grid}} +\def\ecv@digcomplinkkey{\ecv@utf{http://europass.cedefop.europa.eu/en/resources/digital-competences}} +\def\ecv@dcbasickey{\ecv@utf{Basic user}} +\def\ecv@dcindepkey{\ecv@utf{Independent user}} +\def\ecv@dcprofkey{\ecv@utf{Proficient user}} % Width of language columns \def\ecv@langcola{0.15} @@ -42,4 +54,3 @@ \def\ecv@langcolc{0.25} \def\ecv@langcold{0.25} \def\ecv@langcole{0.2} - diff --git a/Master/texmf-dist/tex/latex/europasscv/europasscv_es.def b/Master/texmf-dist/tex/latex/europasscv/europasscv_es.def index 0380d0c67c0..f9d75653ff9 100644 --- a/Master/texmf-dist/tex/latex/europasscv/europasscv_es.def +++ b/Master/texmf-dist/tex/latex/europasscv/europasscv_es.def @@ -1,7 +1,7 @@ %!TEX encoding = UTF-8 Unicode
%
%
-\ProvidesFile{europasscv_es.def}[europecv Spanish definitions]
+\ProvidesFile{europasscv_es.def}[europasscv Spanish definitions]
\def\ecv@currvitaekey{\ecv@utf{Curr\'{i}culum vitae}}
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Informaci\'{o}n personal}}
@@ -36,6 +36,18 @@ \def\ecv@cefindepkey{\ecv@utf{Usuario independiente}}
\def\ecv@cefprofkey{\ecv@utf{Usuario competente}}
\def\ecv@europeanunionkey{\ecv@utf{Uni\'{o}n Europea}}
+% Digital competences self-assessment grid
+\def\ecv@digitalcompetenceskey{\ecv@utf{Competencias digitales}}
+\def\ecv@informationprocessingkey{\ecv@utf{Tratamiento de la informaci{\'o}n}}
+\def\ecv@communicationkey{\ecv@utf{Comunicaci{\'o}n}}
+\def\ecv@contentcreationkey{\ecv@utf{Creaci{\'o}n del contenido}}
+\def\ecv@safetykey{\ecv@utf{Seguridad}}
+\def\ecv@problensolvingkey{\ecv@utf{Resoluci{\'o}n de problemas}}
+\def\ecv@digcompfooterkey{\ecv@utf{Competencias digitales - Tabla de auto evaluaci{\'o}n}}
+\def\ecv@digcomplinkkey{\ecv@utf{http://europass.cedefop.europa.eu/es/resources/digital-competences}}
+\def\ecv@dcbasickey{\ecv@utf{Usuario b{\'a}sico}}
+\def\ecv@dcindepkey{\ecv@utf{Usuario independiente}}
+\def\ecv@dcprofkey{\ecv@utf{Usuario competente}}
% Width of language columns
\def\ecv@langcola{0.15}
diff --git a/Master/texmf-dist/tex/latex/europasscv/europasscv_fr.def b/Master/texmf-dist/tex/latex/europasscv/europasscv_fr.def index cf2388d03bf..16b3ed09ce9 100644 --- a/Master/texmf-dist/tex/latex/europasscv/europasscv_fr.def +++ b/Master/texmf-dist/tex/latex/europasscv/europasscv_fr.def @@ -1,5 +1,6 @@ %!TEX encoding = UTF-8 Unicode % +\ProvidesFile{europasscv_fr.def}[europasscv French definitions] % Informations personnelles \def\ecv@infosectionkey{\ecv@utf{Informations personnelles}} \def\ecv@namekey{\ecv@utf{Nom(s) / Pr\'enom(s)}} @@ -14,7 +15,7 @@ % Pied de page \def\ecv@pagekey{\ecv@utf{Page}} \def\ecv@cvofkey{\ecv@utf{Curriculum vit\ae\ de}} -% Grille d'Autovaluation des langues +% Grille d'Autoévaluation des langues \def\ecv@mothertonguekey{\ecv@utf{Langue maternelle}} \def\ecv@otherlanguageskey{\ecv@utf{Autres langues}} \def\ecv@assesskey{\ecv@utf{Auto \'evaluation}} @@ -27,13 +28,24 @@ \def\ecv@interactkey{\ecv@utf{Prendre part \`a une conversation}} \def\ecv@productkey{\ecv@utf{S'exprimer oralement en continu}} \def\ecv@langlinkkey{\ecv@utf{http://europass.cedefop.europa.eu/fr/resources/european-language-levels-cefr}} -\def\ecv@langfooterkey{\ecv@utf{Cadre européen commun de référence pour les langues}} +\def\ecv@langfooterkey{\ecv@utf{Cadre europ{\'e}en commun de r{\'e}f{\'e}rence pour les langues}} \def\ecv@langshortdesckey{\ecv@utf{Niveaux: A1/A2: utilisateur \'el\'ementaire -- B1/B2: utilisateur ind\'ependant -- C1/C2: utilisateur exp\'eriment\'e}} \def\ecv@cefbasickey{\ecv@utf{Utilisateur \'el\'ementaire}} \def\ecv@cefindepkey{\ecv@utf{Utilisateur Ind\'ependant}} \def\ecv@cefprofkey{\ecv@utf{Utilisateur exp\'eriment\'e}} - \def\ecv@europeanunionkey{\ecv@utf{Union europ\'eenne}} +% Digital competences self-assessment grid +\def\ecv@digitalcompetenceskey{\ecv@utf{Comp{\'e}tences num{\'e}riques}} +\def\ecv@informationprocessingkey{\ecv@utf{Traitement de l'information}} +\def\ecv@communicationkey{\ecv@utf{Communication}} +\def\ecv@contentcreationkey{\ecv@utf{Cr{\'e}ation de contenu}} +\def\ecv@safetykey{\ecv@utf{S{\'e}curit{\'e}}} +\def\ecv@problensolvingkey{\ecv@utf{R{\'e}solution de probl{\`e}mes}} +\def\ecv@digcompfooterkey{\ecv@utf{Comp{\'e}tences num{\'e}riques - Grille d'auto{\'e}valuation}} +\def\ecv@digcomplinkkey{\ecv@utf{http://europass.cedefop.europa.eu/fr/resources/digital-competences}} +\def\ecv@dcbasickey{\ecv@utf{Utilisateur {\'e}l{\'e}mentaire}} +\def\ecv@dcindepkey{\ecv@utf{Utilisateur ind{\'e}pendant}} +\def\ecv@dcprofkey{\ecv@utf{Utilisateur exp{\'e}riment{\'e}}} % Width of language columns \def\ecv@langcola{0.15} diff --git a/Master/texmf-dist/tex/latex/europasscv/europasscv_it.def b/Master/texmf-dist/tex/latex/europasscv/europasscv_it.def index d9682cec0fa..0b0c0c20d6b 100644 --- a/Master/texmf-dist/tex/latex/europasscv/europasscv_it.def +++ b/Master/texmf-dist/tex/latex/europasscv/europasscv_it.def @@ -1,7 +1,7 @@ %!TEX encoding = UTF-8 Unicode % % -\ProvidesFile{ecvit.def}[europecv Italian definitions] +\ProvidesFile{europasscv_it.def}[europasscv Italian definitions] % Personal information \def\ecv@infosectionkey{\ecv@utf{Informazioni personali}} \def\ecv@namekey{\ecv@utf{Nome e cognome}} @@ -35,6 +35,18 @@ \def\ecv@cefindepkey{\ecv@utf{Utente autonomo}} \def\ecv@cefprofkey{\ecv@utf{Utente avanzato}} \def\ecv@europeanunionkey{\ecv@utf{Unione Europea}} +% Digital competences self-assessment grid +\def\ecv@digitalcompetenceskey{\ecv@utf{Competenze digitali}} +\def\ecv@informationprocessingkey{\ecv@utf{Elaborazione delle informazioni}} +\def\ecv@communicationkey{\ecv@utf{Comunicazione}} +\def\ecv@contentcreationkey{\ecv@utf{Creazione di Contenuti}} +\def\ecv@safetykey{\ecv@utf{Sicurezza}} +\def\ecv@problensolvingkey{\ecv@utf{Risoluzione di problemi}} +\def\ecv@digcompfooterkey{\ecv@utf{Competenze digitali - Scheda per l'autovalutazione}} +\def\ecv@digcomplinkkey{\ecv@utf{http://europass.cedefop.europa.eu/it/resources/digital-competences}} +\def\ecv@dcbasickey{\ecv@utf{Utente base}} +\def\ecv@dcindepkey{\ecv@utf{Utente autonomo}} +\def\ecv@dcprofkey{\ecv@utf{Utente avanzato}} % Width of language columns \def\ecv@langcola{0.15} diff --git a/Master/texmf-dist/tex/latex/europasscv/europasscv_pl.def b/Master/texmf-dist/tex/latex/europasscv/europasscv_pl.def new file mode 100644 index 00000000000..87aa29248e1 --- /dev/null +++ b/Master/texmf-dist/tex/latex/europasscv/europasscv_pl.def @@ -0,0 +1,56 @@ +%!TEX encoding = UTF-8 Unicode +% +% +\ProvidesFile{europasscv_pl.def}[europasscv Polish definitions] +% Personal information +\def\ecv@infosectionkey{\ecv@utf{Dane osobowe}} +\def\ecv@namekey{\ecv@utf{Nazwisko / Imi\k{e}}} +\def\ecv@addresskey{\ecv@utf{Adres}} +\def\ecv@telkey{\ecv@utf{Telefon}} +\def\ecv@mobilekey{\ecv@utf{Kom\'orkowy}} +\def\ecv@faxkey{\ecv@utf{Faks}} +\def\ecv@emailkey{\ecv@utf{E-mail}} +\def\ecv@nationalitykey{\ecv@utf{Narodowo\'s\'c}} +\def\ecv@birthkey{\ecv@utf{Data urodzenia}} +\def\ecv@genderkey{\ecv@utf{P\l{}e\'c}} +% Footer +\def\ecv@pagekey{\ecv@utf{Strona internetowa}} +\def\ecv@cvofkey{\ecv@utf{Curriculum vit\ae\: }} +% Language table +\def\ecv@mothertonguekey{\ecv@utf{J\k{e}zyk ojczysty}} +\def\ecv@otherlanguageskey{\ecv@utf{Inne j\k{e}zyki}} +\def\ecv@assesskey{\ecv@utf{Samoocena}} +\def\ecv@levelkey{\ecv@utf{Poziom europejski}} +\def\ecv@understandkey{\ecv@utf{Rozumienie}} +\def\ecv@speakkey{\ecv@utf{M\'owienie}} +\def\ecv@writekey{\ecv@utf{Pisanie}} +\def\ecv@listenkey{\ecv@utf{S\l{}uchanie}} +\def\ecv@readkey{\ecv@utf{Czytanie}} +\def\ecv@interactkey{\ecv@utf{Porozumiewanie si\k{e}}} +\def\ecv@productkey{\ecv@utf{Samodzielne wypowiadanie si\k{e}}} +\def\ecv@langshortdesckey{\ecv@utf{Poziomy: A1/A2: Podstawowy -- B1/B2: Samodzielno\'sci -- C1/C2: Bieg\l{}o\'sci}} +\def\ecv@langfooterkey{\ecv@utf{Europejski system opisu kszta\l{}cenia j\k{e}zykowego (CEF)}} +\def\ecv@langlinkkey{\ecv@utf{http://europass.cedefop.europa.eu/pl/resources/european-language-levels-cefr}} +\def\ecv@cefbasickey{\ecv@utf{Podstawowy}} +\def\ecv@cefindepkey{\ecv@utf{Samodzielno\'sci}} +\def\ecv@cefprofkey{\ecv@utf{Bieg\l{}o\'sci}} +\def\ecv@europeanunionkey{\ecv@utf{Unia Europejska}} +% Digital competences self-assessment grid +\def\ecv@digitalcompetenceskey{\ecv@utf{Umiej{\k{e}}tno{\'s}ci cyfrowe}} +\def\ecv@informationprocessingkey{\ecv@utf{Przetwarzanie informacji}} +\def\ecv@communicationkey{\ecv@utf{Komunikacja}} +\def\ecv@contentcreationkey{\ecv@utf{Tworzenie tre{\'s}ci}} +\def\ecv@safetykey{\ecv@utf{Bezpiecze{\'n}stwo}} +\def\ecv@problensolvingkey{\ecv@utf{Rozwiązywanie problem{\'o}w}} +\def\ecv@digcompfooterkey{\ecv@utf{Umiej{\k{e}}tno{\'s}ci cyfrowe - Tabela samooceny}} +\def\ecv@digcomplinkkey{\ecv@utf{http://europass.cedefop.europa.eu/pl/resources/digital-competences}} +\def\ecv@dcbasickey{\ecv@utf{Poziom podstawowy}} +\def\ecv@dcindepkey{\ecv@utf{Poziom samodzielno{\'s}ci}} +\def\ecv@dcprofkey{\ecv@utf{Poziom bieg\l{}o{\'s}ci}} + +% 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/europasscv_pt.def b/Master/texmf-dist/tex/latex/europasscv/europasscv_pt.def index beaca870cd7..d9de5c8e339 100644 --- a/Master/texmf-dist/tex/latex/europasscv/europasscv_pt.def +++ b/Master/texmf-dist/tex/latex/europasscv/europasscv_pt.def @@ -1,7 +1,7 @@ %!TEX encoding = UTF-8 Unicode
%
%
-\ProvidesFile{ecvpt.def}[europecv Portuguese definitions]
+\ProvidesFile{europasscv_pt.def}[europasscv Portuguese definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Informa\c{c}\~ao pessoal}}
\def\ecv@namekey{\ecv@utf{Nome(s) Apelido(s)}}
@@ -35,6 +35,18 @@ \def\ecv@cefindepkey{\ecv@utf{Utilizador independente}}
\def\ecv@cefprofkey{\ecv@utf{Utilizador avan\c{c}ado}}
\def\ecv@europeanunionkey{\ecv@utf{Uni\~ao Europeia}}
+% Digital competences self-assessment grid
+\def\ecv@digitalcompetenceskey{\ecv@utf{Compet{\^e}ncias digitais}}
+\def\ecv@informationprocessingkey{\ecv@utf{Processamento de informa\c{c}{\~a}o}}
+\def\ecv@communicationkey{\ecv@utf{Comunica\c{c}{\~a}o}}
+\def\ecv@contentcreationkey{\ecv@utf{Cria\c{c}{\~a}o de conte{\'u}dos}}
+\def\ecv@safetykey{\ecv@utf{Seguran\c{c}a}}
+\def\ecv@problensolvingkey{\ecv@utf{Resolu\c{c}{\~a}o de problemas}}
+\def\ecv@digcompfooterkey{\ecv@utf{Compet{\^e}ncias digitais - Grelha de auto-avalia\c{c}{\~a}o}}
+\def\ecv@digcomplinkkey{\ecv@utf{http://europass.cedefop.europa.eu/pt/resources/digital-competences}}
+\def\ecv@dcbasickey{\ecv@utf{Utilizador b{\'a}sico}}
+\def\ecv@dcindepkey{\ecv@utf{Utilizador independente}}
+\def\ecv@dcprofkey{\ecv@utf{Utilizador avan\c{c}ado}}
% Width of language columns
\def\ecv@langcola{0.22}
diff --git a/Master/texmf-dist/tex/latex/europasscv/europasscv_sl.def b/Master/texmf-dist/tex/latex/europasscv/europasscv_sl.def index 73b294e890b..007364c7d08 100644 --- a/Master/texmf-dist/tex/latex/europasscv/europasscv_sl.def +++ b/Master/texmf-dist/tex/latex/europasscv/europasscv_sl.def @@ -1,7 +1,7 @@ %!TEX encoding = UTF-8 Unicode
%
%
-\ProvidesFile{ecvsl.def}[europecv Slovenian definitions]
+\ProvidesFile{europasscv_sl.def}[europasscv Slovenian definitions]
% Personal information
\def\ecv@infosectionkey{\ecv@utf{Osebni podatki}}
\def\ecv@namekey{\ecv@utf{Ime~/ Priimek}}
@@ -35,6 +35,18 @@ \def\ecv@cefindepkey{\ecv@utf{Samostojni uporabnik}}
\def\ecv@cefprofkey{\ecv@utf{Usposobljeni uporabnik}}
\def\ecv@europeanunionkey{\ecv@utf{Evropska unija}}
+% Digital competences self-assessment grid
+\def\ecv@digitalcompetenceskey{\ecv@utf{Digitalne kompetence}}
+\def\ecv@informationprocessingkey{\ecv@utf{Obdelava informacij}}
+\def\ecv@communicationkey{\ecv@utf{Komunikacija}}
+\def\ecv@contentcreationkey{\ecv@utf{Ustvarjanje\\ vsebin}}
+\def\ecv@safetykey{\ecv@utf{Varnost}}
+\def\ecv@problensolvingkey{\ecv@utf{Re{\v s}evanje problemov}}
+\def\ecv@digcompfooterkey{\ecv@utf{Digitalne kompetence - Samoocenjevalna lestvica}}
+\def\ecv@digcomplinkkey{\ecv@utf{http://europass.cedefop.europa.eu/sl/resources/digital-competences}}
+\def\ecv@dcbasickey{\ecv@utf{Osnovni uporabnik}}
+\def\ecv@dcindepkey{\ecv@utf{Samostojni uporabnik}}
+\def\ecv@dcprofkey{\ecv@utf{Usposobljeni uporabnik}}
% Width of language columns
\def\ecv@langcola{0.15}
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 78a8358763a..4be16910d7c 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:834ca0a4-9bac-11f1-0000-871774c54bfd' xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.10'/> -<rdf:Description rdf:about='uuid:834ca0a4-9bac-11f1-0000-871774c54bfd' xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2016-08-16T11:01:05+02:00</xmp:ModifyDate> -<xmp:CreateDate>2016-08-16T11:01:05+02:00</xmp:CreateDate> +<rdf:Description rdf:about='uuid:dd6d4881-c81c-11f1-0000-871774c54bfd' xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.10'/> +<rdf:Description rdf:about='uuid:dd6d4881-c81c-11f1-0000-871774c54bfd' xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2016-10-12T00:16:11+02:00</xmp:ModifyDate> +<xmp:CreateDate>2016-10-12T00:16:11+02:00</xmp:CreateDate> <xmp:CreatorTool>GPL Ghostscript 910 (ps2write)</xmp:CreatorTool></rdf:Description> -<rdf:Description rdf:about='uuid:834ca0a4-9bac-11f1-0000-871774c54bfd' xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:834ca0a4-9bac-11f1-0000-871774c54bfd'/> -<rdf:Description rdf:about='uuid:834ca0a4-9bac-11f1-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:dd6d4881-c81c-11f1-0000-871774c54bfd' xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:dd6d4881-c81c-11f1-0000-871774c54bfd'/> +<rdf:Description rdf:about='uuid:dd6d4881-c81c-11f1-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:20160816110105+02'00') -/ModDate(D:20160816110105+02'00') +/CreationDate(D:20161012001611+02'00') +/ModDate(D:20161012001611+02'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 [<2EFF55E56603E033FB6AAB93AF31D2FD><2EFF55E56603E033FB6AAB93AF31D2FD>] +/ID [<FC1C51AB0AB0F66AFE504A1720193FD1><FC1C51AB0AB0F66AFE504A1720193FD1>] >> 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 4de413d54f3..4456bd10242 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:834ca0a4-9bac-11f1-0000-c0953e69916e' xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.10'/> -<rdf:Description rdf:about='uuid:834ca0a4-9bac-11f1-0000-c0953e69916e' xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2016-08-16T11:01:05+02:00</xmp:ModifyDate> -<xmp:CreateDate>2016-08-16T11:01:05+02:00</xmp:CreateDate> +<rdf:Description rdf:about='uuid:dd6d4881-c81c-11f1-0000-c0953e69916e' xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.10'/> +<rdf:Description rdf:about='uuid:dd6d4881-c81c-11f1-0000-c0953e69916e' xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2016-10-12T00:16:11+02:00</xmp:ModifyDate> +<xmp:CreateDate>2016-10-12T00:16:11+02:00</xmp:CreateDate> <xmp:CreatorTool>GPL Ghostscript 910 (ps2write)</xmp:CreatorTool></rdf:Description> -<rdf:Description rdf:about='uuid:834ca0a4-9bac-11f1-0000-c0953e69916e' xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:834ca0a4-9bac-11f1-0000-c0953e69916e'/> -<rdf:Description rdf:about='uuid:834ca0a4-9bac-11f1-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:dd6d4881-c81c-11f1-0000-c0953e69916e' xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:dd6d4881-c81c-11f1-0000-c0953e69916e'/> +<rdf:Description rdf:about='uuid:dd6d4881-c81c-11f1-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:20160816110105+02'00') -/ModDate(D:20160816110105+02'00') +/CreationDate(D:20161012001611+02'00') +/ModDate(D:20161012001611+02'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 [<CDB3A0BB889ADCC633AAE52160F35C4D><CDB3A0BB889ADCC633AAE52160F35C4D>] +/ID [<98C9488858C77FEAA10377DF934B8246><98C9488858C77FEAA10377DF934B8246>] >> 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 fec6baf860e..6958efd0a8e 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 cee2201fd7f..50713e7ae73 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 f26bcd10685..bb772cc232f 100644 --- a/Master/texmf-dist/tex/latex/europasscv/website_europass_icon.pdf +++ b/Master/texmf-dist/tex/latex/europasscv/website_europass_icon.pdf diff --git a/Master/texmf-dist/tex/latex/europasscv/work_europass_icon.pdf b/Master/texmf-dist/tex/latex/europasscv/work_europass_icon.pdf Binary files differnew file mode 100644 index 00000000000..569322f49b0 --- /dev/null +++ b/Master/texmf-dist/tex/latex/europasscv/work_europass_icon.pdf |