From b9ca197d3f583851fe3b94e70b0955350ba0e0b1 Mon Sep 17 00:00:00 2001 From: h3ndrik Date: Thu, 1 Mar 2012 16:31:49 +0100 Subject: [PATCH] fix languages --- templates/ancient.tmpl | 2 +- templates/patacrep.tmpl | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/ancient.tmpl b/templates/ancient.tmpl index 0224937..962b8ee 100644 --- a/templates/ancient.tmpl +++ b/templates/ancient.tmpl @@ -47,7 +47,7 @@ % begin document \documentclass[\getbooktype,\getbookoptions,\getmainfontsize]{crepbook} \usepackage[utf8]{inputenc} -\usepackage[german,english,french]{babel} +\usepackage[english,german,french]{babel} \usepackage[T1]{fontenc} \usepackage{tex/venturisold} diff --git a/templates/patacrep.tmpl b/templates/patacrep.tmpl index 0829a59..127e0d8 100644 --- a/templates/patacrep.tmpl +++ b/templates/patacrep.tmpl @@ -48,7 +48,7 @@ \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{lmodern} -\usepackage[spanish,english,french]{babel} +\usepackage[english,german,french]{babel} \title{\gettitle} \author{\getauthor} @@ -82,10 +82,10 @@ \maketitle -\showindex{Index des chansons}{titleidx} -\showindex{Index des auteurs}{authidx} +\showindex{Inhaltsverzeichnis}{titleidx} +\showindex{Nach Autor}{authidx} -\songsection{Liste des chansons} +\songsection{Inhaltsverzeichnis} \begin{songs}{titleidx,authidx} \getsongslist \end{songs}