From 68f7a1f6c9c2b8faac8a3367c0cee3e2e3c70cd3 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Wed, 29 Feb 2012 14:01:57 +0000 Subject: [PATCH] Set output to A5 landscape. Begin content and content on fresh page. Also shrink the rather generous margins. All tunes now fit onto a single page, so no more blank pages in A5 landscape mode. --- dottes.tex.header | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/dottes.tex.header b/dottes.tex.header index 3268d86..d019138 100644 --- a/dottes.tex.header +++ b/dottes.tex.header @@ -1,6 +1,4 @@ -\documentclass[a5paper,11pt]{article} -% \documentclass[a5paper,landscape,11pt]{article} -% \documentclass[a4paper,11pt]{article} +\documentclass[a5paper,landscape,11pt]{article} \usepackage{abc} \usepackage{graphicx} \usepackage{helvet} @@ -8,6 +6,13 @@ \setlength{\parindent}{0pt} +% Adjust margins for A5 landscape. Increase width by 2cm and height by 4cm. +\addtolength{\textwidth}{2cm} +\addtolength{\hoffset}{-1cm} + +\addtolength{\textheight}{4cm} +\addtolength{\voffset}{-2cm} + % ----- \begin{document} @@ -20,8 +25,12 @@ \maketitle +\newpage + \tableofcontents +\newpage + % ----- \section{Introduction}