From 1d75e8d311b26f6ab7c05fa52d89fac3dcbecdc8 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 9 Aug 2020 18:45:18 +0100 Subject: [PATCH] drwho.tex: Don't put spaces around `=' in TeX. Having tried it, I've decided it doesn't work. --- drwho.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drwho.tex b/drwho.tex index 6c2624c..593c731 100644 --- a/drwho.tex +++ b/drwho.tex @@ -25,11 +25,11 @@ \usepackage[palatino, helvetica, courier, maths=cmr]{mdwfonts} \usepackage[margin=20mm]{geometry} -\newdimen\titlewidth \titlewidth = 70mm +\newdimen\titlewidth \titlewidth=70mm \pagestyle{empty} -\errorcontextlines = 50 -\showboxbreadth = \maxdimen \showboxdepth = \maxdimen +\errorcontextlines=50 +\showboxbreadth=\maxdimen \showboxdepth=\maxdimen \newif\iftop \toptrue \def\doctor #1{% @@ -179,9 +179,9 @@ \begin{document} -\topskip = 0pt -\baselineskip = 0pt -\lineskip = 0pt +\topskip=0pt +\baselineskip=0pt +\lineskip=0pt \global\def\\{&&&&&\cr} \halign% -- 2.11.0