"\vfil" -> "\vspace*{\fill}" (better LaTeX idiom)
authorW. Trevor King <wking@drexel.edu>
Sun, 10 Jan 2010 00:49:12 +0000 (19:49 -0500)
committerW. Trevor King <wking@drexel.edu>
Sun, 10 Jan 2010 00:49:12 +0000 (19:49 -0500)
drexel-thesis.dtx

index a05568bc62e94371f6c9dd69ccb61eed7cab3c29..4b5f6cf9c80a53d250717438acd69ff09ed83baf 100644 (file)
       \pdfbookmark[-1]{Frontmatter}{frontmatter}
       \pdfbookmark[0]{Title Page}{title}
     \fi
-    \null\vfil
+    \vspace*{\fill}
     \begin{center}%
     \begin{spacing}{\@tsp}
       {\bf \@title \par}%
       \def@month\ \def@year
     \end{spacing}
     \end{center}\par
-    \vfil\null
+    \vspace*{\fill}
   \end{titlepage}%
   \setcounter{footnote}{0}%
   \global\let\maketitle\relax
 \newcommand\m@kecopyright[1]{%
   \clearpage
   \ifpdf \pdfbookmark[0]{Copyright Page}{copyright} \fi
-  \null\vfil
+  \vspace*{\fill}
   \begin{center}
     \copyright~Copyright \def@year\\
     \@author.  #1
   \end{center}
-  \vfil\null
+  \vspace*{\fill}
 %    \end{macrocode}
 % |\thispagestyle{empty}| turns off page numbering for the current
 % page.  See
   \@afterindentfalse
   \@afterheading
 }{%
-  \end{spacing}\vfill\null
+  \end{spacing}
 }
 %    \end{macrocode}
 % \end{environment}