Réinitialisation de la police à normal pour chaque chanson
authorHugo Villeneuve <hugo@hugovil.com>
Fri, 3 Dec 2021 18:43:43 +0000 (13:43 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 9 Mar 2022 22:14:43 +0000 (17:14 -0500)
gtx2tex.pl

index 1a562bc..3c9f062 100644 (file)
@@ -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 = $_;