Remove redefinition of \BibTeX.
[drexel-thesis.git] / drexel-thesis.dtx
index 48b7a07aaf2635968432793fe02514672bef0bba..a71a589d0a5b969e1d6904803715b06f2707498c 100644 (file)
@@ -1,16 +1,16 @@
-% \def\fileversion{0.14}
-% \def\filedate{2010/09/21}
+% \def\fileversion{0.15}
+% \def\filedate{2013/05/21}
 % \iffalse meta-comment
 %<*driver>
 \ProvidesFile{drexel-thesis.dtx}
 \documentclass{ltxdoc}
 %</driver>
 %<*class|driver>
-\def\fileversion{0.14}
-\def\filedate{2010/09/21}
+\def\fileversion{0.15}
+\def\filedate{2013/05/21}
 %</class|driver>
 %
-% Copyright (C) 2010-2012  C.Y. Ip
+% Copyright (C) 2010-2015  C.Y. Ip
 %                          Christopher D. Cera
 %                          Christopher S. Dahn
 %                          Daniel J. Cross
@@ -19,6 +19,7 @@
 %                          Jeff Arahamson
 %                          Mitchell Peabody
 %                          R. Rojas, E
+%                          Raymond Canzanese
 %                          Robert Bernecky
 %                          T. Tsankov
 %                          Vincent A. Cicirello
 % \MakeShortVerb{\|}
 % \newcommand{\pkg}[1]{\textsf{#1}}
 % \newcommand{\cls}[1]{\textsf{#1}}
-% ^^A\newcommand{\BibTeX}{{\scshape Bib}\TeX}
-% 
+%
 % \title{The \textsf{drexel-thesis} class\thanks{This document
 %   corresponds to \textsf{drexel-thesis}~\fileversion, dated \filedate.}}
-% \author{W.~Trevor King \\\texttt{wking@drexel.edu}
+% \author{W.~Trevor King \\\texttt{wking@tremily.us}
 %         \and Daniel J.~Cross \and T.~Tsankov \and R.~Rojas. \and Evan A.~Sultanik}
 % \date{\filedate}
 %
 % 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.
+% 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.
+% \changes{0.16}{2015/05/08}{Raymond Canzanese added the logo to
+%   \cs{@DUT@titlepage} to comply with the 2014-2015 Thesis Manual.}
 %    \begin{macrocode}
-    \if@DUT@pagebreak \vspace*{\fill} \fi
+    \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
 % \changes{0.4}{2010/02/23}{W.~Trevor King renamed from
 %   \cs{copyrighttextCC}, and made specific to Creative Commons
 %   Attribution-ShareAlike Version 3.0.}
+% \changes{0.16}{2010/05/08}{W.~Trevor King updated the
+%   \cs{copyrighttextCCBYSA} to version 4.0, which has better
+%   international language,
+%   \href{http://creativecommons.org/version4}{among other things}.}
 %    \begin{macrocode}
 \newcommand\copyrighttextCCBYSA{
   \begin{quote}
     This work is licensed under the terms of the Creative Commons
-    Attribution-ShareAlike license Version 3.0.  The license is
+    Attribution-ShareAlike 4.0 International license.  The license is
     available at \\
-    \url{http://creativecommons.org/licenses/by-sa/3.0/}.
+    \url{http://creativecommons.org/licenses/by-sa/4.0/}.
   \end{quote}
 }
 \let\DUTcopyrighttextCCBYSA\copyrighttextCCBYSA