summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/europecv/europecv.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-12-23 21:34:59 +0000
committerKarl Berry <karl@freefriends.org>2019-12-23 21:34:59 +0000
commitfcc8dc3639bfad877fe91e5ede926aa8f8a2af1e (patch)
treee8442d052e61249d9eb47d91e002609b1e9e2d98 /Master/texmf-dist/tex/latex/europecv/europecv.cls
parentc3e39e899206e8fa4dc6636f5e90c1f568634428 (diff)
europecv (23dec19)
git-svn-id: svn://tug.org/texlive/trunk@53217 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/europecv/europecv.cls')
-rw-r--r--Master/texmf-dist/tex/latex/europecv/europecv.cls9
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/europecv/europecv.cls b/Master/texmf-dist/tex/latex/europecv/europecv.cls
index 28a5c442a19..c30f1c3397b 100644
--- a/Master/texmf-dist/tex/latex/europecv/europecv.cls
+++ b/Master/texmf-dist/tex/latex/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{%