Mercurial > dottes
changeset 320:c0262e58abf6
Fix up graphics overflow caused by change to Latex headers.
This reduces the height the graphics can use. Compensate by decreasing the page
margins by 0.25" all round.
| author | Jim Hague <jim.hague@acm.org> | 
|---|---|
| date | Tue, 16 Jul 2013 17:21:42 +0100 | 
| parents | cbe9c10b5a3e | 
| children | b61c39beac5f | 
| files | dottes.tex | 
| diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] | 
line wrap: on
 line diff
--- a/dottes.tex Tue Jul 16 16:35:07 2013 +0100 +++ b/dottes.tex Tue Jul 16 17:21:42 2013 +0100 @@ -3,7 +3,7 @@ \usepackage{array} \usepackage{color} \usepackage{fontspec} -\usepackage[margin=1in]{geometry} +\usepackage[margin=0.75in]{geometry} \usepackage{graphicx} \usepackage{fancyhdr} \usepackage{longtable} @@ -46,7 +46,8 @@ \makeatother % Show the main tune graphic and optional change. -% Args are change title (optional), tune title, tune graphic filename. +% Args are tune title, tune subtitle, composer, tune graphic filename, +% change title. \newcommand{\showtune}[5]{% \vfill \begin{center}
