Mercurial > dottes
comparison dottes.tex @ 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 | 1a240d1e2032 |
comparison
equal
deleted
inserted
replaced
319:cbe9c10b5a3e | 320:c0262e58abf6 |
---|---|
1 \input{docclass.tex} | 1 \input{docclass.tex} |
2 | 2 |
3 \usepackage{array} | 3 \usepackage{array} |
4 \usepackage{color} | 4 \usepackage{color} |
5 \usepackage{fontspec} | 5 \usepackage{fontspec} |
6 \usepackage[margin=1in]{geometry} | 6 \usepackage[margin=0.75in]{geometry} |
7 \usepackage{graphicx} | 7 \usepackage{graphicx} |
8 \usepackage{fancyhdr} | 8 \usepackage{fancyhdr} |
9 \usepackage{longtable} | 9 \usepackage{longtable} |
10 \usepackage[UKenglish]{babel} | 10 \usepackage[UKenglish]{babel} |
11 \usepackage[UKenglish]{isodate} | 11 \usepackage[UKenglish]{isodate} |
44 \expandafter\@secondoftwo | 44 \expandafter\@secondoftwo |
45 \fi} | 45 \fi} |
46 \makeatother | 46 \makeatother |
47 | 47 |
48 % Show the main tune graphic and optional change. | 48 % Show the main tune graphic and optional change. |
49 % Args are change title (optional), tune title, tune graphic filename. | 49 % Args are tune title, tune subtitle, composer, tune graphic filename, |
50 % change title. | |
50 \newcommand{\showtune}[5]{% | 51 \newcommand{\showtune}[5]{% |
51 \vfill | 52 \vfill |
52 \begin{center} | 53 \begin{center} |
53 \phantomsection | 54 \phantomsection |
54 \begin{tabular*}{\textwidth}{@{} p{0.25\textwidth} @{\extracolsep{\fill}} c >{\raggedleft\arraybackslash}p{0.25\textwidth} @{}} | 55 \begin{tabular*}{\textwidth}{@{} p{0.25\textwidth} @{\extracolsep{\fill}} c >{\raggedleft\arraybackslash}p{0.25\textwidth} @{}} |