From d64198cce493c2c27df375d5debb0f1fa3551222 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 9 Aug 2020 18:47:15 +0100 Subject: [PATCH] drwho.tex: Put the companion tracks /exactly/ in the centre of the page. My new printer unexpectedly printed this in duplex mode, which was fine; but it caused me to notice that the companion tracks very nearly, but not quite, ran down the midline of the page. Fix it so that they're exactly in the middle. --- drwho.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drwho.tex b/drwho.tex index 3b53aa7..af01a1b 100644 --- a/drwho.tex +++ b/drwho.tex @@ -30,7 +30,7 @@ \voffset=-1in \topmargin=20mm \headheight=0mm \headsep=0mm \textheight=\paperheight \advance\textheight by -2\topmargin -\newdimen\titlewidth \titlewidth=70mm +\newdimen\titlewidth \titlewidth=0.5\textwidth \advance\titlewidth by -40pt \pagestyle{empty} \errorcontextlines=50 -- 2.11.0