From 63bb0233a597b87f7cd7cbf0a0847985d0508151 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 13 Jan 2010 13:50:03 -0500 Subject: [PATCH] Work around 'head--table space longer for LOT/LOF than TOC.' --- drexel-thesis.dtx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drexel-thesis.dtx b/drexel-thesis.dtx index 783c5b9..636334c 100644 --- a/drexel-thesis.dtx +++ b/drexel-thesis.dtx @@ -2335,9 +2335,10 @@ % % \begin{macro}{\afterloftitleskip} % Don't add any extra space after the title (the chapter will take -% care of that). +% care of that). Actually we make a one-line correction so the first +% line matches the first line in the TOC. % \begin{macrocode} -\setlength\cftafterloftitleskip{0pt} +\setlength\cftafterloftitleskip{-12pt} % \end{macrocode} % \end{macro} % @@ -2386,9 +2387,10 @@ % % \begin{macro}{\afterlottitleskip} % Don't add any extra space after the title (the chapter will take -% care of that). +% care of that). Actually we make a one-line correction so the first +% line matches the first line in the TOC. % \begin{macrocode} -\setlength\cftafterlottitleskip{0pt} +\setlength\cftafterlottitleskip{-12pt} % \end{macrocode} % \end{macro} % -- 2.26.2