From: W. Trevor King Date: Sun, 10 Jan 2010 00:49:12 +0000 (-0500) Subject: "\vfil" -> "\vspace*{\fill}" (better LaTeX idiom) X-Git-Tag: 0.3~23 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1f92940e6a9abc1011af9882a521623f57b9c82d;p=drexel-thesis.git "\vfil" -> "\vspace*{\fill}" (better LaTeX idiom) --- 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}