Browse Source

Update revision to 3.2 and add "web" field with hyperlink on front page

remotes/origin/translate_notes
crep 14 years ago
parent
commit
9494cee691
  1. 5
      crepbook.cls
  2. 1
      naheulbeuk.sb
  3. 3
      songbook.sb
  4. 4
      templates/songbook.tmpl
  5. 3
      volume-1.sb
  6. 3
      volume-2.sb

5
crepbook.cls

@ -43,6 +43,7 @@
\gdef\@title{No Title Given}%
\gdef\@subtitle{}
\gdef\@version{}
\gdef\@web{}
\gdef\@mail{}
\gdef\@email{}
\gdef\@picture{}
@ -50,6 +51,7 @@
\def\subtitle#1{\gdef\@subtitle{#1}}
\def\version#1{\gdef\@version{#1}}
\def\web#1{\gdef\@web{#1}}
\def\mail#1{\gdef\@mail{#1}}
\def\email#1{\gdef\@email{#1}}
\def\licence#1{\gdef\@licence{#1}}
@ -98,7 +100,8 @@
\if!\@version!\else{\bf version:} & \@version \\ \fi
\if!\@date!\else{\bf date:} & \@date \\ \fi
\if!\@author!\else{\bf auteurs:} & \@author \\ \fi
\if!\@mail!\else{\bf mail:} & \@mail \\ \fi
\if!\@web!\else{\bf web:} & \url{\@web} \\ \fi
\if!\@mail!\else{\bf mail:} & \url{\@mail} \\ \fi
\end{tabular}
\end{flushleft}

1
naheulbeuk.sb

@ -3,6 +3,7 @@
"author" : "Crep (R.Goffe) \\and Lohrun (A.Dupas)",
"footer" : "\\begin{flushleft}\\includegraphics[width=3cm]{on-fire}\\end{flushleft}",
"license" : "\\input{license.tex}",
"web" : "http://www.patacrep.com",
"mail" : "crep@team-on-fire.com",
"picture" : "naheulbeuk01",
"picturecopyright" : "PenOfChaos",

3
songbook.sb

@ -2,7 +2,8 @@
"template" : "songbook.tmpl",
"title" : "Recueil de chansons pour guitare",
"author" : "Romain Goffe \\and Alexandre Dupas",
"version" : "3.1",
"version" : "3.2",
"web" : "http://www.patacrep.com",
"mail" : "crep@team-on-fire.com",
"picture" : "feel-the-music",
"picturecopyright" : "foxygamergirl @ deviantart.com",

4
templates/songbook.tmpl

@ -27,8 +27,9 @@
%%:[
%%: {"name":"title", "description":"Title", "default":"Recueil de chansons pour guitare"},
%%: {"name":"author", "description":"Author", "default":"Romain Goffe \\and Alexandre Dupas"},
%%: {"name":"version", "description":"Version", "default":"3.1"},
%%: {"name":"version", "description":"Version", "default":"3.2"},
%%: {"name":"subtitle", "description":"Subtitle"},
%%: {"name":"web", "description":"Web", "default":"http://www.patacrep.com"},
%%: {"name":"mail", "description":"Email", "default":"crep@team-on-fire.com"},
%%: {"name":"picture", "description":"Picture", "default":"feel-the-music"},
%%: {"name":"picturecopyright", "description":"Copyright", "default":"foxygamergirl@deviantart.com"},
@ -47,6 +48,7 @@
\subtitle{\getsubtitle}
\version{\getversion}
\mail{\getmail}
\web{\getweb}
\picture{\getpicture}
\picturecopyright{\getpicturecopyright}
\footer{\getfooter}

3
volume-1.sb

@ -3,12 +3,13 @@
"author" : "Romain Goffe \\and Alexandre Dupas",
"footer" : "\\begin{flushleft}\\includegraphics[width=3cm]{on-fire}\\end{flushleft}",
"license" : "\\input{license.tex}",
"web" : "http://www.patacrep.com",
"mail" : "crep@team-on-fire.com",
"picture" : "feel-the-music",
"picturecopyright" : "foxygamergirl @ deviantart.com",
"subtitle" : "Tome 1",
"title" : "Recueil de chansons pour guitare",
"version" : "3.1",
"version" : "3.2",
"booktype" : [
"chorded"
],

3
volume-2.sb

@ -3,12 +3,13 @@
"author" : "Crep (R. Goffe) \\and Lohrun (A. Dupas)",
"footer" : "\\begin{flushleft}\\includegraphics[width=3cm]{on-fire}\\end{flushleft}",
"license" : "\\input{license.tex}",
"web" : "http://www.patacrep.com",
"mail" : "crep@team-on-fire.com",
"picture" : "Sound__by_Ellesh",
"picturecopyright" : "Ellesh @ deviantart.com",
"subtitle" : "Tome 2",
"title" : "Recueil de chansons pour guitare",
"version" : "3.1",
"version" : "3.2",
"booktype" : [
"chorded"
],

Loading…
Cancel
Save