Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified drexel-logo.pdf
Binary file not shown.
13 changes: 9 additions & 4 deletions drexel-thesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down