forked from CryHavoc/dottes
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.
This commit is contained in:
parent
708c1815e1
commit
68f7a1f6c9
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue