Browse Source

move license from class to templates

remotes/karagrat/master
Romain Goffe 12 years ago
parent
commit
2b51720173
  1. 2
      books/naheulbeuk.sb
  2. 7
      templates/ancient.tmpl
  3. 7
      templates/patacrep.tmpl
  4. 3
      tex/crepbook.cls

2
books/naheulbeuk.sb

@ -8,7 +8,7 @@
],
"booktype" : "chorded",
"footer" : "Musique du Naheulband: \\url{http://www.penofchaos.com/warham/donjon-groupe.htm}",
"license" : "\\input{license-nb.tex}",
"license" : "license-nb.tex",
"picture" : "nb_cover",
"picturecopyright" : "Personnages par \\emph{Pen Of Chaos} / Illustrations par \\emph{Marion Poinsot}",
"subtitle" : "Recueil de chansons non-officiel",

7
templates/ancient.tmpl

@ -38,7 +38,7 @@
%%: {"name":"picture", "description":"Picture", "type":"file", "default":"feel-the-music"},
%%: {"name":"picturecopyright", "description":"Copyright", "default":"foxygamergirl@deviantart.com"},
%%: {"name":"footer", "description":"Footer", "default":"\\begin{flushleft}\\includegraphics[width=3cm]{on-fire}\\end{flushleft}"},
%%: {"name":"license", "description":"License", "default":"\\input{license.tex}"},
%%: {"name":"license", "description":"License", "default":"license.tex"},
%%: {"name":"mainfontsize", "description":"Font Size", "type":"font", "default":"10"},
%%: {"name":"songnumberbgcolor", "description":"Number Shade", "type":"color", "default":"#D1E4AE"},
%%: {"name":"notebgcolor", "description":"Note Shade", "type":"color", "default":"#FFFDB3"},
@ -86,6 +86,11 @@
\maketitle
% licence
\newpage
\input{\getlicense}
\newpage
\showindex{Index des chansons}{titleidx}
\notenamesin{A}{B}{C}{D}{E}{F}{G}

7
templates/patacrep.tmpl

@ -38,7 +38,7 @@
%%: {"name":"picture", "description":"Picture", "type":"file", "default":"feel-the-music"},
%%: {"name":"picturecopyright", "description":"Copyright", "default":"foxygamergirl@deviantart.com"},
%%: {"name":"footer", "description":"Footer", "default":"\\begin{flushleft}\\includegraphics[width=3cm]{on-fire}\\end{flushleft}"},
%%: {"name":"license", "description":"License", "default":"\\input{license.tex}"},
%%: {"name":"license", "description":"License", "default":"license.tex"},
%%: {"name":"mainfontsize", "description":"Font Size", "type":"font", "default":"10"},
%%: {"name":"songnumberbgcolor", "description":"Number Shade", "type":"color", "default":"#D1E4AE"},
%%: {"name":"notebgcolor", "description":"Note Shade", "type":"color", "default":"#D1E4AE"},
@ -89,6 +89,11 @@
\maketitle
% licence
\newpage
\input{\getlicense}
\newpage
% indexes
\IfStrEq{\getlang}{english}{
\showindex{Songs Index}{titleidx}

3
tex/crepbook.cls

@ -192,9 +192,6 @@
\@footer
\thispagestyle{empty}
\newpage
\@licence
\newpage
}
\makeatletter

Loading…
Cancel
Save