From: Hugo Villeneuve Date: Fri, 3 Dec 2021 18:43:43 +0000 (-0500) Subject: Réinitialisation de la police à normal pour chaque chanson X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=dda2bcee05c7bd7b35fd771de85fa5e120338430;p=musique%2Fhvguitartex.git Réinitialisation de la police à normal pour chaque chanson --- diff --git a/gtx2tex.pl b/gtx2tex.pl index 1a562bc..3c9f062 100644 --- a/gtx2tex.pl +++ b/gtx2tex.pl @@ -318,6 +318,9 @@ sub directive{ print TEX "\\bfseries\n"; } + # Réinitialisation à la fonte normale + print TEX "\\normalsize\n"; + if ( $output eq "pdf" ) { print TEX "\\pdfdest name {$_} fith \\pdfoutline goto name {$_} {$_}" } $song_title = $_;