Browse Source

Mise a jour des templates

pull/20/head
Luthaf 11 years ago
parent
commit
5858e4334d
  1. 52
      songbook_core/data/templates/patacrep.tex

52
songbook_core/data/templates/patacrep.tex

@ -1,31 +1,27 @@
(% comment %) (% variables %)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% [
% Template parameters {"name":"title", "description":"Title", "default":"Recueil de chansons pour guitare", "mandatory":true},
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% {"name":"author", "description":"Author", "default":"The Songbook Team", "mandatory":true},
%%:[ {"name":"booktype", "description":"Type", "type":"enum", "values":["chorded","lyric"], "default":"chorded", "mandatory":true},
%%: {"name":"title", "description":"Title", "default":"Recueil de chansons pour guitare", "mandatory":true}, {"name":"lang", "description":"Language", "default":"english"},
%%: {"name":"author", "description":"Author", "default":"The Songbook Team", "mandatory":true}, {"name":"instruments", "description":"Instruments", "type":"flag", "values":["guitar","ukulele"], "join":",", "mandatory":true, "default":["guitar"]},
%%: {"name":"booktype", "description":"Type", "type":"enum", "values":["chorded","lyric"], "default":"chorded", "mandatory":true}, {"name":"bookoptions", "description":"Options", "type":"flag", "values":["diagram","importantdiagramonly","lilypond","pictures","tabs","repeatchords","onesongperpage"], "join":",", "mandatory":true, "default":["diagram","pictures"]},
%%: {"name":"lang", "description":"Language", "default":"english"}, {"name":"version", "description":"Version", "default":"unknown"},
%%: {"name":"instruments", "description":"Instruments", "type":"flag", "values":["guitar","ukulele"], "join":",", "mandatory":true, "default":["guitar"]}, {"name":"subtitle", "description":"Subtitle"},
%%: {"name":"bookoptions", "description":"Options", "type":"flag", "values":["diagram","importantdiagramonly","lilypond","pictures","tabs","repeatchords","onesongperpage"], "join":",", "mandatory":true, "default":["diagram","pictures"]}, {"name":"web", "description":"Web", "default":"http://www.patacrep.com"},
%%: {"name":"version", "description":"Version", "default":"unknown"}, {"name":"mail", "description":"Email", "default":"crep@team-on-fire.com"},
%%: {"name":"subtitle", "description":"Subtitle"}, {"name":"picture", "description":"Picture", "type":"file", "default":"treble_a"},
%%: {"name":"web", "description":"Web", "default":"http://www.patacrep.com"}, {"name":"picturecopyright", "description":"Copyright", "default":"Dbolton \\url{http://commons.wikimedia.org/wiki/User:Dbolton}"},
%%: {"name":"mail", "description":"Email", "default":"crep@team-on-fire.com"}, {"name":"footer", "description":"Footer", "default":"\\begin{flushright}Generated using Songbook (\\url{http://www.patacrep.com})\\end{flushright}"},
%%: {"name":"picture", "description":"Picture", "type":"file", "default":"treble_a"}, {"name":"mainfontsize", "description":"Font Size", "type":"font", "default":"10"},
%%: {"name":"picturecopyright", "description":"Copyright", "default":"Dbolton \\url{http://commons.wikimedia.org/wiki/User:Dbolton}"}, {"name":"songnumberbgcolor", "description":"Number Shade", "type":"color", "default":"D1E4AE"},
%%: {"name":"footer", "description":"Footer", "default":"\\begin{flushright}Generated using Songbook (\\url{http://www.patacrep.com})\\end{flushright}"}, {"name":"notebgcolor", "description":"Note Shade", "type":"color", "default":"D1E4AE"},
%%: {"name":"mainfontsize", "description":"Font Size", "type":"font", "default":"10"}, {"name":"indexbgcolor", "description":"Index Shade", "type":"color", "default":"D1E4AE"},
%%: {"name":"songnumberbgcolor", "description":"Number Shade", "type":"color", "default":"D1E4AE"}, {"name":"titleprefixwords", "description":"Ignore some words in the beginning of song titles"},
%%: {"name":"notebgcolor", "description":"Note Shade", "type":"color", "default":"D1E4AE"}, {"name":"authwords", "descriptipn":"Set of options to process author string (LaTeX commands authsepword, authignoreword, authbyword)"},
%%: {"name":"indexbgcolor", "description":"Index Shade", "type":"color", "default":"D1E4AE"}, {"name":"languages", "description":"List of languages used by songs", "default":"english"}
%%: {"name":"titleprefixwords", "description":"Ignore some words in the beginning of song titles"}, ]
%%: {"name":"authwords", "descriptipn":"Set of options to process author string (LaTeX commands authsepword, authignoreword, authbyword)"}, (% endvariables %)
%%: {"name":"languages", "description":"List of languages used by songs", "default":"english"}
%%:]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
(% endcomment %)
(* extends "default.tex" *) (* extends "default.tex" *)

Loading…
Cancel
Save