From a9130bfe8efd82bba3213aa79c4b70f1be0b7dc2 Mon Sep 17 00:00:00 2001 From: Alexandre Dupas Date: Mon, 7 Dec 2009 18:57:06 +0100 Subject: [PATCH] Small update on tabs display. --- crepbook.cls | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/crepbook.cls b/crepbook.cls index d37bc65f..563e5bf3 100644 --- a/crepbook.cls +++ b/crepbook.cls @@ -219,13 +219,13 @@ \newlength{\tablen} % Variables \def\chordtuning{E,A,D,G,B,e} -\def\xunit{0.45} -\def\yunit{0.3} +\def\xunit{0.35} +\def\yunit{0.2} % The tab environmant % \begin{tab} \newenvironment{tab} { - \small + \footnotesize \setcounter{tab-line}{0} \setcounter{tab-tempo}{0} @@ -268,7 +268,8 @@ \renewcommand{\bar}{ \draw[xshift=-0.5cm] (\value{tab-tempo},\value{tab-line}+1) --+(0,5); } - + + \hspace{-\parindent} \begin{tikzpicture}[ single/.style={}, cm={\xunit,0,0,-\yunit,(0,0)}