Skip to content

Commit

Permalink
Merge pull request #27 from stalecu/fix/europasslogo
Browse files Browse the repository at this point in the history
Fix "europass.pdf not found" (#26) + improve Romanian translation
  • Loading branch information
gsilano authored Mar 13, 2022
2 parents 7790b27 + ca514c8 commit 574b598
Show file tree
Hide file tree
Showing 10 changed files with 213 additions and 200 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package europecv
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2022.03.13
----------
* Fixed "europass.pdf not found" error on XeLaTeX
* Improved Romanian translation
* Minor fix in the documentation
* Contributors: Alecu Ștefan-Iulian, Giuseppe Silano

2021.12.24
----------
* Add ref and display commands for FootNote, Conference and Journal papers, Posters, Awards, Research Projects, Book Chapters and Workshop. This update mainly involves academic researchers
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![All Contributors](https://img.shields.io/badge/all_contributors-24-orange.svg?style=flat-square)](#contributors)
[![All Contributors](https://img.shields.io/badge/all_contributors-25-orange.svg?style=flat-square)](#contributors)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![first-timers-only](https://img.shields.io/badge/first--timers--only-friendly-blue.svg?style=flat-square)](https://www.firsttimersonly.com/)
[![License](https://svgshare.com/i/KPL.svg)](https://spdx.org/licenses/LPPL-1.3c.html)
Expand Down
8 changes: 4 additions & 4 deletions ecvro.def
Original file line number Diff line number Diff line change
@@ -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}}
Expand Down Expand Up @@ -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}}}
Binary file added europasslogo-eps-converted-to.pdf
Binary file not shown.
7 changes: 4 additions & 3 deletions europecv.cls
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
%!TEX encoding = UTF-8 Unicode
%
% European curriculum vitae class
% Author: Nicola Vitacolonna ([email protected]) and Giuseppe Silano
% Author: Nicola Vitacolonna ([email protected]) and Giuseppe Silano
%([email protected])
% 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
Expand Down Expand Up @@ -160,6 +160,7 @@
}%
}
\DeclareOption{romanian}{%
\usepackage{combelow}
\AtEndOfPackage{%
\InputIfFileExists{ecvro.def}{}{%
\ClassWarningNoLine{europecv}{Romanian definition file 'ecvro.def' not found}}%
Expand Down Expand Up @@ -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{}}

Expand Down
Binary file modified europecv.pdf
Binary file not shown.
389 changes: 197 additions & 192 deletions europecv.tex

Large diffs are not rendered by default.

Binary file modified examples/europass-cv.pdf
Binary file not shown.
Binary file modified templates/cv_template_academic_en.pdf
Binary file not shown.
Binary file modified templates/cv_template_en.pdf
Binary file not shown.

0 comments on commit 574b598

Please sign in to comment.