From 82e3a42ffecdb7070426320904b9ca5cb3087a40 Mon Sep 17 00:00:00 2001 From: crep Date: Mon, 1 Nov 2010 19:37:33 +0100 Subject: [PATCH] change babel order according to lang --- templates/ancient.tmpl | 4 ++-- templates/minimal.tmpl | 2 +- templates/patacrep-en.tmpl | 2 +- templates/patacrep.tmpl | 2 +- {fonts => tex}/venturisold.sty | 0 5 files changed, 5 insertions(+), 5 deletions(-) rename {fonts => tex}/venturisold.sty (100%) diff --git a/templates/ancient.tmpl b/templates/ancient.tmpl index d8943c20..1cb381df 100644 --- a/templates/ancient.tmpl +++ b/templates/ancient.tmpl @@ -46,9 +46,9 @@ % begin document \documentclass[\getbooktype,\getbookoptions,\getmainfontsize]{crepbook} \usepackage[utf8]{inputenc} -\usepackage[english,french,spanish]{babel} +\usepackage[english,spanish,french]{babel} \usepackage[T1]{fontenc} -\usepackage{fonts/venturisold} +\usepackage{tex/venturisold} \title{\gettitle} \author{\getauthor} diff --git a/templates/minimal.tmpl b/templates/minimal.tmpl index 878bb11c..ab82f86b 100644 --- a/templates/minimal.tmpl +++ b/templates/minimal.tmpl @@ -38,7 +38,7 @@ \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{lmodern} -\usepackage[english,french,spanish]{babel} +\usepackage[spanish,english,french]{babel} \newindex{titleidx}{\getname_title} \newauthorindex{authidx}{\getname_auth} diff --git a/templates/patacrep-en.tmpl b/templates/patacrep-en.tmpl index 09e8e98e..80121dff 100644 --- a/templates/patacrep-en.tmpl +++ b/templates/patacrep-en.tmpl @@ -48,7 +48,7 @@ \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{lmodern} -\usepackage[english,french,spanish]{babel} +\usepackage[spanish,french,english]{babel} \title{\gettitle} \author{\getauthor} diff --git a/templates/patacrep.tmpl b/templates/patacrep.tmpl index 817fc0ba..0ea2364e 100644 --- a/templates/patacrep.tmpl +++ b/templates/patacrep.tmpl @@ -48,7 +48,7 @@ \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{lmodern} -\usepackage[english,french,spanish]{babel} +\usepackage[spanish,english,french]{babel} \title{\gettitle} \author{\getauthor} diff --git a/fonts/venturisold.sty b/tex/venturisold.sty similarity index 100% rename from fonts/venturisold.sty rename to tex/venturisold.sty