Browse Source

Update to correspond to chordbook.tex

remotes/origin/translate_notes
Romain Goffe 15 years ago
parent
commit
7c859d0a27
  1. 57
      lyricbook.tex

57
lyricbook.tex

@ -25,58 +25,64 @@
\documentclass[letterpaper]{article}
\usepackage[bookmarks,bookmarksopen]{hyperref}
\usepackage[lyric]{songs}
%my packages
\usepackage[utf8]{inputenc}
\usepackage[pdftex]{graphicx, color}
\usepackage[english,french]{babel}
\usepackage{fancybox}
\usepackage{songbook}
\setlength{\oddsidemargin}{0in}
\setlength{\evensidemargin}{0in}
\setlength{\textwidth}{6.5in}
\setlength{\topmargin}{0in}
\setlength{\topskip}{0in}
\setlength{\headheight}{0in}
\setlength{\headsep}{0in}
\setlength{\textheight}{9.1in}
\settowidth{\versenumwidth}{1.\ }
\addtolength{\voffset}{-1cm}
\pagestyle{empty}
\newindex{titleidx}{lbtitle}
\newauthorindex{authidx}{lbauth}
\graphicspath{
{img/}
{img/},
}
%my renew
%\includeonlysongs{1}
\titleprefixword{}
\renewcommand{\stitlefont}{\LARGE\bf}
\renewcommand{\printchord}[1]{\small{\it#1}}
\renewcommand{\chorusfont}{\it}
\renewcommand{\showauthors}{\normalsize\songauthors}
%\renewcommand{\everychorus}{\textnote{Refrain:}}
\renewcommand{\showauthors}{%
\hbox{\normalsize\songauthors}%
}
\renewcommand{\idxtitlefont}{\sffamily\bfseries}
\renewcommand{\idxauthfont}{\sffamily\bfseries}
\renewcommand{\idxheadfont}{\sffamily\it\LARGE}
\renewcommand{\idxrefsfont}{\bfseries}
% Customization of the page appearance
\setlength{\topmargin}{0cm}
\setlength{\oddsidemargin}{0cm}
\setlength{\evensidemargin}{0cm}
\setlength{\textwidth}{16cm}
% header
\setlength{\topskip}{0cm}
\setlength{\headheight}{0cm}
\setlength{\headsep}{0cm}
% column
\setlength{\colminheight}{24cm}
\setlength{\textheight}{26cm}
\settowidth{\versenumwidth}{1.\ }
\addtolength{\voffset}{-1cm}
\baselineadj=-2.5pt plus 1pt minus 0pt
\versesep=8pt plus 2pt minus 2pt
\pagestyle{empty}
\input{title.tex}
\begin{document}
\maketitle
\newpage
\thispagestyle{empty}
\input{license.tex}
\newpage
\input{license.tex}
\setlength{\colminheight}{9.5in}
\setlength{\textheight}{9.7in}
\newpage
\showindex{Index par titre des chansons}{titleidx}
\showindex{Index par titre des auteurs}{authidx}
@ -86,3 +92,6 @@
\end{songs}
\end{document}

Loading…
Cancel
Save