From dda2bcee05c7bd7b35fd771de85fa5e120338430 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Fri, 3 Dec 2021 13:43:43 -0500 Subject: [PATCH] =?utf8?q?R=C3=A9initialisation=20de=20la=20police=20?= =?utf8?q?=C3=A0=20normal=20pour=20chaque=20chanson?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- gtx2tex.pl | 3 +++ 1 file changed, 3 insertions(+) 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 = $_; -- 2.20.1