diff options
author | Karl Berry <karl@freefriends.org> | 2022-03-13 20:48:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-03-13 20:48:19 +0000 |
commit | 254d1ac6d182d158c827ea03dea90981f38c705a (patch) | |
tree | 5663b7722c27675c4386ea42779b7cae5ce4e830 /Master/texmf-dist/tex | |
parent | 7706382869dba1c910f8d2cf928fcd14529a238a (diff) |
europecv (13mar22) (branch)
git-svn-id: svn://tug.org/texlive/branches/branch2021.final@62685 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/europecv/ecvro.def | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/europecv/europasslogo-eps-converted-to.pdf | bin | 0 -> 14679 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/europecv/europecv.cls | 7 |
3 files changed, 8 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/europecv/ecvro.def b/Master/texmf-dist/tex/latex/europecv/ecvro.def index 01747ba7b7c..6d10a5da5b5 100644 --- a/Master/texmf-dist/tex/latex/europecv/ecvro.def +++ b/Master/texmf-dist/tex/latex/europecv/ecvro.def @@ -1,6 +1,6 @@ %!TEX encoding = UTF-8 Unicode % -% Translation completed on 01/03/2020 +% Translation completed on 13/03/2022 \ProvidesFile{ecvro.def}[europecv Romanian definitions] % Personal information \def\ecv@infosectionkey{\ecv@utf{Informa{\c t}ii personale}} @@ -36,9 +36,9 @@ \def\ecv@interactkey{\ecv@utf{Interactiune}} \def\ecv@productkey{\ecv@utf{Exprimare}} \def\ecv@langfooterkey{\ecv@utf{Cadrului european de referin{\c t}{\u a} pentru limbi}} -\def\ecv@cefbasickey{\ecv@utf{Basic user}} % To be tranlated -\def\ecv@cefindepkey{\ecv@utf{Independent user}} % To be translated -\def\ecv@cefprofkey{\ecv@utf{Proficient user}} % To be translated +\def\ecv@cefbasickey{\ecv@utf{Utilizator de baz{\u a}}} +\def\ecv@cefindepkey{\ecv@utf{Utilizator independent}} +\def\ecv@cefprofkey{\ecv@utf{Utilizator experimentat}} \renewcommand*\ecvtitle{\ecv@utf{\Large\textbf{C\ecv@kern u\ecv@kern r\ecv@kern r\ecv@kern i\ecv@kern c\ecv@kern u\ecv@kern l\ecv@kern u\ecv@kern m \ecv@kern v\ecv@kern i\ecv@kern t\ecv@kern a\ecv@kern e}\\[5pt] \Large\textbf{E\ecv@kern u\ecv@kern r\ecv@kern o\ecv@kern p\ecv@kern a\ecv@kern s\ecv@kern s}}} diff --git a/Master/texmf-dist/tex/latex/europecv/europasslogo-eps-converted-to.pdf b/Master/texmf-dist/tex/latex/europecv/europasslogo-eps-converted-to.pdf Binary files differnew file mode 100644 index 00000000000..51190424a55 --- /dev/null +++ b/Master/texmf-dist/tex/latex/europecv/europasslogo-eps-converted-to.pdf diff --git a/Master/texmf-dist/tex/latex/europecv/europecv.cls b/Master/texmf-dist/tex/latex/europecv/europecv.cls index 2febdbe04d2..bfd9dea0656 100644 --- a/Master/texmf-dist/tex/latex/europecv/europecv.cls +++ b/Master/texmf-dist/tex/latex/europecv/europecv.cls @@ -1,13 +1,13 @@ %!TEX encoding = UTF-8 Unicode % % European curriculum vitae class -% Author: Nicola Vitacolonna (nicola.vitacolonna@uniud.it) and Giuseppe Silano +% Author: Nicola Vitacolonna (nicola.vitacolonna@uniud.it) and Giuseppe Silano %(giuseppe.silano@fel.cvut.cz) % This material is subject to the LaTeX Project Public License, either version 1.3 % See https://ctan.mirror.garr.it/mirrors/CTAN/help/Catalogue/licenses.lppl.html % for the details of that license \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{europecv}[24/12/2021 (Unicode TeX detection) European curriculum vitae class] +\ProvidesClass{europecv}[13/03/2022 (Unicode TeX detection) European curriculum vitae class] % CV models and instructions: % http://europass.cedefop.eu.int/htm/index.htm @@ -160,6 +160,7 @@ }% } \DeclareOption{romanian}{% + \usepackage{combelow} \AtEndOfPackage{% \InputIfFileExists{ecvro.def}{}{% \ClassWarningNoLine{europecv}{Romanian definition file 'ecvro.def' not found}}% @@ -260,7 +261,7 @@ % Europass logo \DeclareOption{logo}{% \providecommand*\draweuropasslogo{% - \includegraphics[width=\ecv@logowidth]{europasslogo}} + \includegraphics[width=\ecv@logowidth]{europasslogo.eps}} } \DeclareOption{nologo}{\renewcommand*\draweuropasslogo{}} |