diff --git a/songbook_core/data/templates/default.tex b/songbook_core/data/templates/default.tex index 1ba62c4a..491fb828 100644 --- a/songbook_core/data/templates/default.tex +++ b/songbook_core/data/templates/default.tex @@ -69,15 +69,12 @@ (* extends "songs.tex" *) (* set indexes = "titleidx,authidx" *) -(* block songbookpackages *) - (( super() )) - - \usepackage{chords} -(* endblock *) (* block songbookpreambule *) (( super() )) + \usepackage{chords} + \title{((title))} \author{((author))} diff --git a/songbook_core/data/templates/patacrep.tex b/songbook_core/data/templates/patacrep.tex index 0b4569c2..573e7051 100644 --- a/songbook_core/data/templates/patacrep.tex +++ b/songbook_core/data/templates/patacrep.tex @@ -44,14 +44,11 @@ (* extends "default.tex" *) (* block songbookpackages *) - (( super() )) - \usepackage[((booktype)), (* for option in bookoptions *)((option)), (* endfor *) (* for instrument in instruments *)((instrument)), (* endfor *)]{crepbook} - \usepackage{chords} (* endblock *) (* block songbookpreambule *) diff --git a/songbook_core/data/templates/songs.tex b/songbook_core/data/templates/songs.tex index 2ead6152..a2b5ba7f 100644 --- a/songbook_core/data/templates/songs.tex +++ b/songbook_core/data/templates/songs.tex @@ -22,8 +22,6 @@ (* extends "layout.tex" *) (* block songbookpackages *) - (( super() )) - \usepackage[((booktype)), (* for option in bookoptions *)((option)), (* endfor *)