From dfa907020dceb7db0e0f232cba98f66aa8a93f72 Mon Sep 17 00:00:00 2001 From: Raymond Canzanese Date: Fri, 8 May 2015 16:49:35 -0400 Subject: [PATCH] Add Drexel logo to title page Reflects requirements specified in the 2014-2015 Thesis Manual [1]. [1]: https://www.library.drexel.edu/sites/default/files/thesismanual.pdf --- drexel-thesis.dtx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/drexel-thesis.dtx b/drexel-thesis.dtx index 5f07593..b0cf9c1 100644 --- a/drexel-thesis.dtx +++ b/drexel-thesis.dtx @@ -2539,10 +2539,15 @@ % Some more stretchy space for the bottom if we're not in draft mode. % \begin{macrocode} % \end{macrocode} -% Add some stretchy space to center the title vertically if we're in -% \Lopt{pagebreak} mode. -% \begin{macrocode} - \if@DUT@pagebreak \vspace*{\fill} \fi +% Add some stretchy space to center the title vertically and add a +% Drexel logo to the bottom of the page if we're in +% \Lopt{pagebreak} mode. If the title is more than three lines it +% will overlap the logo. +% \begin{macrocode} + \if@DUT@pagebreak \vspace*{\fill} + \centering + \mbox{\smash{\includegraphics[width=4cm]{drexel-logo}}} + \fi \end{@DUT@titlepage}% % \end{macrocode} % And that's it. We reset the footnote counter for the rest of the -- 2.26.2