mirror of https://github.com/patacrep/patacrep.git
Alexandre Dupas
15 years ago
3 changed files with 64 additions and 1 deletions
@ -0,0 +1,44 @@ |
|||
\providecommand{\defaulttemplate}{ |
|||
\title{Recueil de chansons pour guitare} |
|||
\author{Romain Goffe \and Alexandre Dupas} |
|||
\subtitle{} |
|||
\version{3.1} |
|||
\mail{crep@team-on-fire.com} |
|||
\picture{feel-the-music} |
|||
\picturecopyright{©foxygamergirl @ deviantart.com} |
|||
\footer{ |
|||
\begin{flushleft} |
|||
\includegraphics[width=3cm]{on-fire} |
|||
\end{flushleft} |
|||
} |
|||
\licence{\input{license.tex}} |
|||
} |
|||
\providecommand{\template}{\defaulttemplate} |
|||
\providecommand{\songslist}{} |
|||
\providecommand{\booktype}{chorded} |
|||
|
|||
\documentclass[\booktype]{crepbook} |
|||
\usepackage[utf8]{inputenc} |
|||
\usepackage[english,french]{babel} |
|||
|
|||
\newindex{titleidx}{templatetitle} |
|||
\newauthorindex{authidx}{templateauth} |
|||
|
|||
\graphicspath{ |
|||
{img/}, |
|||
} |
|||
|
|||
\template |
|||
\begin{document} |
|||
|
|||
\maketitle |
|||
|
|||
\showindex{Index des chansons}{titleidx} |
|||
\showindex{Index des auteurs}{authidx} |
|||
|
|||
\songsection{Chansons} |
|||
\begin{songs}{titleidx,authidx} |
|||
\songslist |
|||
\end{songs} |
|||
|
|||
\end{document} |
@ -0,0 +1,10 @@ |
|||
\defaulttemplate |
|||
\title{Ceci est un test du template} |
|||
\renewcommand{\songslist}{ |
|||
\graphicspath{ |
|||
{img/}, |
|||
{songs/Le_Donjon_de_Naheulbeuk/}, |
|||
} |
|||
\input{songs/Le_Donjon_de_Naheulbeuk/Geste_heroique.sg} |
|||
\input{songs/Le_Donjon_de_Naheulbeuk/La_biere_du_donjon.sg} |
|||
} |
Loading…
Reference in new issue