From 7ae3a6eacf28db2c5c58cfc2b44b059e83b07f7d Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 8 Aug 2020 14:28:00 +0100 Subject: [PATCH] =?utf8?q?drwho.tex=20(\trkendmarker):=20Extend=20the=20ru?= =?utf8?q?le=20to=20meet=20the=20centre=20of=20the=20`=C3=97'.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drwho.tex b/drwho.tex index 0eae86c..22b1de7 100644 --- a/drwho.tex +++ b/drwho.tex @@ -119,7 +119,7 @@ \def\trkendmarker#1{% \hfil - \vrule depth -3pt + \vrule depth -2.8pt \kern-\hrwd \zwd{#1}% \kern\hrwd @@ -134,7 +134,7 @@ \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{% -- 2.11.0