Browse Source

Merge branch 'crep_customization'

remotes/origin/split-songs
Alexandre Dupas 14 years ago
parent
commit
2f95cdc707
  1. 30
      fonts/venturisold.sty
  2. 4
      templates/ancient.tmpl
  3. 2
      templates/minimal.tmpl
  4. 6
      templates/patacrep-en.tmpl
  5. 2
      templates/patacrep.tmpl

30
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

4
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}

2
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}

6
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}

2
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}

Loading…
Cancel
Save