drwho.tex (\trkendmarker): Extend the rule to meet the centre of the `×'.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 8 Aug 2020 13:28:00 +0000 (14:28 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 8 Aug 2020 13:28:00 +0000 (14:28 +0100)
Staring at the output in `gv' shows that there was a little gap in the
track end marker placed by `\die'.

Also lower the marker in `\depart' to match.

drwho.tex

index 0eae86c..22b1de7 100644 (file)
--- a/drwho.tex
+++ b/drwho.tex
 
 \def\trkendmarker#1{%
   \hfil
-  \vrule depth -3pt
+  \vrule depth -2.8pt
   \kern-\hrwd
   \zwd{#1}%
   \kern\hrwd
   \enqueue{name}{$+$ #3}%
 }
 \def\depart#1{%
-  \enqueue{#1}{\trkendmarker{\vrule height 3.2pt depth -2.8pt width 4pt}}%
+  \enqueue{#1}{\trkendmarker{\vrule height 3pt depth -2.6pt width 4pt}}%
   \namelet{trk/#1}\emptytrack
 }
 \def\die#1{%