From 29b06c779c8f924772e1ae601d979f251a4c29c4 Mon Sep 17 00:00:00 2001 From: Louis Date: Mon, 8 Apr 2013 22:43:58 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20du=20mot-clef=20"vcov"=20pour=20int?= =?UTF-8?q?=C3=A9grer=20des=20couvertures=20d'album=20qui=20ne=20sont=20pa?= =?UTF-8?q?s=20pr=C3=A9sentes=20dans=20le=20m=C3=AAme=20r=C3=A9pertoire=20?= =?UTF-8?q?que=20la=20chanson.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Louis --- tex/crepbook.cls | 1 + 1 file changed, 1 insertion(+) diff --git a/tex/crepbook.cls b/tex/crepbook.cls index c256a7dd..b80834c4 100644 --- a/tex/crepbook.cls +++ b/tex/crepbook.cls @@ -204,6 +204,7 @@ \newcommand{\songcover}{} \newcommand{\songalbum}{} \newsongkey{cov}{\let\songcover\@empty}{\def\songcover{\currfiledir#1}} +\newsongkey{vcov}{\let\songcover\@empty}{\def\songcover{#1}} \newsongkey{album}{\let\songalbum\@empty}{\def\songalbum{#1}} \newsongkey{url}{\let\songurl\@empty}{\def\songurl{#1}} \newsongkey{original}{\let\songoriginal\@empty}{\def\songoriginal{#1}}