Browse Source

Amélioration du chargement de SongbookUtils et crepbook

Suite à cette discussion :
ba15ad1093 (commitcomment-6391205)
pull/32/head
Louis 11 years ago
parent
commit
f1af4df7e5
  1. 7
      songbook_core/data/templates/default.tex
  2. 3
      songbook_core/data/templates/patacrep.tex
  3. 2
      songbook_core/data/templates/songs.tex

7
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))}

3
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 *)

2
songbook_core/data/templates/songs.tex

@ -22,8 +22,6 @@
(* extends "layout.tex" *)
(* block songbookpackages *)
(( super() ))
\usepackage[((booktype)),
(* for option in bookoptions *)((option)),
(* endfor *)

Loading…
Cancel
Save