From 38b7a20b4dd994cc797b8da228bacf74da38ae4e Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 9 Aug 2020 18:46:46 +0100 Subject: [PATCH] drwho.tex: Set the page layout by hand, rather than using `geometry'. --- drwho.tex | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drwho.tex b/drwho.tex index 593c731..3b53aa7 100644 --- a/drwho.tex +++ b/drwho.tex @@ -23,7 +23,12 @@ \usepackage[T1]{fontenc} \usepackage[palatino, helvetica, courier, maths=cmr]{mdwfonts} -\usepackage[margin=20mm]{geometry} + +\hoffset=-1in \oddsidemargin=20mm \evensidemargin=\oddsidemargin +\textwidth=\paperwidth \advance\textwidth by -2\oddsidemargin + +\voffset=-1in \topmargin=20mm \headheight=0mm \headsep=0mm +\textheight=\paperheight \advance\textheight by -2\topmargin \newdimen\titlewidth \titlewidth=70mm -- 2.11.0