Skip to content

Commit

Permalink
Merge pull request #25 from panchoh/fix/narrow
Browse files Browse the repository at this point in the history
Fix condensed series name (narrow option)
  • Loading branch information
gsilano authored May 9, 2021
2 parents d6680f3 + ac156d6 commit b0bf3d5
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package europecv
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2021.05.09
----------
* Update package documentation for new release
* Fix condensed fontseries name on the narrow option (#25)
* Contributors: pancho horrillo, Giuseppe Silano

2021.02.05
----------
* Improved Portuguese translation (#24)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[![All Contributors](https://img.shields.io/badge/all_contributors-23-orange.svg?style=flat-square)](#contributors)
[![All Contributors](https://img.shields.io/badge/all_contributors-24-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)

# EuropeCV

TeX code associated to the EuropeCV [CTAN repository](https://ctan.org/pkg/europecv).

# Content of the package
Expand Down
4 changes: 2 additions & 2 deletions europecv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
% See https://ctan.mirror.garr.it/mirrors/CTAN/help/Catalogue/licenses.lppl.html
% for the details of that license
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{europecv}[01/03/2020 (Unicode TeX detection) European curriculum vitae class]
\ProvidesClass{europecv}[05/09/2021 (Unicode TeX detection) European curriculum vitae class]

% CV models and instructions:
% http://europass.cedefop.eu.int/htm/index.htm
Expand Down Expand Up @@ -240,7 +240,7 @@
\renewcommand{\sfdefault}{ma1}
}
\DeclareOption{narrow}{
\renewcommand{\seriesdefault}{mc} % Narrow
\renewcommand{\seriesdefault}{c} % Narrow
\renewcommand{\bfdefault}{bc} % Boldface narrow
}
% No title
Expand Down
Binary file modified europecv.pdf
Binary file not shown.
41 changes: 39 additions & 2 deletions europecv.tex
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
Faculty of Electrical Engineering\\
Czech Technical University in Prague, Czech Republic\\
}
\date{February 5, 2021}
\date{May 9, 2021}


\begin{document}
Expand All @@ -62,6 +62,8 @@

\pagestyle{plain}

%%% START SECTION ==========================================================

\label{ABSTRACT}
\begin{abstract}

Expand All @@ -75,6 +77,10 @@

\end{abstract}

%%% END SECTION ============================================================

%%% START SECTION ==========================================================

\label{Overview}
\vspace{0.25cm}
\textbf{\large{1\hspace{0.5cm}Overview}}
Expand Down Expand Up @@ -117,6 +123,10 @@

The main differences with respect to the official model are the use of Helvetica (which should be in any standard \LaTeX\ distribution) instead of Arial, and the use of a vector image instead of a low-resolution bitmap.

%%% END SECTION ============================================================

%%% START SECTION ==========================================================

\label{A curriculum through class options}
\vspace{0.5cm}
\textbf{\large{2\hspace{0.5cm}A curriculum through class options}}
Expand Down Expand Up @@ -236,6 +246,9 @@
\ecvitem{Notes}{This option affects the appearance of the spoken language table (see p.~\pageref{spoken}).}
\end{europecv}

%%% END SECTION ============================================================

%%% START SECTION ==========================================================

%\pagebreak
\label{A curriculum through commands}
Expand Down Expand Up @@ -679,12 +692,20 @@ \section{Publications}

\end{europecv}

%%% END SECTION ============================================================

%%% START SECTION ==========================================================

\vspace{0.5cm}
\textbf{\large{5\hspace{0.5cm}\setword{Dependencies}{sec:dependencies}}}
\vspace{0.25cm}

The \textsf{europecv} class is built upon the \textsf{article} class, so you can use all standard \textsf{article} options, such as \verb|12pt|, \verb|draft|, \verb|a4paper|, and so on. It requires the \textsf{array}, \textsf{longtable}, \textsf{fancyhdr}, \textsf{ucs} and~\textsf{inputenc} packages, which should be available by default on any decent \LaTeX\ distribution.

%%% END SECTION ============================================================

%%% START SECTION ==========================================================

\vspace{0.5cm}
\textbf{\large{6\hspace{0.5cm}Official Europass CV and \textsf{europecv}: the differences}}
\vspace{0.25cm}
Expand Down Expand Up @@ -716,6 +737,10 @@ \section{Publications}
The \textsf{europecv} class uses standard \LaTeX\ relative font sizes, so there are a few mismatches with respect to the official template. The vertical rule has a different width with respect to the official one(s), but this can easily be changed with \ecv{RuleWidth}. The mobile phone number is placed in an unusual position in the official model: almost flushed right, but not quite. I have decided to put it a \texttt{\textbackslash qquad} from the telephone number, and I have added a colon. Finally, I have decided to put a comma between the last name and the first name in the personal information block, because I think it helps distinguishing between them in some cases.
%The last noticeable difference is the span of the vertical rule, which in the official model goes through the page footer. The \textsf{europecv} class keeps the footer separate from the text of the curriculum vit\ae.

%%% END SECTION ============================================================

%%% START SECTION ==========================================================

\vspace{0.5cm}
\textbf{\large{7\hspace{0.5cm}Acknowledgments}}
\vspace{0.25cm}
Expand All @@ -737,7 +762,12 @@ \section{Publications}
\textbf{Marc-Andre Hermanns} for adding the \texttt{nobranding} feature. Thanks to \textbf{Antonios
Tsolomitis} for his suggestions into the 2020.01.06 package release. Thanks to \textbf{
Davide Peressoni} for the biber support (2020.10.26 package release). Thanks to \textbf{Nuno
Fachada} for his help with the Portuguese translation (2021.02.05 package release).
Fachada} for his help with the Portuguese translation (2021.02.05 package release). Thanks to
\textbf{Pancho Horrillo} for his fix ($\#25$, 2021.05.09 package release).

%%% END SECTION ============================================================

%%% START SECTION ==========================================================

\vspace{0.5cm}
\textbf{\large{8\hspace{0.5cm}Disclaimer}}
Expand All @@ -749,13 +779,20 @@ \section{Publications}

The flags have been downloaded from \url{http://europa.eu.int/abc/symbols/emblem/index_en.htm}. The vector image of the logo (in \texttt{eps} and~\texttt{pdf} format) is an unofficial version that was kindly provided by Jo\~ao Ventura. As far as I can understand, distributing those files within this class does not violate any license or copyright.

%%% END SECTION ============================================================

%%% START SECTION ==========================================================

\vspace{0.5cm}
\textbf{\large{9\hspace{0.5cm}License}}
\vspace{0.5cm}

All files in this package may be distributed under the terms of the \LaTeX\ Project Public License. See \url{https://www.latex-project.org/lppl/} for the details of that license.

%%% END SECTION ============================================================

%%% START SECTION ==========================================================

\appendix

\vspace{0.5cm}
Expand Down

0 comments on commit b0bf3d5

Please sign in to comment.