diff --git a/fonts/venturisold.sty b/fonts/venturisold.sty new file mode 100644 index 00000000..0fa21368 --- /dev/null +++ b/fonts/venturisold.sty @@ -0,0 +1,30 @@ +%% Copyright 2010 Clea F. Rees +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3 +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% This work has the LPPL maintenance status `maintained'. +% +% The Current Maintainer of this work is Clea F. Rees. +% +% This work consists of all files listed in manifest.txt. +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{venturisold}[2010/07/03 v1.005 VenturisOldADF PS] +\RequirePackage[T1]{fontenc} +\RequirePackage{textcomp} +\RequirePackage{nfssext-cfr} +%:Make Venturis Old default for roman text +\renewcommand{\rmdefault}{yvo} +%:introduce special titling commands +\DeclareRobustCommand{\vtstyle}[1][]{% allow an optional argument for consistency with venturis.sty + \not@math@alphabet\vtstyle\relax + \fontfamily{yvod}\selectfont} +\DeclareTextFontCommand{\textvt}{\vtstyle} +\DeclareTextFontCommand{\textvtl}{\vtstyle} +\endinput +%% end venturisold.sty diff --git a/templates/ancient.tmpl b/templates/ancient.tmpl index 4649ce11..d8943c20 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]{babel} +\usepackage[english,french,spanish]{babel} \usepackage[T1]{fontenc} -\usepackage{venturisold} +\usepackage{fonts/venturisold} \title{\gettitle} \author{\getauthor} diff --git a/templates/minimal.tmpl b/templates/minimal.tmpl index 00d12266..878bb11c 100644 --- a/templates/minimal.tmpl +++ b/templates/minimal.tmpl @@ -38,7 +38,7 @@ \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{lmodern} -\usepackage[english,french]{babel} +\usepackage[english,french,spanish]{babel} \newindex{titleidx}{\getname_title} \newauthorindex{authidx}{\getname_auth} diff --git a/templates/patacrep-en.tmpl b/templates/patacrep-en.tmpl index 1176ae27..09e8e98e 100644 --- a/templates/patacrep-en.tmpl +++ b/templates/patacrep-en.tmpl @@ -25,7 +25,7 @@ % Template parameters %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%:[ -%%: {"name":"title", "description":"Title", "default":"Recueil de chansons pour guitare", "mandatory":true}, +%%: {"name":"title", "description":"Title", "default":"Patacrep Songbook", "mandatory":true}, %%: {"name":"author", "description":"Author", "default":"Romain Goffe \\and Alexandre Dupas", "mandatory":true}, %%: {"name":"booktype", "description":"Type", "type":"enum", "values":["chorded","lyric"], "default":"chorded", "mandatory":true}, %%: {"name":"bookoptions", "description":"Options", "type":"flag", "values":["diagram","lilypond","tabs"], "join":",", "mandatory":true, "default":["diagram"]}, @@ -36,7 +36,7 @@ %%: {"name":"picture", "description":"Picture", "default":"feel-the-music"}, %%: {"name":"picturecopyright", "description":"Copyright", "default":"foxygamergirl@deviantart.com"}, %%: {"name":"footer", "description":"Footer", "default":"\\begin{flushleft}\\includegraphics[width=3cm]{on-fire}\\end{flushleft}"}, -%%: {"name":"license", "description":"License", "default":"\\input{license.tex}"}, +%%: {"name":"license", "description":"License", "default":"\\input{license-en.tex}"}, %%: {"name":"mainfontsize", "description":"Font Size", "values":["10pt","11pt","12pt"], "default":"10pt"}, %%: {"name":"songnumberbgcolor", "description":"Number Shade", "type":"color", "default":"#D1E4AE"}, %%: {"name":"notebgcolor", "description":"Note Shade", "type":"color", "default":"#D1E4AE"}, @@ -48,7 +48,7 @@ \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{lmodern} -\usepackage[english,french]{babel} +\usepackage[english,french,spanish]{babel} \title{\gettitle} \author{\getauthor} diff --git a/templates/patacrep.tmpl b/templates/patacrep.tmpl index a00f1680..817fc0ba 100644 --- a/templates/patacrep.tmpl +++ b/templates/patacrep.tmpl @@ -48,7 +48,7 @@ \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{lmodern} -\usepackage[english,french]{babel} +\usepackage[english,french,spanish]{babel} \title{\gettitle} \author{\getauthor}