|
@ -21,6 +21,12 @@ |
|
|
|
|
|
|
|
|
(* variables *) |
|
|
(* variables *) |
|
|
{ |
|
|
{ |
|
|
|
|
|
"classoptions": {"description": {"english": "LaTeX class options", "french": "Options de la classe LaTeX"}, |
|
|
|
|
|
"type": "flag", |
|
|
|
|
|
"join": ",", |
|
|
|
|
|
"mandatory": true, |
|
|
|
|
|
"default": {"default":[]} |
|
|
|
|
|
}, |
|
|
"title": {"description": {"english": "Title", "french": "Titre"}, |
|
|
"title": {"description": {"english": "Title", "french": "Titre"}, |
|
|
"default": {"english": "Guitar songbook", "french": "Recueil de chansons pour guitare"}, |
|
|
"default": {"english": "Guitar songbook", "french": "Recueil de chansons pour guitare"}, |
|
|
"mandatory":true |
|
|
"mandatory":true |
|
@ -69,6 +75,12 @@ |
|
|
(* extends "songs.tex" *) |
|
|
(* extends "songs.tex" *) |
|
|
(* set indexes = "titleidx,authidx" *) |
|
|
(* set indexes = "titleidx,authidx" *) |
|
|
|
|
|
|
|
|
|
|
|
(* block documentclass *) |
|
|
|
|
|
\documentclass[(* for option in classoptions *) |
|
|
|
|
|
((option)), |
|
|
|
|
|
(* endfor *)]{article} |
|
|
|
|
|
(* endblock *) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(* block songbookpreambule *) |
|
|
(* block songbookpreambule *) |
|
|
(( super() )) |
|
|
(( super() )) |
|
|