From: W. Trevor King Date: Wed, 13 Jan 2010 18:50:03 +0000 (-0500) Subject: Work around 'head--table space longer for LOT/LOF than TOC.' X-Git-Tag: 0.3~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=63bb0233a597b87f7cd7cbf0a0847985d0508151;p=drexel-thesis.git Work around 'head--table space longer for LOT/LOF than TOC.' --- 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} %