From b1d48d2b104068ee456d863d82cb2cb2d63ce583 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Thu, 14 Jun 2012 20:01:03 +0200 Subject: [PATCH] use phantom section for the list of songs --- templates/ancient.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/ancient.tmpl b/templates/ancient.tmpl index 362e5d22..f0ef24fb 100644 --- a/templates/ancient.tmpl +++ b/templates/ancient.tmpl @@ -78,6 +78,7 @@ \renewcommand{\idxbgcolor}{IndexBgColor} \renewcommand{\printchord}[1]{\mdseries\ttfamily\upshape#1} + \pagestyle{empty} \begin{document} @@ -89,7 +90,8 @@ \notenamesin{A}{B}{C}{D}{E}{F}{G} \notenamesout{La}{Si}{Do}{RĂ©}{Mi}{Fa}{Sol} -\songsection{Liste des chansons} +\phantomsection +\addcontentsline{toc}{section}{Liste des chansons} \begin{songs}{titleidx,authidx} \getsongslist \end{songs}