projects
/
musique
/
hvguitartex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
830a178
)
Réinitialisation de la police à normal pour chaque chanson
author
Hugo Villeneuve
<hugo@hugovil.com>
Fri, 3 Dec 2021 18:43:43 +0000
(13:43 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 9 Mar 2022 22:14:43 +0000
(17:14 -0500)
gtx2tex.pl
patch
|
blob
|
history
diff --git
a/gtx2tex.pl
b/gtx2tex.pl
index
1a562bc
..
3c9f062
100644
(file)
--- 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 = $_;