summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/europecv/europecv.cls
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/europecv/europecv.cls')
-rw-r--r--macros/latex/contrib/europecv/europecv.cls9
1 files changed, 8 insertions, 1 deletions
diff --git a/macros/latex/contrib/europecv/europecv.cls b/macros/latex/contrib/europecv/europecv.cls
index 28a5c442a1..c30f1c3397 100644
--- a/macros/latex/contrib/europecv/europecv.cls
+++ b/macros/latex/contrib/europecv/europecv.cls
@@ -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}[2019/03/19 (Unicode TeX detection) European curriculum vitae class]
+\ProvidesClass{europecv}[12/23/2019 (Unicode TeX detection) European curriculum vitae class]
% CV models and instructions:
% http://europass.cedefop.eu.int/htm/index.htm
@@ -248,6 +248,13 @@
\AtEndOfPackage{\renewcommand*\ecvtitle{}}%
}
+% The nobranding function was created by Marc-Andre Hermanns
+
+% No branding (i.e., "Europass" logotype)
+\DeclareOption{nobranding}{%
+ \AtEndOfPackage{\renewcommand*\ecvbranding{}}%
+}
+
% Europass logo
\DeclareOption{logo}{%
\providecommand*\draweuropasslogo{%