Work around 'head--table space longer for LOT/LOF than TOC.'
authorW. Trevor King <wking@drexel.edu>
Wed, 13 Jan 2010 18:50:03 +0000 (13:50 -0500)
committerW. Trevor King <wking@drexel.edu>
Wed, 13 Jan 2010 18:50:03 +0000 (13:50 -0500)
drexel-thesis.dtx

index 783c5b9743150b642a59bda1d171f8465165b4bb..636334cd20d0e8f2c771605d14f5d5a991299bf8 100644 (file)
 %
 % \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}
 %
 %
 % \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}
 %