From 1f92940e6a9abc1011af9882a521623f57b9c82d Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 9 Jan 2010 19:49:12 -0500 Subject: [PATCH] "\vfil" -> "\vspace*{\fill}" (better LaTeX idiom) --- drexel-thesis.dtx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drexel-thesis.dtx b/drexel-thesis.dtx index a05568b..4b5f6cf 100644 --- a/drexel-thesis.dtx +++ b/drexel-thesis.dtx @@ -937,7 +937,7 @@ \pdfbookmark[-1]{Frontmatter}{frontmatter} \pdfbookmark[0]{Title Page}{title} \fi - \null\vfil + \vspace*{\fill} \begin{center}% \begin{spacing}{\@tsp} {\bf \@title \par}% @@ -956,7 +956,7 @@ \def@month\ \def@year \end{spacing} \end{center}\par - \vfil\null + \vspace*{\fill} \end{titlepage}% \setcounter{footnote}{0}% \global\let\maketitle\relax @@ -978,12 +978,12 @@ \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 @@ -1154,7 +1154,7 @@ \@afterindentfalse \@afterheading }{% - \end{spacing}\vfill\null + \end{spacing} } % \end{macrocode} % \end{environment} -- 2.26.2