From 867c9a4ffaddb38733c7a82ad00fcf0006a84e28 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 25 Nov 2021 23:39:57 +0000 Subject: [PATCH] drwho.tex: Determine the title width after we sent the font size. The tracks are 2 em wide, but that depends on the body font size. Do this in the right place so we don't have to hardcode (the wrong) width. --- drwho.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drwho.tex b/drwho.tex index 168b78e..58ce438 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=0.5\textwidth \advance\titlewidth by -40pt +\newdimen\titlewidth \pagestyle{empty} \errorcontextlines=50 @@ -189,6 +189,8 @@ \lineskip=0pt \footnotesize +\titlewidth=0.5\textwidth \advance\titlewidth by -4em + \global\def\\{&&&&&\cr} \halign% {\strut\hbox to \titlewidth{\qquad\ignorespaces#\unskip\hfil}% -- 2.11.0