Remove redefinition of \BibTeX.
[drexel-thesis.git] / drexel-thesis.dtx
1 % \def\fileversion{0.15}
2 % \def\filedate{2013/05/21}
3 % \iffalse meta-comment
4 %<*driver>
5 \ProvidesFile{drexel-thesis.dtx}
6 \documentclass{ltxdoc}
7 %</driver>
8 %<*class|driver>
9 \def\fileversion{0.15}
10 \def\filedate{2013/05/21}
11 %</class|driver>
12 %
13 % Copyright (C) 2010-2015  C.Y. Ip
14 %                          Christopher D. Cera
15 %                          Christopher S. Dahn
16 %                          Daniel J. Cross
17 %                          David T. McWherter
18 %                          Evan Sultanik
19 %                          Jeff Arahamson
20 %                          Mitchell Peabody
21 %                          R. Rojas, E
22 %                          Raymond Canzanese
23 %                          Robert Bernecky
24 %                          T. Tsankov
25 %                          Vincent A. Cicirello
26 %                          W. Trevor King
27 % -------------------------------------------------------
28
29 % This file may be distributed and/or modified under the
30 % conditions of the LaTeX Project Public License, either version 1.3
31 % of this license or (at your option) any later version.
32 % The latest version of this license is in:
33 %
34 %    http://www.latex-project.org/lppl.txt
35 %
36 % and version 1.3 or later is part of all distributions of LaTeX 
37 % version 2003/12/01 or later.
38 %
39 % Docstrip formatting initially based on Scott Pakin's
40 % dtxtut/cskeleton.dtx
41 %   http://www.ctan.org/tex-archive/info/dtxtut/
42 %
43 % \fi
44 %
45 % \iffalse meta-comment
46 %<class>\NeedsTeXFormat{LaTeX2e}
47 %<class>\ProvidesClass{drexel-thesis}
48 %<class> [\filedate\ \fileversion\ Drexel Thesis]
49 %
50 % Code for the .ini driver, see \S 2.1 ``The driver file'' of doc.dtx.
51 %<*driver>
52 \usepackage[colorlinks=true,]{hyperref}
53 \hypersetup{pdfauthor={W. Trevor King et al.}}
54 \hypersetup{pdftitle={drexel-thesis \fileversion\ documentation}}
55 %</driver>
56 % Include some useful commands from |xkeyval|'s |<preamble>|.
57 %<*driver>
58 \usepackage{xcolor}
59 \usepackage{listings}
60 \lstnewenvironment{command}{%
61   \lstset{columns=flexible,frame=single,backgroundcolor=\color{blue!20},%
62     xleftmargin=\fboxsep,xrightmargin=\fboxsep,escapeinside=`',gobble=1}}{}
63 \lstnewenvironment{example}{%
64   \lstset{basicstyle=\footnotesize\ttfamily,columns=flexible,frame=single,%
65     backgroundcolor=\color{yellow!20},xleftmargin=\fboxsep,%
66     xrightmargin=\fboxsep,gobble=1}}{}
67 %</driver>
68 % Define a quick and dirty version of |xkeyval|'s |\DescribeOptions|.
69 %<*driver>
70 \newenvironment{option}[1]{\begin{macro}{#1}}
71                           {\end{macro}}
72 %</driver>
73 % Some commonly used abbreviations from |classes.dtx|.
74 %<*driver>
75 \newcommand*{\Lopt}[1]{\textsf {#1}}
76 \newcommand*{\file}[1]{\texttt {#1}}
77 \newcommand*{\Lcount}[1]{\textsl {\small#1}}
78 \newcommand*{\pstyle}[1]{\textsl {#1}}
79 %</driver>
80 % Provide easy access to the @ character.  Note that this, like the
81 % short-verbatim markers ||, does not work in |\changes| sections
82 % because of the way they are cached to the glossary file.  If you
83 % find a way to make them work there, let me know :).
84 %<*driver>
85 \newcommand*{\textat}{\makeatletter @ \makeatother}
86 %</driver>
87 %<*driver>
88 \makeatletter
89 \def\DescribeOption#1{\leavevmode\@bsphack
90               \marginpar{\raggedleft\PrintDescribeOption{#1}}%
91               \SpecialOptionIndex{#1}\@esphack\ignorespaces}
92 \def\PrintDescribeOption#1{\strut\emph{option}\\\MacroFont #1\ }
93 \def\SpecialOptionIndex#1{\@bsphack
94     \index{#1\actualchar{\protect\ttfamily#1}
95            (option)\encapchar usage}%
96     \index{options:\levelchar#1\actualchar{\protect\ttfamily#1}\encapchar
97            usage}\@esphack}
98 \def\DescribeOptions#1{\leavevmode\@bsphack
99   \marginpar{\raggedleft\strut\emph{options}%
100   \@for\@tempa:=#1\do{%
101     \\\strut\MacroFont\@tempa\SpecialOptionIndex\@tempa
102   }}\@esphack\ignorespaces}
103 \makeatother
104 %</driver>
105 %<*driver>
106 \EnableCrossrefs
107 \RecordChanges
108 \EnableCrossrefs         
109 \begin{document}
110   \DocInput{drexel-thesis.dtx}
111 \end{document}
112 %</driver>
113 % \fi
114 %
115 % \CheckSum{0}
116 %
117 % \CharacterTable
118 %  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
119 %   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
120 %   Digits        \0\1\2\3\4\5\6\7\8\9
121 %   Exclamation   \!     Double quote  \"     Hash (number) \#
122 %   Dollar        \$     Percent       \%     Ampersand     \&
123 %   Acute accent  \'     Left paren    \(     Right paren   \)
124 %   Asterisk      \*     Plus          \+     Comma         \,
125 %   Minus         \-     Point         \.     Solidus       \/
126 %   Colon         \:     Semicolon     \;     Less than     \<
127 %   Equals        \=     Greater than  \>     Question mark \?
128 %   Commercial at \@     Left bracket  \[     Backslash     \\
129 %   Right bracket \]     Circumflex    \^     Underscore    \_
130 %   Grave accent  \`     Left brace    \{     Vertical bar  \|
131 %   Right brace   \}     Tilde         \~}
132 %
133 %
134 % \changes{0.1}{2006/01/18}{Rewrite by Daniel J.~Cross}
135 % \changes{0.2}{2010/01/09}{W.~Trevor King transitioned from thesis.cls
136 %   to drexel-thesis.dtx and did a good deal of reorganizing.}
137 % \changes{0.3}{2010/01/13}{W.~Trevor King merged drexelthesis.cls
138 %   developed in the Comp.~Sci.~Department by Jeff Abrahamson,
139 %   Evan Sultanik, C.Y.~Ip, Christopher S.~Dahn, Christopher D.~Cera,
140 %   Mitchell Peabody, David T.~McWherter, and Vincent A.~Cicirello.
141 %   Based on the University of Toronto Thesis \LaTeXe\ Class.  Also
142 %   greatly improved the documentation by incorperating bits of
143 %   the base/*.dtx files.}
144 % \changes{0.4}{2010/02/23}{W.~Trevor King repositioned hyperref
145 %   inclusion for proper hyperref overriding.  The previous
146 %   implementation couldn't handle \cs{label} for \cs{paragraph} and
147 %   some other section levels.  The page number for the reference was
148 %   correct, but the link went to the label's parent chapter.}
149 % \changes{0.5}{2010/03/03}{W.~Trevor King use hypcap for better
150 %   caption hyperlink anchor placement.}
151 % \changes{0.6}{2010/03/11}{W.~Trevor King fixed \cs{if@final}
152 %   handling.  Previous versions used it more like a hypothetical
153 %   \cs{if@finalspace}.  Also adjusted theindex to use a
154 %   \cs{listed@schapter}.}
155 % \changes{0.10}{2010/05/21}{W.~Trevor King added \cs{DUT*}
156 %   aliases for all public macros and environments and renamed
157 %   \cs{defmonth} and \cs{defyear} to \cs{DUTmonth} and \cs{DUTyear}
158 %   for consistency with the new aliases.}
159 % \changes{0.13}{2010/07/28}{W.~Trevor King cleaned up TOC/LOT/LOF code.}
160 % \changes{0.14}{2010/09/21}{Evan Sultanik added the
161 %   \texttt{approvalform} option for including a \LaTeX\ version of
162 %   the T-1 thesis form.}
163 % \changes{0.15}{2011/04/22}{W.~Trevor King added the
164 %   \texttt{nodraftwatermark} option for clearing previous watermark
165 %   options.}
166 % \changes{0.15}{2011/04/23}{W.~Trevor King added the
167 %   \texttt{pagebreak} and \texttt{nopagebreak} options for
168 %   controlling page breaking independently of \texttt{final} and
169 %   \texttt{draft}.}
170 %
171 % \MakeShortVerb{\|}
172 % \newcommand{\pkg}[1]{\textsf{#1}}
173 % \newcommand{\cls}[1]{\textsf{#1}}
174 %
175 % \title{The \textsf{drexel-thesis} class\thanks{This document
176 %   corresponds to \textsf{drexel-thesis}~\fileversion, dated \filedate.}}
177 % \author{W.~Trevor King \\\texttt{wking@tremily.us}
178 %         \and Daniel J.~Cross \and T.~Tsankov \and R.~Rojas. \and Evan A.~Sultanik}
179 % \date{\filedate}
180 %
181 % \maketitle
182 %
183 %
184 % \section{Introduction}
185 %
186 % This package defines a \LaTeX\ thesis class for Drexel University
187 % conforming to the
188 % \href{http://www.library.drexel.edu/files/services_documents/thesismanual.pdf}
189 %   {Drexel University Thesis Manual version 2009/06/01}.
190 %
191 % \section{Usage}
192 %
193 % To write a thesis, you load the Drexel thesis definitions by loading
194 % the \pkg{drexel-thesis} class at the beginning of your
195 % \LaTeX\ document with the |\documentclass| command.  For example,
196 % \begin{example}
197 %   \documentclass{drexel-thesis}
198 % \end{example}
199 %
200 % For \href{http://www.lyx.org/}{LyX} users, we include a LyX template
201 % (\file{drexel-thesis.layout}, originally by John K. Parejko) so that
202 % the previews generated in LyX are similar to those generated by the
203 % actual \cls{drexel-thesis} class.
204 %
205 %
206 % \subsection{Options}
207 %
208 % \DescribeOptions{final,draft}
209 % The default option (selected if not options are passed) is
210 % \Lopt{final} mode, which has all the proper formatting and spacing
211 % for your final product. The other main option is \Lopt{draft} mode,
212 % which reduces all the spacing in the document, so might be helpful
213 % when printing out drafts (saves paper).
214 %
215 % \Lopt{final} mode corresponds to (with Thesis Manual chapter and
216 % verse) \\
217 % \begin{tabular}{r p{0.8\textwidth}}
218 %   \Lopt{oneside} & 1.5 Library Submission Information, Print
219 %     Version: ``All copies must be: \ldots Typed/printed on only one
220 %     side of the page (not double-sided).'' \\
221 %   \Lopt{finalspace} & Assorted single, double, and triple spacing
222 %   directives. \\
223 %   \Lopt{pagebreak} & Conform to thesis pagebreak rules. \\
224 %   \Lopt{dottedtoc} & From the example on p17. \\
225 %   \Lopt{nodraftwatermark} & Clear any earlier watermark options.
226 % \end{tabular}
227 %
228 % \Lopt{draft} mode corresponds to \\
229 % \begin{tabular}{r p{0.8\textwidth}}
230 %   \Lopt{twoside} & Save space. \\
231 %   \Lopt{draftspace} & Save space. \\
232 %   \Lopt{nopagebreak} & Save space. \\
233 %   \Lopt{dottedtoc} & Might as well be consistent with \Lopt{final}. \\
234 %   \Lopt{xdraftwatermark} & It's good to have a timestamp.
235 % \end{tabular}
236 %
237 % \DescribeOption{subfig}
238 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/subfig/}{\pkg{subfig}}
239 % makes it easy to include and caption multi-part figures.  However,
240 % getting \pkg{subfig} to cooperate with \pkg{floatrow} and
241 % \pkg{tocloft} can be tricky.  If you want to use \pkg{subfig}, just
242 % pass the \Lopt{subfig} option to \cls{drexel-thesis}, and all the
243 % pesky details will be taken care of.  See \S
244 % \ref{sec:better-example} for an example.
245 %
246 % \DescribeOption{finalspace}
247 % Loosen spacing.
248 %
249 % \DescribeOption{draftspace}
250 % Tighten spacing.
251 %
252 % \DescribeOption{pagebreak}
253 % Break pages between chapters and chapter-like blocks.
254 %
255 % \DescribeOption{nopagebreak}
256 % Don't break pages between chapters and chapter-like blocks (saves paper).
257 %
258 % \DescribeOptions{dottedtoc,boldtoc,
259 %                  dottedpart,boldpart,
260 %                  dottedchapter,boldchapter}
261 % These options change how the relevant table of contents lines are
262 % printed.  \LaTeX\ defaults to bold but not dots.  The \Lopt{*toc}
263 % options set all of the types.  For example, \Lopt{boldtoc} is
264 % equivalent to \Lopt{boldchapter,boldpart}.
265 %
266 % \DescribeOption{indenttoc}
267 % The example table of contents in the Manual p17 does not indent
268 % section entries, etc., so neither does \cls{drexel-thesis}.  If you
269 % \emph{do} want pretty, indented TOCs, like the \LaTeX\ defaults pass
270 % \Lopt{indenttoc} to \cls{drexel-thesis}.
271 %
272 % \DescribeOption{blackref}
273 % \Lopt{blackref} colors all \pkg{hyperref} links black, so they won't
274 % stand out in your printed document.
275 %
276 % \DescribeOption{draftwatermark}
277 % \Lopt{draftwatermark} adds ``DRAFT \meta{date}'' watermarks to each
278 % page.  A useful way to remember that the version you're looking at
279 % is not final.  Also helps reviewers tell you what version they're
280 % correcting.  Requires the \pkg{draftmark} package, which allows you
281 % to override the default watermark style if it is not to your liking
282 % (\S~\ref{sec:draftmark}).
283 %
284 % \DescribeOption{xdraftwatermark}
285 % \Lopt{xdraftwatermark} is also similar to \Lopt{draftwatermark} but
286 % depends on the possibly more common \pkg{xcolor}, \pkg{eso-pic}, and
287 % \pkg{graphicx}.
288 %
289 % \DescribeOption{nodraftwatermark}
290 % \Lopt{nodraftwatermark} clears any earlier watermark options.  For
291 % example
292 % \begin{example}
293 %   \documentclass[draft,nodraftwatermark]{drexel-thesis}
294 % \end{example}
295 % will format your thesis in \Lopt{draft} mode but without a watermark.
296 % On the other hand,
297 % \begin{example}
298 %   \documentclass[draftmark,final]{drexel-thesis}
299 % \end{example}
300 % will also format your thesis without a watermark, because
301 % \Lopt{final} sets \Lopt{nodraftwatermark} internally.
302 %
303 % \DescribeOption{indentfirst}
304 % \Lopt{indentfirst} indents the first paragraph after sections etc.
305 %
306 % \DescribeOption{approvalform}
307 % \Lopt{approvalform} includes a copy of the
308 % \href{http://www.drexel.edu/graduatestudies/forms/Thesis_Approval_Form.pdf}{%
309 %   T-1} approval form as the first page of your thesis/dissertation.
310 % This form is bound to the front of every thesis/dissertation by the
311 % library.  The version that is generated by this option is typeset in
312 % \LaTeX\ with the same margins, fonts, etc.~as the rest of
313 % your document.  The title of your dissertation and your name are
314 % automatically entered.
315 %
316 % \DescribeOption{daring}
317 % \Lopt{daring} breaks the official thesis rules in pursuit of a nicer
318 % layout.
319 %
320 %
321 % \subsubsection{Interesting \cls{book} options}
322
323 % \DescribeOption{oneside}
324 % Setup output for one-sided printing.
325 %
326 % \DescribeOption{twoside}
327 % Setup output for two-sided printing.
328 %
329 % \DescribeOption{leqno}
330 % \Lopt{leqno} places the numbering of formulae on the left hand side
331 % instead of the right.
332 %
333 % \DescribeOption{fleqn}
334 % \Lopt{fleqn} typesets displayed formulae left-aligned instead of
335 % centered.
336 %
337 %
338 % \subsection{Macros}
339 %
340 % To help deal with name collisions, all \cls{drexel-thesis} macros
341 % have ``secret'' aliases.  For example, |\author| can also be used as
342 % |\DUTauthor|.  This is useful if one of your packages clobbers a
343 % \cls{drexel-thesis} macro, but you still want to use the original.
344 % \begin{example}
345 %   \documentclass{drexel-thesis}
346 %   \renewcommand{\author}[1]{I'm forgetting about your author! Muahahaha!}
347 %   \DUTauthor{Your Name Here}
348 %   ...
349 % \end{example}
350 %
351 % \begin{command}
352 %   `\cs{author}\marg{name}'
353 % \end{command}
354 % \DescribeMacro{\author}
355 % \DescribeMacro{\DUTauthor}
356 % Use this macro to set your full name to \meta{name}, including
357 % your middle initial or name.  For example
358 % \begin{example}
359 %   \name{Richard P. Feynman}
360 % \end{example}
361 % See the Manual \S 3.1 p8.
362 %
363 % \begin{command}
364 %   `\cs{title}\marg{title}'
365 % \end{command}
366 % \DescribeMacro{\title}
367 % \DescribeMacro{\DUTtitle}
368 % Use this macro to set your thesis title to \meta{name}.  For example
369 % \begin{example}
370 %   \title{A New Approach to Quantum Theory}
371 % \end{example}
372 % See the Manual p16.
373 %
374 % \begin{command}
375 %   `\cs{advisor}\marg{name}'
376 % \end{command}
377 % \DescribeMacro{\advisor}
378 % \DescribeMacro{\DUTadvisor}
379 % Use this macro to set your advisor's name to \meta{name}.  For
380 % example
381 % \begin{example}
382 %   \advisor{John A. Wheeler, Ph.D.}
383 % \end{example}
384 % You can set multiple advisors, if appropriate, by calling |\advisor|
385 % multiple times.
386 % \begin{example}
387 %   \advisor{John A. Wheeler, Ph.D.}
388 %   \advisor{Advisor 2}
389 % \end{example}
390 % See the Manual \S 3.1 p8.
391 %
392 % \begin{command}
393 %   `\cs{DUTmonth}\marg{month}'
394 %   `\cs{DUTyear}\marg{year}'
395 % \end{command}
396 % \DescribeMacro{\DUTmonth}
397 % \DescribeMacro{\DUTyear}
398 % Use these macros to set the month with \meta{month} (spelled out)
399 % and year with \meta{year} (four digits) of your thesis defense.  For
400 % example
401 % \begin{example}
402 %   \DUTmonth{June}
403 %   \DUTyear{1942}
404 % \end{example}
405 % See the Manual \S 3.1 p8.
406 % There are no non-|DUT| versions of these commands to avoid
407 % collisions with the plain \TeX\ |\month| and |\year| (see the
408 % \href{http://www.tug.org/utilities/plain/cseq.html#month-rp}{month}
409 % and
410 % \href{http://www.tug.org/utilities/plain/cseq.html#year-rp}{year}
411 % entries in the HTML version of David Bausum's \emph{TeX Reference
412 % Manual}).
413 %
414 % \begin{command}
415 %   `\cs{degree}\marg{degree}'
416 % \end{command}
417 % \DescribeMacro{\degree}
418 % \DescribeMacro{\DUTdegree}
419 % Set your target degree with \meta{degree}.  From the Manual \S 3.1
420 % p8.
421 % \begin{quote}
422 %   Write out the name of the degree for which you are a candidate.
423 %   All Ph.D.\ candidates must use |Doctor of Philosophy|.  All
424 %   Master's degree candidates should use the precise degree name
425 %   (e.g., |Master of Science in Mechanical Engineering|).
426 % \end{quote}
427 % So, for a Ph.D candidate,
428 % \begin{example}
429 %   \degree{Doctor of Philosophy}
430 % \end{example}
431 %
432 % \begin{command}
433 %   `\cs{copyrighttext}\marg{text}'
434 % \end{command}
435 % \DescribeMacro{\copyrighttext}
436 % \DescribeMacro{\DUTcopyrighttext}
437 % Use this macro to set the copyright text to \meta{text}.
438 % The default value is ``All Rights Reserved.''.
439 % \begin{example}
440 %   \copyrighttext{Released to the Public Domain.}
441 % \end{example}
442 % See the Manual \S 3.2 p9.
443 %
444 % \begin{command}
445 %   `\cs{copyrighttextCCBYSA}'
446 % \end{command}
447 % \DescribeMacro{\copyrighttextCCBYSA}
448 % \DescribeMacro{\DUTcopyrighttextCCBYSA}
449 % There are a number of predefined copyright messages for ease of use \\
450 % \begin{tabular}{l l}
451 %   |\copyrighttextCCBYSA| &
452 %     Creative Commons Attribution-ShareAlike License Version 3.0.\\
453 % \end{tabular}
454 %
455 % \begin{command}
456 %   `\cs{tableofcontents}'
457 % \end{command}
458 % \DescribeMacro{\tableofcontents}
459 % \DescribeMacro{\DUTtableofcontents}
460 % Write the table of contents (Manual \S 3.5 p9).  You can control the
461 % verbosity by setting |\tocdepth| according to the following table
462 % (\href{http://www.image.ufl.edu/help/latex/intext.shtml}{source}). \\
463 % \begin{tabular}{l l l}
464 %   Depth in document & Section Command & Depth for |\secnumdepth| Command \\
465 %   -1 & |\part| & 1 \\
466 %    0 & |\chapter| & 2 \\
467 %    1 & |\section| & 3 \\
468 %    2 & |\subsection| & 4 \\
469 %    3 & |\subsubsection| & 5 \\
470 %    4 & |\paragraph| & 6 \\
471 %    5 & |\subparagraph| & 7
472 % \end{tabular} \\
473 % For example, to expose everything down to and including the
474 % |\subsection| level, you would add
475 % \begin{example}
476 %   \setcounter{tocdepth}{2}
477 % \end{example}
478 % to your preamble (the section before |\begin{document}|, not the
479 % |preamble| environment discussed below).
480 %
481 % Note that the Manual \S 3.5 p9 requires ``List chapter titles and at
482 % least the first and second order subdivisions.'', which corresponds
483 % to a |\tocdepth| of at least 2.
484 %
485 % \begin{command}
486 %   `\cs{listoftables}'
487 % \end{command}
488 % \DescribeMacro{\listoftables}
489 % \DescribeMacro{\DUTlistoftables}
490 % Write the List of Tables page (Manual \S 3.6 p10).
491 % Skip if you have no tables in your thesis.
492 %
493 % \begin{command}
494 %   `\cs{listoffigures}'
495 % \end{command}
496 % \DescribeMacro{\listoffigures}
497 % \DescribeMacro{\DUTlistoffigures}
498 % Write the List of Figures page (Manual \S 3.7 p10).
499 % Skip if you have no figures in your thesis.
500 %
501 % \begin{command}
502 %   `\cs{blanklines}\marg{num}'
503 % \end{command}
504 % \DescribeMacro{\blanklines}
505 % \DescribeMacro{\DUTblanklines}
506 % Insert \meta{num} blank lines.  For example
507 % \begin{example}
508 %   \blanklines{2}
509 % \end{example}
510 % The skipped lines are always \emph{single spaced} lines, regardless
511 % of the current line spacing in the environment calling this macro.
512 %
513 % \begin{command}
514 %   `\cs{iffinal}\marg{final-mode-action}\marg{draft-mode-action}'
515 % \end{command}
516 % \DescribeMacro{\iffinal}
517 % \DescribeMacro{\DUTiffinal}
518 % Include \Lopt{final}- or \Lopt{draft}-specific code.
519 % \begin{example}
520 %   We're in \iffinal{final}{draft} mode!
521 % \end{example}
522 %
523 % \begin{command}
524 %   `\cs{ifdraftwatermark}\marg{draftwatermark-mode-action}\marg{other-action}'
525 % \end{command}
526 % \DescribeMacro{\ifdraftwatermark}
527 % \DescribeMacro{\DUTifdraftwatermark}
528 % Include \Lopt{draftwatermark}-specific code (e.g. |\draftmarksetup|,
529 % \S~\ref{sec:draftmark})..
530 % \begin{example}
531 %   We \ifdraftwatermark{are}{aren't} in draftwatermark mode!
532 % \end{example}
533 %
534 % \begin{command}
535 %   `\cs{ifdaring}\marg{daring-action}\marg{wimpy-action}'
536 % \end{command}
537 % \DescribeMacro{\ifdaring}
538 % \DescribeMacro{\DUTifdaring}
539 % Include \Lopt{daring}-specific code, with wimpy fallbacks.
540 % \begin{example}
541 %   \ifdaring{\singlespacing Muahahahaha!}{mumble mumble}.
542 % \end{example}
543 %
544 % \begin{command}
545 %   `\cs{drexellogobw}'
546 % \end{command}
547 % \DescribeMacro{\drexellogobw}
548 % Draws a black-and-white official vector Drexel logo.  The image is
549 % exactly 1~inch wide and 1.016~inches tall.  This is accomplished
550 % using the \pkg{tikz} package (\S~\ref{sec:tikz}).  You can enclose
551 % this command in a |\scalebox| to alter its size.
552 %
553 %
554 % \subsection{Environments}
555 %
556 % To help deal with name collisions, all \cls{drexel-thesis}
557 % environments have ``secret'' aliases.  For example, |preamble| can
558 % also be used as |DUTpreamble|.  This is useful if one of your
559 % packages clobbers a \cls{drexel-thesis} environment, but you still
560 % want to use the original.
561 % \begin{example}
562 %   \documentclass{drexel-thesis}
563 %   \renewenvironment{preamble}{%
564 %     What preamble?\begingroup\color{white}}{\endgroup}
565 %   \begin{document}
566 %   \begin{DUTpreamble}
567 %   Thwarted again, evil one!
568 %   ...
569 % \end{example}
570 %
571 %
572 % \DescribeEnv{preamble}
573 % \DescribeEnv{DUTpreamble}
574 % Generalize the |\frontmatter| for the thesis, setting up page
575 % numbering, including the title page, copyright page etc.  The
576 % |preamble| environment should contain the following elements
577 % (in order, see the Manual p8)
578 % \begin{itemize}
579 %   \item |dedication| environment (optional)
580 %   \item |acknowledgments| environment (optional)
581 %   \item |\tableofcontents|
582 %   \item |\listoftables|
583 %   \item |\listoffigures|
584 %   \item |abstract| environment
585 % \end{itemize}
586 % This will take care of everything from the title page (Manual \S 3.1),
587 % up through the blank page before the text (Manual \S 3.9).
588 %
589 % \DescribeEnv{dedications}
590 % \DescribeEnv{DUTdedications}
591 % Set the dedications text.
592 % Highlights from the Manual \S 3.3 p9:
593 % \begin{quote}
594 %   The |Dedications| page is optional.
595 % \end{quote}
596 %
597 % \DescribeEnv{acknowledgments}
598 % \DescribeEnv{DUTacknowledgments}
599 % Set the acknowledgments text.
600 % Highlights from the Manual \S 3.4 p9:
601 % \begin{quote}
602 %   The |Acknowledgments| page is optional, but most theses do
603 %   include a brief statement of thanks or recognition of any special
604 %   assistance.
605 % \end{quote}
606 %
607 % \DescribeEnv{abstract}
608 % \DescribeEnv{DUTabstract}
609 % Set the thesis abstract text.  In the Thesis Manual, see \S 3.8
610 % Abstract (p10) for details, p20 for an example.
611 %
612 % Highlights from the Manual:
613 % \begin{quote}
614 %   The abstract is a summary that allows readers to determine the
615 %   value of reading the full thesis.  It should include a statement
616 %   of the problem, an outline of procedures or methods, and a summary
617 %   of results and conclusions.
618 % \end{quote}
619 % \begin{itemize}
620 %   \item Word limits: 600 for a Master's thesis, 350 for a Ph.D.\ thesis.
621 % \end{itemize}
622 %
623 % \DescribeEnv{thesis}
624 % \DescribeEnv{DUTthesis}
625 % Set the thesis text.  In the Thesis Manual, see \S 3.10 Thesis (p11)
626 % for details.
627 %
628 % Highlights from the Manual:
629 % \begin{quote}
630 %   Divide the text into its major parts/chapters/subsections.  No
631 %   fixed arrangement is necessary.  The major parts may contain such
632 %   subjects as introduction, general argument, description of
633 %   experimental procedures, research methods, discussion, summary,
634 %   conclusions, recommendations, and other pertinent topics that are
635 %   necessary for a complete understanding on the part of a
636 %   sophisticated or professional reader.
637 % \end{quote}
638 %
639 % \DescribeEnv{vita}
640 % \DescribeEnv{DUTvita}
641 % Set the thesis vita text (Ph.D.\ only).  See the Manual \S 3.15 p12,
642 % ``Vita'', for details.
643 %
644 % Highlights from the Manual:
645 % \begin{quote}
646 %   The Vita is a biography of the student written in the third person
647 %   in either essay or outline form.  It should include the full name,
648 %   place and date of birth (optional), country of citizenship
649 %   (optional), institutions attended, degrees and honors received,
650 %   titles of publications, teaching and professional experience, and
651 %   other pertinent data.  The Vita must be one page or less.
652 % \end{quote}
653 %
654 %
655 % \subsection{Hints}
656 %
657 %
658 % \subsubsection{Package installation}
659 % \label{sec:dependencies}
660 %
661 % All the packages this class depends on must be installed somewhere
662 % in your texmf tree (they probably already are).  If not, you will
663 % recieve warning messages on compilation such as
664 % \begin{example}
665 %   ! LaTeX Error: File `missing-package.sty' not found.
666 % \end{example}
667 % You should then install the missing package(s) using your operating
668 % systems package manager, or grab the missing package from
669 % \href{http://www.ctan.org/}{CTAN}, and install them following TODO.
670 %
671 %
672 % \subsubsection{Tables and Figures}
673 %
674 % \pkg{drexel-thesis} loads
675 % \href{http://www.ctan.org/tex-archive/macros/latex/required/graphics/}{\pkg{graphicx}}
676 % to define the |\includegraphics| macro,
677 % \href{http://www.ctan.org/tex-archive/macros/latex/required/caption/}{\pkg{caption}}
678 % for pretty caption formatting,
679 % \href{http://www.ctan.org/tex-archive/macros/latex/required/floatrow/}{\pkg{floatrow}}
680 % for placing captions, and
681 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/}{\pkg{hypcap}}
682 % for placing caption anchors.
683 %
684 % Simple float definitions will look like
685 % \begin{example}
686 %   \begin{table}
687 %      \caption{Some caption text}
688 %      \begin{tabular}{...}
689 %        ...
690 %      \end{tabular}
691 %   \end{table}
692 % \end{example}
693 % or
694 % \begin{example}
695 %   \begin{float}
696 %      \includegraphics{...}
697 %      \caption{Some caption text}
698 %   \end{float}
699 % \end{example}
700 % For more useful float information, see the examples in \S
701 % \ref{sec:better-example-part} and the
702 % \href{http://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions}
703 %   {\LaTeX\ wikibook page}.
704 %
705 %
706 % \subsubsection{Citations}
707 %
708 % I highly recommend using \BibTeX\ and
709 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/natbib/}{\pkg{natbib}}.
710 % See \S \ref{sec:better-example} for a simple example.
711 %
712 % Suggested options:\\
713 % \begin{tabular}{r p{0.8\textwidth}}
714 %   |super| & selects citations in superscript mode. \\
715 %   |sort&compress| & automatically sorts and compresses compound
716 %     citations (|\pcite{a,b,...}|).
717 % \end{tabular}
718 %
719 %
720 % \subsubsection{References}
721 %
722 % Easier cross referencing with
723 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/cleveref/}{\pkg{cleveref}}.
724 % Is a wonderful tool for easy, consistent crosslinking via |\cref|,
725 % |\Cref|, etc..  The manual is also very good.
726 % Note that if you use |\part|s in your document, you need to tell
727 % \pkg{cleveref} how to deal with them:
728 % \begin{example}
729 %   \usepackage{cleveref}
730 %   \crefname{part}{part}{parts}
731 % \end{example}
732 %
733 %
734 % \subsubsection{Hyperlinks}
735 %
736 % \cls{drexel-thesis} loads
737 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/hyperref/}{%
738 %   \pkg{hyperref}}.
739 % with the options:\\
740 % \begin{tabular}{r p{0.8\textwidth}}
741 %   |colorlinks| & color the link letters instead of drawing colored boxes. \\
742 % \end{tabular}
743 %
744 % The default \pkg{hyperref} colors can be a bit jarring.  Feel free
745 % to use \Lopt{blackref} or override them yourself:
746 % \begin{example}
747 %   \usepackage{xcolor}
748 %   \definecolor{dark-gray}{gray}{0.3}
749 %   \hypersetup{citecolor=dark-gray}
750 % \end{example}
751 % See
752 % \href{http://mirror.ctan.org/macros/latex/contrib/hyperref/doc/manual.pdf}{%
753 %   the hyperref manual} (\S 3.4 Extension options)
754 % for a list of |*color| options.
755 %
756 % If running with a pdftex-based driver, |\author|, |\title|, and
757 % |\degree| automatically set |pdfauthor|, |pdftitle|, and
758 % |pdfsubject| respectively.  You can use the |\hypersetup| macro to
759 % set options overriding these defaults.
760 %
761 %
762 % \subsubsection{Developing large \LaTeX\ documents}
763 %
764 % A thesis may take a while to compile, especially if it contains
765 % lots of images, etc..  One way to save time, is to use |\includeonly|
766 % when including chapter \file{*.tex} files (see
767 % \href{http://en.wikibooks.org/wiki/TeX/includeonly}{the \TeX\ Wikibook}).
768 % Usage would be something like
769 % \begin{example}
770 % \documentclass{drexel-thesis}
771 % ...
772 % \includeonly{chapter2.tex,chapter3.tex}
773 % \begin{document}
774 % ...
775 % \begin{thesis}
776 % \include{chapter1.tex}
777 % \include{chapter2.tex}
778 % \include{chapter3.tex}
779 % \include{chapter4.tex}
780 % \end{thesis}
781 % ...
782 % \end{document}
783 % \end{example}
784 % which would only compile chapters two and three.  Don't confuse the
785 % similar commands |\include| and |\input|.  The more fundamental
786 % |\input| just inserts the file contents at that point, while
787 % |\include|
788 % \begin{itemize}
789 %   \item may only be used after |\begin{document}|
790 %   \item acts like |\clearpage \input{} \clearpage|
791 %   \item will not crash on nonexistent files
792 % \end{itemize}
793 %
794 %
795 % \StopEventually{\pagebreak\PrintChanges}
796 %
797 %
798 % \subsubsection{Passing options to packages used by \textsf{drexel-thesis}}
799 %
800 %
801 % \cls{drexel-thesis} uses a number of \LaTeX\ packages internally to
802 % format your thesis.  Sometimes you also want to use these packages
803 % directly, but \cls{drexel-thesis} is not passing them the option(s)
804 % you need.  The way to deal with these issues is
805 % \href{http://www.tex.ac.uk/cgi-bin/texfaq2html?label=optionclash}{%
806 %  \cs{PassOptionsToPackage}}.
807 % \begin{command}
808 %   `\cs{PassOptionsToPackage}\marg{option,...}\marg{package}'
809 % \end{command}
810 % For example, if you need to pass \Lopt{table} to \pkg{xcolor}, use:
811 % \begin{example}
812 % \PassOptionToPackage{table}{xcolor}
813 % \documentclass{drexel-thesis}
814 % \end{example}
815 % Note that you need to call \cs{PassOptionsToPackage} before the
816 % target package is imported via \cs{documentclass}.
817 %
818 %
819 % \section{Implementation}
820 %    \begin{macrocode}
821 %<*class>
822 %    \end{macrocode}
823 %
824 % For simplicity, we'll derive everything from the standard \cls{book}
825 % class.
826 %
827 %
828 % \subsection{Option Processing}
829 %
830 % Include
831 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/xkeyval/}{\pkg{xkeyval}}
832 % for easier option parsing.  If the package is not installed on your system,
833 % see \S \ref{sec:dependencies} for installation instructions.
834 %    \begin{macrocode}
835 \RequirePackage{xkeyval}
836 %    \end{macrocode}
837 %
838 % Define some booleans to store option states
839 %    \begin{macrocode}
840 \newif\if@mainmatter \@mainmattertrue
841 \newif\if@DUT@subfigopt
842 \newif\if@DUT@pagebreak
843 \newif\if@dottedchapter 
844 \newif\if@boldchapter
845 \newif\if@boldpart
846 \newif\if@dottedpart
847 \newif\if@indenttoc
848 \newif\if@blackref
849 \newif\if@draftwatermark
850 \newif\if@xdraftwatermark
851 \newif\if@indentfirst
852 \newif\if@final
853 \newif\if@daring
854 \newif\if@approvalform
855 %    \end{macrocode}
856 %
857 % \begin{macro}{\iffinal}
858 % \begin{macro}{\DUTiffinal}
859 % Setup a user-friendly means for including \Lopt{final}- or
860 % \Lopt{draft}-specific code.
861 % \changes{0.7}{2010/03/14}{W.~Trevor King added iffinal macro.}
862 % \changes{0.15}{2011/04/22}{W.~Trevor King added DUTiffinal macro.}
863 %    \begin{macrocode}
864 \newcommand\iffinal[2]{\if@final #1\else #2\fi}
865 \let\DUTiffinal\iffinal
866 %    \end{macrocode}
867 % \end{macro}
868 % \end{macro}
869 %
870 % \begin{macro}{\ifdraftwatermark}
871 % \begin{macro}{\DUTifdraftwatermark}
872 % Setup a user-friendly means for including
873 % \Lopt{draftwatermark}-specific code (e.g. |\draftmarksetup|,
874 % \S~\ref{sec:draftmark}).
875 % \changes{0.15}{2011/04/22}{W.~Trevor King added ifdraftwatermark macro.}
876 % \changes{0.15}{2011/04/22}{W.~Trevor King added DUTifdraftwatermark macro.}
877 %    \begin{macrocode}
878 \newcommand\ifdraftwatermark[2]{\if@draftwatermark #1\else #2\fi}
879 \let\DUTifdraftwatermark\ifdraftwatermark
880 %    \end{macrocode}
881 % \end{macro}
882 % \end{macro}
883 %
884 % \begin{macro}{\ifdaring}
885 % \begin{macro}{\DUTifdaring}
886 % Setup a user-friendly means for including \Lopt{daring}-specific
887 % code.
888 % \changes{0.11}{2010/06/04}{W.~Trevor King added ifdaring macro.}
889 % \changes{0.15}{2011/04/22}{W.~Trevor King added DUTifdaring macro.}
890 %    \begin{macrocode}
891 \newcommand\ifdaring[2]{\if@daring #1\else #2\fi}
892 \let\DUTifdaring\ifdaring
893 %    \end{macrocode}
894 % \end{macro}
895 % \end{macro}
896 %
897 % \begin{macro}{\DUT@makeapprovalform}
898 % Typesets the T-1 thesis/dissertation approval form.
899 % \changes{0.14}{2010/09/21}{Evan Sultanik added macro.}
900 %    \begin{macrocode}
901 \newcommand\DUT@makeapprovalform{
902   \thispagestyle{empty}
903   \begingroup
904   \newlength{\tempskipa}
905   \newlength{\tempskipb}
906 %    \end{macrocode}
907 % Don't indent paragraphs on this page.
908 %    \begin{macrocode}
909   \parindent \z@
910 %    \end{macrocode}
911 % Setup $\mbox{tempskipa} = \mbox{logo width} + \mbox{4pt}$ and
912 % $\mbox{tempskipb} = \mbox{textwidth} - \mbox{tempskipa} -
913 % \mbox{4pt}$.  The first |pt| ensures the logo will fit in the left
914 % column; the second provides some buffer space between the minipages.
915 %    \begin{macrocode}
916   \settowidth{\tempskipa}{\drexellogobw}
917   \addtolength{\tempskipa}{1em}
918   \setlength{\tempskipb}{\textwidth}
919   \addtolength{\tempskipb}{-\tempskipa}
920   \addtolength{\tempskipb}{-1em}
921 %    \end{macrocode}
922 % Add the logo and form title in columns.  Each column is in a minipage.
923 %    \begin{macrocode}
924   \begin{minipage}[c]{\tempskipa}
925 %    \end{macrocode}
926 % |\raisebox| drops the logo so that the image is centered on the baseline.
927 %    \begin{macrocode}
928     \raisebox{-0.5\height}{\drexellogobw}
929   \end{minipage}
930   \hfill
931   \begin{minipage}[c]{\tempskipb}
932 %    \end{macrocode}
933 % Unlike |\newline| or |\\|, |\linebreak| justifies the current line
934 % before requesting a newline.
935 %    \begin{macrocode}
936     \textbf{\Huge Office of Graduate Studies} \linebreak
937     \vskip 0.1\baselineskip
938 %    \end{macrocode}
939 % The original form lacks the spaces around the slash (|/|), but
940 % \LaTeX's font and kerning make the second line more compact in our
941 % version.  Allowing stretchy spaces around the slash helps the second
942 % line look more balanced.
943 %    \begin{macrocode}
944     \textbf{\LARGE Dissertation / Thesis Approval Form} \linebreak
945   \end{minipage}
946
947   \vskip 2\baselineskip
948
949   This form is for use by all doctoral and master's students with a
950   dissertation/thesis requirement.  Please print clearly as the
951   library will bind a copy of this form with each copy of the
952   dissertation/thesis.  All doctoral dissertations must conform to
953   university format requirements, which is the responsibility of the
954   student and supervising professor.  Students should obtain a copy of
955   the Thesis Manual located on the library website.
956
957   \vspace*{\fill}
958 %    \end{macrocode}
959 % Setup $\mbox{tempskipb} = \mbox{left column width}$ and
960 % $\mbox{tempskipa} = \mbox{textwidth} - \mbox{tempskipb} -
961 % \mbox{4em}$.  The |4em| provides some buffer space between the
962 % columns.
963 %    \begin{macrocode}
964   \settowidth{\tempskipb}{Dissertation/Thesis Title:}
965   \setlength{\tempskipa}{\textwidth}
966   \addtolength{\tempskipa}{-\tempskipb}
967   \addtolength{\tempskipa}{-4em}
968 %    \end{macrocode}
969 % Double space the student-contolled section to allow plenty of space
970 % for hand-written entries.
971 %    \begin{macrocode}
972   \begin{spacing}{2}
973     \begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} l p{\tempskipa}}
974       \textbf{Dissertation/Thesis Title:} & \@DUT@title \\
975       \textbf{Author:} & \@DUT@author
976     \end{tabular*}
977
978     \vspace*{\fill}
979
980     \begin{center}
981       \textbf{This dissertation/thesis is hereby accepted and approved.}
982     \end{center}
983
984     \vspace*{\fill}
985
986     \textbf{Signatures:} \\
987     Examining Committee \\
988 %    \end{macrocode}
989 % The left most column is left blank and the stretchy space between
990 % columns indents the middle column.  I think this looks bad, but
991 % that's how Drexel's version of the T-1 form looks.
992 %    \begin{macrocode}
993     \begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} p{0pt} l p{\tempskipa}}
994       & Chair            & \hrulefill \\
995       & Members          & \hrulefill \\
996       &                  & \hrulefill \\
997       &                  & \hrulefill \\
998       &                  & \hrulefill \\
999       &                  & \hrulefill \\
1000       & Academic Advisor & \hrulefill \\
1001       & Department Head  & \hrulefill
1002     \end{tabular*}
1003
1004     \vspace*{\fill}
1005   \end{spacing}
1006
1007   \begin{center}\scriptsize
1008     Office of Graduate Studies
1009     $\bullet$ 3141 Chestnut St.
1010     $\bullet$ Randell Hall 240
1011     $\bullet$ Philadelphia, PA 19104 \\
1012     \textbf{Tel.}: 215-895-0366
1013     $\bullet$ \textbf{Fax}: 215-895-0495
1014     $\bullet$ \textbf{Email}:
1015       \href{mailto:graduate@drexel.edu}{graduate@drexel.edu}
1016     $\bullet$ \textbf{Web}:
1017       \href{http://www.drexel.edu/provost/graduatestudies/}{%
1018                    www.drexel.edu/provost/graduatestudies}
1019   \end{center}
1020   \endgroup
1021   \pagebreak
1022 }
1023 %    \end{macrocode}
1024 % \end{macro}
1025 %
1026 % \begin{macro}{\drexellogobw}
1027 % Draws a vector art official black-and-white Drexel logo.  The image
1028 % is exactly 1~inch wide and 1.016~inches tall.
1029 % \changes{0.14}{2010/09/21}{Evan Sultanik added macro.}
1030 %    \begin{macrocode}
1031 \newcommand\drexellogobw{
1032   \begin{tikzpicture}[y=0.8pt, x=0.8pt,yscale=-1, inner sep=0pt, outer sep=0pt]
1033   \begin{scope}[cm={{1.25,0.0,0.0,-1.25,(-332.5,550.73629)}},]
1034     \path[fill=black,nonzero rule] (266.0000,367.4100) -- (338.0000,367.4100) --
1035       (338.0000,440.5890) -- (266.0000,440.5890) -- (266.0000,367.4100) -- cycle;
1036     \path[fill=white,nonzero rule] (269.3171,377.0107) -- (334.8469,377.0107) --
1037       (334.8469,438.7106) -- (269.3171,438.7106) -- (269.3171,377.0107) -- cycle;
1038     \path[fill=black,nonzero rule] (330.2168,398.2540) .. controls
1039       (328.9195,397.9603) and (327.1082,397.5687) .. (326.0555,397.4220) --
1040       (326.0555,396.7855) .. controls (327.6468,396.6388) and (327.6956,396.6388) ..
1041       (327.6956,395.1942) -- (327.6956,383.2000) .. controls (327.6956,381.8537) and
1042       (327.5489,381.7070) .. (326.0313,381.5600) -- (326.0313,380.8747) --
1043       (331.9060,380.8747) -- (331.9060,381.5600) .. controls (330.3147,381.7070) and
1044       (330.2168,381.8537) .. (330.2168,383.2000) -- (330.2168,398.2540) --
1045       cycle(319.4750,387.8511) .. controls (319.6711,389.6870) and
1046       (320.6989,390.8372) .. (321.7273,390.8372) .. controls (322.8042,390.8372) and
1047       (323.5629,389.5642) .. (323.5629,388.5852) .. controls (323.5629,388.0466) and
1048       (323.4650,387.8999) .. (323.1225,387.8999) -- (319.4750,387.8511) --
1049       cycle(325.6436,383.5183) .. controls (324.6889,382.7839) and
1050       (323.9057,382.4902) .. (323.0734,382.4902) .. controls (321.2375,382.4902) and
1051       (319.3037,383.7632) .. (319.3528,386.8472) .. controls (322.0207,386.9454) and
1052       (325.1787,387.1900) .. (325.5215,387.2391) .. controls (325.9865,387.3367) and
1053       (326.0352,387.3858) .. (326.0352,388.2915) .. controls (326.0352,390.0540) and
1054       (324.4443,391.7920) .. (322.3881,391.7920) .. controls (319.1570,391.7920) and
1055       (316.8805,388.7813) .. (316.9296,385.7212) .. controls (316.9784,382.8575) and
1056       (318.8630,380.5809) .. (322.0698,380.5809) .. controls (322.7551,380.5809) and
1057       (324.5910,381.0704) .. (325.9865,383.1021) -- (325.6436,383.5183) --
1058       cycle(312.6069,391.4983) -- (312.6069,390.8130) -- (313.2434,390.7393) ..
1059       controls (313.7084,390.6659) and (313.5859,390.3968) .. (313.2188,389.7848) ..
1060       controls (312.8518,389.1729) and (312.4111,388.5118) .. (311.9216,387.8265) --
1061       (310.5019,389.9561) .. controls (310.1836,390.4210) and (310.2327,390.6659) ..
1062       (310.6485,390.7147) -- (311.2851,390.8129) -- (311.2851,391.4982) --
1063       (305.8754,391.4982) -- (305.8754,390.8129) .. controls (307.1972,390.6659) and
1064       (307.3684,390.5680) .. (308.1762,389.3195) -- (310.4527,385.7948) .. controls
1065       (309.6938,384.7667) and (308.9839,383.8365) .. (308.4211,383.1021) .. controls
1066       (307.3930,381.7803) and (307.0259,381.7557) .. (305.6304,381.5599) --
1067       (305.6304,380.8746) -- (310.2327,380.8746) -- (310.2327,381.5599) --
1068       (309.5225,381.6824) .. controls (309.1309,381.7557) and (309.0576,381.9027) ..
1069       (309.4492,382.5635) .. controls (309.9142,383.3470) and (310.4528,384.1547) ..
1070       (310.9914,384.9379) -- (312.5824,382.5147) .. controls (312.9006,382.0252) and
1071       (312.8761,381.7069) .. (312.4353,381.6581) -- (311.7258,381.5599) --
1072       (311.7258,380.8746) -- (317.5271,380.8746) -- (317.5271,381.5599) .. controls
1073       (316.2053,381.7069) and (315.8867,381.8048) .. (314.9323,383.2491) --
1074       (312.4599,386.9942) .. controls (313.3168,388.1693) and (314.0021,389.0259) ..
1075       (314.2715,389.3683) .. controls (315.2997,390.6168) and (315.5934,390.6659) ..
1076       (317.1355,390.8129) -- (317.1355,391.4982) -- (312.6069,391.4982) --
1077       cycle(299.3927,387.8511) .. controls (299.5885,389.6870) and
1078       (300.6166,390.8372) .. (301.6447,390.8372) .. controls (302.7220,390.8372) and
1079       (303.4806,389.5642) .. (303.4806,388.5852) .. controls (303.4806,388.0466) and
1080       (303.3827,387.8999) .. (303.0402,387.8999) -- (299.3927,387.8511) --
1081       cycle(305.5614,383.5183) .. controls (304.6066,382.7839) and
1082       (303.8234,382.4902) .. (302.9911,382.4902) .. controls (301.1552,382.4902) and
1083       (299.2215,383.7632) .. (299.2706,386.8472) .. controls (301.9384,386.9454) and
1084       (305.0961,387.1900) .. (305.4389,387.2391) .. controls (305.9039,387.3367) and
1085       (305.9530,387.3858) .. (305.9530,388.2915) .. controls (305.9530,390.0540) and
1086       (304.3617,391.7920) .. (302.3058,391.7920) .. controls (299.0745,391.7920) and
1087       (296.7982,388.7813) .. (296.8470,385.7212) .. controls (296.8961,382.8575) and
1088       (298.7808,380.5809) .. (301.9876,380.5809) .. controls (302.6729,380.5809) and
1089       (304.5087,381.0704) .. (305.9039,383.1021) -- (305.5614,383.5183) --
1090       cycle(292.7087,391.8408) .. controls (291.4360,391.4492) and
1091       (289.8205,391.1067) .. (288.6211,390.9109) -- (288.6211,390.3477) .. controls
1092       (290.1387,390.2007) and (290.1875,390.1519) .. (290.1875,388.6585) --
1093       (290.1875,383.2000) .. controls (290.1875,381.8537) and (290.0408,381.7070) ..
1094       (288.5965,381.5600) -- (288.5965,380.8747) -- (294.6428,380.8747) --
1095       (294.6428,381.5600) .. controls (292.8557,381.7070) and (292.7087,381.8537) ..
1096       (292.7087,383.2000) -- (292.7087,388.1448) .. controls (293.2476,389.2217) and
1097       (293.8105,389.5154) .. (294.2266,389.5154) .. controls (294.6182,389.5154) and
1098       (295.0098,389.3196) .. (295.3526,388.9771) .. controls (295.4993,388.8301) and
1099       (295.7930,388.7813) .. (296.0625,388.8789) .. controls (296.6253,389.0993) and
1100       (297.0660,389.8091) .. (297.0660,390.4211) .. controls (297.0660,391.1067) and
1101       (296.4298,391.8408) .. (295.5484,391.8408) .. controls (294.3487,391.8408) and
1102       (293.3697,390.2986) .. (292.7823,389.3684) -- (292.7086,389.3684) --
1103       (292.7086,391.8408) -- cycle(276.3892,394.4356) .. controls
1104       (276.3892,395.0721) and (276.3892,395.5125) .. (276.5362,395.6350) .. controls
1105       (276.6829,395.7574) and (277.3194,395.8553) .. (278.1272,395.8553) .. controls
1106       (282.0438,395.8553) and (284.6874,394.0440) .. (284.6874,388.8055) .. controls
1107       (284.6874,384.7422) and (282.5821,381.8782) .. (278.5188,381.8782) .. controls
1108       (276.6341,381.8782) and (276.3892,382.3435) .. (276.3892,384.5952) --
1109       (276.3892,394.4356) -- cycle(271.6405,396.7855) -- (271.6405,396.0999) ..
1110       controls (273.4518,395.9532) and (273.6476,395.7574) .. (273.6476,393.1138) --
1111       (273.6476,384.5464) .. controls (273.6476,381.9028) and (273.4518,381.7070) ..
1112       (271.4447,381.5599) -- (271.4447,380.8746) -- (277.4419,380.8746) .. controls
1113       (283.1695,380.8746) and (287.8206,383.5183) .. (287.8206,389.5399) .. controls
1114       (287.8206,391.6941) and (286.8903,393.5054) .. (285.7643,394.6314) .. controls
1115       (284.1488,396.1981) and (281.6522,396.7855) .. (278.9104,396.7855) --
1116       (271.6405,396.7855);
1117     \path[fill=white,nonzero rule] (277.1649,373.9784) -- (277.1649,371.3099) ..
1118       controls (277.1649,370.4792) and (277.1239,369.7235) .. (276.0893,369.7235) ..
1119       controls (275.0546,369.7235) and (275.0137,370.4792) .. (275.0137,371.3099) --
1120       (275.0137,373.9784) -- (273.9584,373.9784) -- (273.9584,370.9013) .. controls
1121       (273.9584,369.5942) and (274.8978,368.9613) .. (276.0893,368.9613) .. controls
1122       (277.2808,368.9613) and (278.2201,369.5942) .. (278.2201,370.9013) --
1123       (278.2201,373.9784) -- (277.1649,373.9784);
1124     \path[fill=white,nonzero rule] (285.3943,369.0631) -- (285.3943,373.9784) --
1125       (284.4072,373.9784) -- (284.4072,370.1253) -- (284.3933,370.1119) --
1126       (282.5215,373.9785) -- (280.9557,373.9785) -- (280.9557,369.0632) --
1127       (281.9429,369.0632) -- (281.9429,373.1344) -- (281.9563,373.1482) --
1128       (283.8966,369.0632) -- (285.3943,369.0632);
1129     \path[fill=white,nonzero rule] (287.9938,369.0631) -- (289.0489,369.0631) --
1130       (289.0489,373.9783) -- (287.9938,373.9783) -- (287.9938,369.0631) -- cycle;
1131     \path[fill=white,nonzero rule] (293.1186,369.0631) -- (294.2692,369.0631) --
1132       (296.0802,373.9784) -- (295.0383,373.9784) -- (293.7518,370.1047) --
1133       (293.7380,370.1047) -- (292.4581,373.9784) -- (291.3076,373.9784) --
1134       (293.1186,369.0631);
1135     \path[fill=white,nonzero rule] (298.3125,369.0631) -- (301.6824,369.0631) --
1136       (301.6824,369.8804) -- (299.3678,369.8804) -- (299.3678,371.1940) --
1137       (301.4647,371.1940) -- (301.4647,372.0109) -- (299.3678,372.0109) --
1138       (299.3678,373.1615) -- (301.6078,373.1615) -- (301.6078,373.9784) --
1139       (298.3125,373.9784) -- (298.3125,369.0631);
1140     \path[fill=white,nonzero rule] (305.3086,373.1615) -- (306.1936,373.1615) ..
1141       controls (306.6566,373.1545) and (306.9291,372.9710) .. (306.9291,372.5352) ..
1142       controls (306.9291,372.0997) and (306.6566,371.8682) .. (306.1936,371.8613) --
1143       (305.3086,371.8613) -- (305.3086,373.1615) -- cycle(305.3086,371.0444) --
1144       (306.4251,371.0444) .. controls (306.7722,371.0306) and (306.8403,370.6564) ..
1145       (306.8675,370.3840) .. controls (306.9153,369.9413) and (306.9631,369.4989) ..
1146       (307.0515,369.0631) -- (308.2158,369.0631) .. controls (308.0181,369.3356) and
1147       (307.9771,369.9141) .. (307.9297,370.2275) .. controls (307.8413,370.9082) and
1148       (307.8413,371.4052) .. (307.0309,371.4936) -- (307.0309,371.5074) .. controls
1149       (307.6369,371.6368) and (308.0521,372.0588) .. (308.0521,372.6986) .. controls
1150       (308.0521,373.6995) and (307.1877,373.9719) .. (306.3436,373.9785) --
1151       (304.2533,373.9785) -- (304.2533,369.0632) -- (305.3086,369.0632) --
1152       (305.3086,371.0444);
1153     \path[fill=white,nonzero rule] (314.2601,372.5761) .. controls
1154       (314.2601,373.5633) and (313.5181,374.0806) .. (312.5650,374.0806) .. controls
1155       (311.5572,374.0806) and (310.5225,373.5836) .. (310.5225,372.4605) .. controls
1156       (310.5225,371.5889) and (311.4619,371.2759) .. (312.1495,371.1056) .. controls
1157       (312.5719,370.9969) and (313.2729,370.9560) .. (313.2729,370.3771) .. controls
1158       (313.2729,369.8529) and (312.7146,369.7235) .. (312.2926,369.7235) .. controls
1159       (311.7412,369.7235) and (311.4282,370.0912) .. (311.4691,370.6358) --
1160       (310.3932,370.6358) .. controls (310.3592,369.3968) and (311.1558,368.9613) ..
1161       (312.2792,368.9613) .. controls (313.3341,368.9613) and (314.3963,369.3834) ..
1162       (314.3963,370.6017) .. controls (314.3963,371.5889) and (313.2935,371.8001) ..
1163       (312.5447,371.9906) .. controls (312.1227,372.0928) and (311.6459,372.1540) ..
1164       (311.6459,372.6851) .. controls (311.6459,373.1140) and (312.0408,373.3184) ..
1165       (312.4288,373.3184) .. controls (312.9393,373.3184) and (313.2048,373.0731) ..
1166       (313.2457,372.5761) -- (314.2601,372.5761);
1167     \path[fill=white,nonzero rule] (316.8870,369.0631) -- (317.9422,369.0631) --
1168       (317.9422,373.9783) -- (316.8870,373.9783) -- (316.8870,369.0631) -- cycle;
1169     \path[fill=white,nonzero rule] (320.2146,373.1615) -- (321.6782,373.1615) --
1170       (321.6782,369.0631) -- (322.7335,369.0631) -- (322.7335,373.1615) --
1171       (324.1971,373.1615) -- (324.1971,373.9784) -- (320.2146,373.9784) --
1172       (320.2146,373.1615);
1173     \path[fill=white,nonzero rule] (327.7961,369.0631) -- (328.8511,369.0631) --
1174       (328.8511,370.6701) -- (330.5056,373.9784) -- (329.4231,373.9784) --
1175       (328.3881,371.7251) -- (327.3741,373.9784) -- (326.1417,373.9784) --
1176       (327.7961,370.6701) -- (327.7961,369.0631);
1177     \path[fill=black,nonzero rule] (317.2675,431.5469) .. controls
1178       (316.1860,431.3992) and (315.2214,430.7506) .. (314.6366,429.7477) .. controls
1179       (314.1108,428.7739) and (313.9058,427.3581) .. (314.6661,426.4142) .. controls
1180       (315.0459,425.9718) and (315.5138,425.6179) .. (316.0986,425.5884) .. controls
1181       (317.6768,425.7655) and (318.7000,427.4174) .. (320.2199,427.8005) .. controls
1182       (321.2140,428.1250) and (322.0325,427.5647) .. (322.7342,427.0042) .. controls
1183       (323.2604,426.6797) and (323.9912,426.7681) .. (324.4882,427.0926) .. controls
1184       (322.8511,425.7652) and (321.7401,423.7889) .. (321.5650,421.6357) .. controls
1185       (321.3308,422.6386) and (320.7169,423.7299) .. (319.7232,424.0839) .. controls
1186       (318.6126,424.4971) and (317.6480,423.8183) .. (316.8877,423.0810) .. controls
1187       (316.1864,422.3436) and (315.8940,421.3997) .. (315.5138,420.5146) .. controls
1188       (316.0400,420.9868) and (316.6834,421.6063) .. (317.4725,421.7536) .. controls
1189       (318.4665,422.0486) and (319.4020,421.7241) .. (320.1911,421.1344) .. controls
1190       (320.4540,420.8689) and (320.7759,420.6328) .. (320.8927,420.2199) .. controls
1191       (319.8990,419.5415) and (319.5772,418.3909) .. (319.6358,417.1814) .. controls
1192       (319.3142,418.1254) and (318.9636,419.2760) .. (317.8818,419.6889) .. controls
1193       (317.1801,419.9839) and (316.3032,419.8955) .. (315.7479,419.3054) .. controls
1194       (315.2800,418.8038) and (315.2509,418.0075) .. (315.3678,417.3291) .. controls
1195       (315.8062,415.4120) and (317.5602,414.2909) .. (319.2265,413.7304) .. controls
1196       (320.9514,413.1109) and (322.5299,411.5180) .. (322.7345,409.6304) .. controls
1197       (322.9978,409.6893) and (323.4362,409.8956) .. (323.6700,409.6006) .. controls
1198       (323.9329,410.4856) and (324.3422,411.6362) .. (325.3945,411.9309) .. controls
1199       (326.1545,412.2262) and (326.9439,411.9309) .. (327.5287,411.4001) .. controls
1200       (328.1426,410.7217) and (328.4350,409.8366) .. (328.2595,408.8927) .. controls
1201       (328.1717,408.5093) and (327.9962,408.1553) .. (327.7625,407.8308) .. controls
1202       (327.8502,408.2732) and (327.9088,408.9814) .. (327.6164,409.3943) .. controls
1203       (327.3823,409.7188) and (327.0316,409.9548) .. (326.6515,409.9548) .. controls
1204       (326.3594,409.9843) and (326.1548,409.8075) .. (326.0084,409.5714) .. controls
1205       (325.6869,408.1258) and (327.4995,407.7424) .. (327.5578,406.3856) .. controls
1206       (327.5873,405.6482) and (327.2949,404.9695) .. (326.6518,404.6453) .. controls
1207       (325.9505,404.3503) and (325.1902,404.6155) .. (324.6932,405.1466) .. controls
1208       (324.4303,405.3824) and (324.2256,405.6777) .. (324.1087,405.9724) .. controls
1209       (324.6346,405.7072) and (325.5995,405.4416) .. (326.1548,405.9433) .. controls
1210       (326.4180,406.1790) and (326.5346,406.4740) .. (326.5346,406.8280) .. controls
1211       (326.5932,407.3591) and (326.1839,407.8014) .. (325.8333,408.0964) .. controls
1212       (325.5114,408.3325) and (325.1607,408.4798) .. (324.7515,408.5388) .. controls
1213       (324.9856,408.0669) and (324.9564,407.4180) .. (324.6346,407.0051) .. controls
1214       (324.1087,406.2677) and (323.1733,406.3264) .. (322.3547,406.4151) .. controls
1215       (321.4779,404.2030) and (319.0516,403.0230) .. (316.8884,402.4330) --
1216       (315.3098,402.3151) .. controls (316.3039,401.6956) and (317.3562,401.2234) ..
1217       (318.4086,400.7222) .. controls (318.9639,401.7251) and (319.7530,402.8458) ..
1218       (320.9517,403.0819) .. controls (321.8285,403.1998) and (322.6471,402.9048) ..
1219       (323.1441,402.1969) .. controls (323.5534,401.4595) and (323.8163,400.4566) ..
1220       (323.4657,399.6011) -- (323.0855,398.8932) .. controls (323.2610,399.5421) and
1221       (323.0563,400.3682) .. (322.5011,400.8695) .. controls (322.2087,401.1056) and
1222       (321.8285,401.2234) .. (321.4484,401.1645) .. controls (321.0977,401.1056) and
1223       (320.7471,400.8695) .. (320.6302,400.5156) .. controls (320.2500,398.7753) and
1224       (322.8226,398.7458) .. (322.5302,396.9761) .. controls (322.4719,396.5039) and
1225       (322.2673,396.1205) .. (321.8580,395.7961) .. controls (321.2444,395.2948) and
1226       (320.1331,395.2358) .. (319.4026,395.6192) .. controls (318.9348,395.7961) and
1227       (318.5255,396.1795) .. (318.1457,396.5039) .. controls (317.5609,396.1795) and
1228       (316.6546,396.1503) .. (316.1284,396.6221) .. controls (315.3393,397.2711) and
1229       (315.1930,398.2147) .. (314.9592,399.1292) .. controls (311.7435,400.3977) and
1230       (308.7325,402.2561) .. (306.2186,404.9698) .. controls (304.4354,406.8872) and
1231       (303.6460,409.5125) .. (304.0553,412.1968) .. controls (304.4646,414.6744) and
1232       (304.2305,417.5357) .. (302.0966,419.0108) .. controls (301.1026,419.5415) and
1233       (299.8161,419.8071) .. (298.7055,419.3647) .. controls (297.5945,418.8929) and
1234       (296.8346,417.6539) .. (296.8054,416.4150) .. controls (296.8640,414.2026) and
1235       (298.0919,412.3444) .. (299.0860,410.4565) .. controls (300.0214,408.2146) and
1236       (299.6121,405.4122) .. (297.8581,403.7607) .. controls (296.4842,402.0793) and
1237       (294.5259,401.5780) .. (293.0057,400.1914) .. controls (292.8010,399.9848) and
1238       (292.7136,399.6606) .. (292.8305,399.3951) .. controls (293.3275,398.7462) and
1239       (294.2921,398.7462) .. (295.1107,398.8051) .. controls (296.8644,399.1296) and
1240       (298.1796,400.4570) .. (299.8459,400.9288) .. controls (300.8986,401.0764) and
1241       (301.9215,400.7225) .. (302.4771,399.8080) .. controls (302.6817,399.4246) and
1242       (302.8569,398.9230) .. (302.7109,398.4511) .. controls (302.5648,397.9790) and
1243       (302.2138,397.5367) .. (301.8046,397.3300) .. controls (301.5416,397.2122) and
1244       (301.1615,397.2416) .. (300.8691,397.2711) .. controls (301.2201,397.3893) and
1245       (301.6585,397.6546) .. (301.7754,398.1264) .. controls (301.8631,398.5101) and
1246       (301.7463,398.9230) .. (301.4830,399.2180) .. controls (301.1615,399.5130) and
1247       (300.8108,399.6607) .. (300.3724,399.6607) .. controls (300.6353,399.3359) and
1248       (300.8691,398.8935) .. (300.8108,398.3919) .. controls (300.6939,397.6251) and
1249       (300.1678,396.8877) .. (299.4075,396.6811) .. controls (299.0277,396.5633) and
1250       (298.6475,396.7106) .. (298.3260,396.9172) .. controls (298.0339,397.1533) and
1251       (297.9167,397.4188) .. (297.7707,397.7138) .. controls (297.9753,397.5072) and
1252       (298.2383,397.3599) .. (298.5306,397.3893) .. controls (298.9399,397.4482) and
1253       (299.2323,397.6840) .. (299.3783,398.0678) .. controls (299.4661,398.3330) and
1254       (299.4661,398.6873) .. (299.3197,398.9230) .. controls (299.1446,399.1885) and
1255       (298.8522,399.3657) .. (298.5015,399.2769) .. controls (297.3906,398.9230) and
1256       (297.1568,397.3599) .. (296.0167,397.0056) .. controls (294.5551,396.8877) and
1257       (293.0057,397.0649) .. (291.4858,396.9761) -- (286.8671,396.8582) .. controls
1258       (286.6042,396.9466) and (286.2824,397.0056) .. (286.1655,397.3009) .. controls
1259       (285.6393,398.1856) and (286.9549,399.1885) .. (285.8439,399.8673) .. controls
1260       (283.0376,401.7843) and (279.9097,403.7017) .. (278.0679,406.8283) .. controls
1261       (276.4017,409.6307) and (274.9692,413.8490) .. (277.0735,416.9166) .. controls
1262       (278.1845,418.5095) and (280.0263,419.4535) .. (282.0432,419.0995) .. controls
1263       (283.6508,418.8929) and (284.9956,417.5656) .. (285.4049,416.0316) --
1264       (285.4927,415.5005) .. controls (284.8787,416.5921) and (283.8850,417.6834) ..
1265       (282.6277,418.0963) .. controls (282.7449,417.7718) and (282.6863,417.3000) ..
1266       (282.6280,416.9461) .. controls (282.3942,417.4771) and (281.7509,417.9490) ..
1267       (281.1664,418.1556) .. controls (281.4293,417.6834) and (281.7220,417.1229) ..
1268       (281.6340,416.5037) .. controls (281.2247,416.9755) and (280.6111,417.4474) ..
1269       (279.9386,417.2705) .. controls (280.4647,416.8282) and (280.9326,416.3560) ..
1270       (281.1373,415.6776) .. controls (280.6697,415.9726) and (279.9680,416.2676) ..
1271       (279.3246,416.0021) .. controls (279.8803,415.6482) and (280.8743,415.3531) ..
1272       (280.8743,414.4386) .. controls (280.5819,414.6453) and (280.1727,414.7337) ..
1273       (279.8217,414.6453) -- (279.3832,414.4386) .. controls (279.8217,414.2618) and
1274       (280.4356,414.1145) .. (280.7571,413.6424) -- (281.0204,413.1705) .. controls
1275       (280.4064,413.2294) and (279.7634,413.1407) .. (279.3246,412.6689) .. controls
1276       (279.9972,412.5510) and (280.6988,412.4626) .. (281.1373,411.8432) .. controls
1277       (280.5525,411.6955) and (279.9386,411.3710) .. (279.7339,410.7221) .. controls
1278       (280.2896,411.0171) and (281.1373,411.0171) .. (281.6634,410.5747) .. controls
1279       (281.0204,410.2208) and (280.3478,409.5423) .. (280.5233,408.6868) .. controls
1280       (281.0790,409.1291) and (281.8681,409.5129) .. (282.6283,409.1586) .. controls
1281       (281.8098,408.8047) and (281.2836,407.9789) .. (281.2541,407.1528) --
1282       (281.2836,406.9171) .. controls (281.8681,407.5955) and (282.6284,408.0378) ..
1283       (283.5344,407.8610) .. controls (282.7453,407.4773) and (282.3943,406.6810) ..
1284       (282.4820,405.7959) .. controls (282.6284,405.8846) and (282.7453,406.0910) ..
1285       (282.9208,406.2092) .. controls (283.4761,406.5631) and (284.0314,406.9171) ..
1286       (284.6745,406.9465) .. controls (284.2360,406.3565) and (283.6221,405.5893) ..
1287       (283.8854,404.7341) .. controls (284.2946,405.5013) and (285.0546,406.3270) ..
1288       (285.9314,406.4154) .. controls (285.4930,405.8254) and (285.3470,405.0881) ..
1289       (285.3470,404.3212) .. controls (285.9609,405.1765) and (286.8669,406.1794) ..
1290       (287.8901,406.5631) .. controls (287.5391,405.9141) and (287.2176,404.8225) ..
1291       (287.5977,404.0262) .. controls (287.8901,404.9997) and (288.5040,406.0026) ..
1292       (289.2348,406.6512) .. controls (289.0885,405.8254) and (289.3517,405.0586) ..
1293       (289.9948,404.4980) -- (290.0534,404.5569) .. controls (290.0239,405.6191) and
1294       (290.4332,406.5333) .. (290.9594,407.3299) .. controls (290.8425,406.6220) and
1295       (291.2517,405.9730) .. (291.8657,405.6188) -- (292.1289,405.5009) .. controls
1296       (291.8365,406.2386) and (291.6319,407.0938) .. (291.7779,408.0083) .. controls
1297       (292.3041,407.4478) and (293.0644,406.7693) .. (293.9117,406.8872) .. controls
1298       (292.6551,408.0083) and (291.3978,409.2473) .. (290.8716,410.8104) .. controls
1299       (291.3686,410.2797) and (292.1577,409.9254) .. (293.0054,409.9847) .. controls
1300       (291.4272,411.1054) and (289.9948,413.0523) .. (289.8484,415.0876) .. controls
1301       (290.1994,414.2618) and (290.9885,413.6125) .. (291.8071,413.3178) .. controls
1302       (290.6961,414.9697) and (289.5269,416.8868) .. (290.1405,419.1286) .. controls
1303       (290.2868,418.0668) and (290.9008,416.8868) .. (292.0117,416.5626) .. controls
1304       (291.3978,417.7129) and (290.5792,418.8929) .. (290.7544,420.3676) .. controls
1305       (290.8127,421.2821) and (291.1051,422.1671) .. (291.6312,422.9045) .. controls
1306       (291.2514,422.0784) and (291.1928,420.7808) .. (291.9528,420.0137) --
1307       (292.0114,419.9548) .. controls (291.7776,422.2556) and (292.6544,424.5269) ..
1308       (294.6422,425.5888) -- (295.4022,426.0016) .. controls (294.7883,425.2050) and
1309       (294.3793,424.3498) .. (294.3793,423.3171) .. controls (295.2558,425.2050) and
1310       (297.0976,427.0635) .. (299.4364,426.9456) .. controls (299.7870,426.9751) and
1311       (300.1086,426.9158) .. (300.4301,426.8569) .. controls (299.4655,426.4146) and
1312       (298.2668,425.6769) .. (298.1499,424.4677) .. controls (299.7284,425.9129) and
1313       (301.9503,426.7096) .. (304.1133,425.9129) .. controls (304.6103,425.7063) and
1314       (305.1656,425.4411) .. (305.4872,425.0279) .. controls (304.7272,425.4411) and
1315       (303.8504,425.1166) .. (303.2070,424.7034) .. controls (302.9149,424.4972) and
1316       (302.5056,424.2021) .. (302.3888,423.8482) .. controls (303.8795,424.4088) and
1317       (306.1597,424.7922) .. (307.3289,423.2877) -- (308.0598,422.1374) .. controls
1318       (307.2707,422.6685) and (306.3352,423.1108) .. (305.3120,422.9046) .. controls
1319       (305.1365,422.8453) and (304.9610,422.7569) .. (304.7858,422.6092) .. controls
1320       (306.4226,422.5503) and (308.0306,421.7537) .. (308.7028,420.2200) --
1321       (308.9075,419.3055) .. controls (308.4982,420.1021) and (307.6505,420.8984) ..
1322       (306.6859,420.9279) .. controls (307.2412,420.3382) and (308.0892,419.7482) ..
1323       (308.3521,418.9221) .. controls (308.9078,417.6831) and (309.0538,416.1789) ..
1324       (310.3985,415.4121) .. controls (310.9247,415.1466) and (311.4800,414.9694) ..
1325       (312.0648,414.8810) .. controls (310.0479,415.7068) and (309.3171,418.1258) ..
1326       (309.1707,420.2495) .. controls (309.6677,419.6303) and (310.3108,419.0694) ..
1327       (311.0125,418.7748) .. controls (310.6615,419.2171) and (310.3108,419.5121) ..
1328       (309.9307,419.9839) .. controls (308.7614,421.4001) and (308.0598,423.2582) ..
1329       (308.4982,425.1461) .. controls (308.8197,426.3553) and (309.6383,427.3582) ..
1330       (310.4274,428.3611) .. controls (309.7846,427.1224) and (309.6674,425.3233) ..
1331       (310.4569,424.1137) .. controls (310.8367,423.5237) and (311.3632,423.0221) ..
1332       (311.8893,422.6387) .. controls (310.8661,423.9955) and (310.3982,426.0013) ..
1333       (311.0122,427.7419) .. controls (311.8890,430.1312) and (314.3444,431.3993) ..
1334       (316.7123,431.5764) -- (317.2676,431.5469);
1335     \path[fill=white,nonzero rule] (314.4906,424.9100) .. controls
1336       (314.8707,424.6150) and (315.4260,424.4378) .. (315.9231,424.6444) .. controls
1337       (316.0109,424.6739) and (316.0986,424.7328) .. (316.2155,424.7623) .. controls
1338       (315.7770,424.2905) and (315.3091,423.3171) .. (314.4906,423.5237) .. controls
1339       (313.7892,424.0544) and (314.0522,425.1461) .. (313.9936,425.9424) .. controls
1340       (314.0231,425.5295) and (314.1982,425.2050) .. (314.4906,424.9100);
1341     \path[fill=white,nonzero rule] (312.1524,410.9578) .. controls
1342       (312.7372,411.0167) and (313.2634,411.4001) .. (313.5849,411.8723) .. controls
1343       (313.9356,410.8101) and (314.4621,409.1880) .. (313.5849,408.1851) .. controls
1344       (313.3220,407.9196) and (313.0005,407.8014) .. (312.6203,407.8014) .. controls
1345       (311.1587,407.8901) and (310.5157,409.4238) .. (310.1060,410.6627) .. controls
1346       (309.8140,411.5183) and (309.8140,412.4623) .. (309.6968,413.4062) .. controls
1347       (310.1355,412.3735) and (310.8663,410.9283) .. (312.1524,410.9578);
1348     \path[fill=white,nonzero rule] (320.8934,398.4803) .. controls
1349       (321.1563,398.2147) and (321.3023,397.9200) .. (321.2440,397.5363) .. controls
1350       (321.2440,397.2122) and (320.9517,396.8874) .. (320.6887,396.7695) .. controls
1351       (320.0748,396.5039) and (319.3440,396.7106) .. (318.8178,397.0056) .. controls
1352       (319.3145,397.5068) and (319.6072,398.0969) .. (319.6947,398.7458) .. controls
1353       (320.1331,398.8047) and (320.5424,398.7163) .. (320.8934,398.4803);
1354     \path[fill=white,nonzero rule] (322.0034,426.5913) .. controls
1355       (322.0616,426.2668) and (321.8865,426.0013) .. (321.6232,425.8834) .. controls
1356       (321.1848,425.7652) and (320.6000,425.7652) .. (320.2785,426.1195) .. controls
1357       (320.1324,426.3258) and (320.0447,426.6208) .. (320.2199,426.8274) .. controls
1358       (320.6586,427.3581) and (321.6818,427.2403) .. (322.0034,426.5913);
1359     \path[fill=white,nonzero rule] (317.0930,398.3624) .. controls
1360       (317.0639,398.0968) and (316.8592,397.8611) .. (316.5963,397.8018) .. controls
1361       (316.2453,397.7723) and (316.1575,398.0968) .. (316.0701,398.3624) --
1362       (316.0406,398.7753) -- (317.0929,398.3624);
1363     \path[fill=white,nonzero rule] (323.3484,407.8309) .. controls
1364       (323.3193,407.3590) and (322.9977,407.1524) .. (322.5885,407.0051) .. controls
1365       (322.7345,407.4474) and (322.7640,407.9785) .. (322.7057,408.4504) .. controls
1366       (322.9686,408.3325) and (323.2315,408.1259) .. (323.3484,407.8309);
1367   \end{scope}
1368   \end{tikzpicture}
1369 }
1370 %    \end{macrocode}
1371 % \end{macro}
1372 %
1373 % \begin{option}{subfig}
1374 % Set \Lopt{subfig} flag
1375 %    \begin{macrocode}
1376 \DeclareOptionX{subfig}{\@DUT@subfigopttrue}
1377 %    \end{macrocode}
1378 % \end{option}
1379 %
1380 % \begin{option}{finalspace}
1381 %    \begin{macrocode}
1382 \DeclareOptionX{finalspace}{
1383   \setlength\overfullrule{0pt}
1384   \def\@DUT@toc@sep{1} % content page separation (# blanklines between entries)
1385   \def\@ssp{1} % single space
1386   \def\@dsp{2} % double space
1387   \def\@tsp{3} % triple space
1388 }
1389 %    \end{macrocode}
1390 % \end{option}
1391 % \begin{option}{draftspace}
1392 %    \begin{macrocode}
1393 \DeclareOptionX{draftspace}{
1394   \setlength\overfullrule{5pt}
1395   \def\DUT@toc@sep{0} % content page separation (# blanklines between entries)
1396   \def\@ssp{1} % single space
1397   \def\@dsp{1} % double space
1398   \def\@tsp{2} % triple space
1399 }
1400 %    \end{macrocode}
1401 % \end{option}
1402 %
1403 % \begin{option}{pagebreak}
1404 %    \begin{macrocode}
1405 \DeclareOptionX{pagebreak}{
1406   \@DUT@pagebreaktrue
1407 %    \end{macrocode}
1408 %  Force chapters onto right-hand pages.
1409 %    \begin{macrocode}
1410   \PassOptionsToClass{openright}{book}
1411 }
1412 %    \end{macrocode}
1413 % \end{option}
1414 % \begin{option}{nopagebreak}
1415 %    \begin{macrocode}
1416 \DeclareOptionX{nopagebreak}{
1417   \@DUT@pagebreakfalse
1418 %    \end{macrocode}
1419 %  Don't force chapters onto right-hand pages.
1420 %    \begin{macrocode}
1421   \PassOptionsToClass{openany}{book}
1422 }
1423 %    \end{macrocode}
1424 % \end{option}
1425 %
1426 % \begin{option}{dottedpart}
1427 %    \begin{macrocode}
1428 \DeclareOptionX{dottedpart}{\@dottedparttrue}
1429 %    \end{macrocode}
1430 % \end{option}
1431 % \begin{option}{dottedchapter}
1432 %    \begin{macrocode}
1433 \DeclareOptionX{dottedchapter}{\@dottedchaptertrue}
1434 %    \end{macrocode}1
1435 % \end{option}
1436 % \begin{option}{boldpart}
1437 %    \begin{macrocode}
1438 \DeclareOptionX{boldpart}{\@boldparttrue}
1439 %    \end{macrocode}
1440 % \end{option}
1441 % \begin{option}{boldchapter}
1442 %    \begin{macrocode}
1443 \DeclareOptionX{boldchapter}{\@boldchaptertrue}
1444 %    \end{macrocode}
1445 % \end{option}
1446 % \begin{option}{dottedtoc}
1447 %    \begin{macrocode}
1448 \DeclareOptionX{dottedtoc}{
1449   \setkeys{drexel-thesis.cls}{dottedpart}
1450   \setkeys{drexel-thesis.cls}{dottedchapter}
1451 }
1452 %    \end{macrocode}
1453 % \end{option}
1454 % \begin{option}{boldtoc}
1455 %    \begin{macrocode}
1456 \DeclareOptionX{boldtoc}{
1457   \setkeys{drexel-thesis.cls}{boldpart}
1458   \setkeys{drexel-thesis.cls}{boldchapter}
1459 }
1460 %    \end{macrocode}
1461 % \end{option}
1462 %
1463 % \begin{option}{indenttoc}
1464 % Set \Lopt{indenttoc} flag
1465 %    \begin{macrocode}
1466 \DeclareOptionX{indenttoc}{\@indenttoctrue}
1467 %    \end{macrocode}
1468 % \end{option}
1469 %
1470 % \begin{option}{blackref}
1471 % Set \Lopt{blackref} flag
1472 % \changes{0.13}{2010/06/17}{W.~Trevor King added blackref option.}
1473 %    \begin{macrocode}
1474 \DeclareOptionX{blackref}{\@blackreftrue}
1475 %    \end{macrocode}
1476 % \end{option}
1477 %
1478 % \begin{option}{draftwatermark}
1479 % Set \Lopt{draftwatermark} flag
1480 %    \begin{macrocode}
1481 \DeclareOptionX{draftwatermark}{%
1482   \@draftwatermarktrue
1483   \@xdraftwatermarkfalse}
1484 %    \end{macrocode}
1485 % \end{option}
1486 %
1487 % \begin{option}{xdraftwatermark}
1488 % Set \Lopt{xdraftwatermark} flag
1489 % \changes{0.15}{2011/04/22}{W.~Trevor King renamed mydraftwatermark
1490 %   to xdraftwatermark.}
1491 %    \begin{macrocode}
1492 \DeclareOptionX{xdraftwatermark}{% 
1493   \@draftwatermarkfalse
1494   \@xdraftwatermarktrue}
1495 %    \end{macrocode}
1496 % \end{option}
1497 %
1498 % \begin{option}{nodraftwatermark}
1499 % Clear \Lopt{draftwatermark} and \Lopt{xdraftwatermark} flags
1500 % \changes{0.15}{2011/04/22}{W.~Trevor King added nodraftwatermark option.}
1501 %    \begin{macrocode}
1502  \DeclareOptionX{nodraftwatermark}{% 
1503   \@draftwatermarkfalse
1504   \@xdraftwatermarkfalse}
1505 %    \end{macrocode}
1506 % \end{option}
1507 %
1508 % \begin{option}{indentfirst}
1509 % Set \Lopt{indentfirst} flag
1510 %    \begin{macrocode}
1511 \DeclareOptionX{indentfirst}{\@indentfirsttrue}
1512 %    \end{macrocode}
1513 % \end{option}
1514 %
1515 % Define the book options that \Lopt{final} and \Lopt{draft} need to
1516 % access.
1517 % \begin{option}{oneside}
1518 %    \begin{macrocode}
1519 \DeclareOptionX{oneside}{\PassOptionsToClass{oneside}{book}}
1520 %    \end{macrocode}
1521 % \end{option}
1522 %
1523 % \begin{option}{twoside}
1524 %    \begin{macrocode}
1525 \DeclareOptionX{twoside}{\PassOptionsToClass{twoside}{book}}
1526 %    \end{macrocode}
1527 % \end{option}
1528 %
1529 % \begin{option}{final}
1530 %    \begin{macrocode}
1531 \DeclareOptionX{final}{
1532   \@finaltrue
1533   \setkeys{drexel-thesis.cls}{oneside}
1534   \setkeys{drexel-thesis.cls}{finalspace}
1535   \setkeys{drexel-thesis.cls}{pagebreak}
1536   \setkeys{drexel-thesis.cls}{dottedtoc}
1537 }
1538 %    \end{macrocode}
1539 % \end{option}
1540 %
1541 % \begin{option}{draft}
1542 %    \begin{macrocode}
1543 \DeclareOptionX{draft}{
1544   \@finalfalse
1545   \setkeys{drexel-thesis.cls}{twoside}
1546   \setkeys{drexel-thesis.cls}{draftspace}
1547   \setkeys{drexel-thesis.cls}{nopagebreak}
1548   \setkeys{drexel-thesis.cls}{dottedtoc}
1549   \setkeys{drexel-thesis.cls}{xdraftwatermark}
1550 }
1551 %    \end{macrocode}
1552 % \end{option}
1553 %
1554 % \begin{option}{daring}
1555 %    \begin{macrocode}
1556 \DeclareOptionX{daring}{
1557   \@daringtrue
1558 }
1559 %    \end{macrocode}
1560 % \end{option}
1561 %
1562 % \begin{option}{approvalform}
1563 %    \begin{macrocode}
1564 \DeclareOptionX{approvalform}{
1565   \@approvalformtrue
1566 }
1567 %    \end{macrocode}
1568 % \end{option}
1569 %
1570 % Use the default \cls{book} implementation for any remaining options
1571 % including \Lopt{oneside}, \Lopt{twoside}, \Lopt{leqno}, \Lopt{fleqn},
1572 % \ldots.
1573 %    \begin{macrocode}
1574 \DeclareOptionX*{\PassOptionsToClass{\CurrentOption}{book}}
1575 %    \end{macrocode}
1576 %
1577 % Execute the default options
1578 %    \begin{macrocode}
1579 \ExecuteOptionsX{final}
1580 %    \end{macrocode}
1581 %
1582 % Process options and load the book class
1583 %    \begin{macrocode}
1584 \ProcessOptionsX\relax
1585 \LoadClass{book}
1586 %    \end{macrocode}
1587 %
1588 %
1589 % \subsection{Internal package includes}
1590 %
1591 %
1592 % Include some other packages we'll need.  If the package is not
1593 % installed on your system, see \S \ref{sec:dependencies} for
1594 % installation instructions.
1595 %
1596 % For many packages, we want the same functionality for both
1597 % \Lopt{final} and \Lopt{draft} modes.  We pass \Lopt{final} to most
1598 % of those packages to override a possible \Lopt{draft} option passed
1599 % to \pkg{drexel-thesis}.
1600 %
1601 %
1602 % \subsubsection{\pkg{setspace}}
1603 %
1604 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/setspace/}{\pkg{setspace}}
1605 % for double spacing.
1606 %    \begin{macrocode}
1607 \RequirePackage{setspace}
1608 %    \end{macrocode}
1609 %
1610 %
1611 % \subsubsection{\pkg{calc}}
1612 %
1613 % \href{http://www.ctan.org/tex-archive/macros/latex/required/tools/}{\pkg{calc}}
1614 % for |\set@lines@length| macro (page
1615 %   \pageref{sec:implement-line-spacing}).
1616 %    \begin{macrocode}
1617 \RequirePackage{calc}
1618 %    \end{macrocode}
1619 %
1620 %
1621 % \subsubsection{\pkg{graphicx}}
1622 %
1623 % \href{http://www.ctan.org/tex-archive/macros/latex/required/graphics/}{\pkg{graphicx}}
1624 % for |\includegraphics|.  Not strictly necessary, but I can't imagine
1625 % a thesis without figures.
1626 %    \begin{macrocode}
1627 \RequirePackage[final]{graphicx}
1628 %    \end{macrocode}
1629 %
1630 % We include the graphicx package now so we can
1631 % pass \Lopt{final}, because some later packages include it with no options,
1632 % and a \Lopt{final} include after that produces errors like
1633 % \begin{example}
1634 %   l.104 \RequirePackage
1635 %                        [final]{ifpdf}
1636 %   The package graphicx has already been loaded with options:
1637 %     []
1638 %   There has now been an attempt to load it with options
1639 %     [final]
1640 % \end{example}
1641 %
1642 %
1643 % \subsubsection{\pkg{draftmark}}
1644 % \label{sec:draftmark}
1645 %
1646 % The Comp.~Sci.\ class used
1647 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/draftcopy/}{\pkg{draftcopy}}
1648 % to add their watermarks, but as of the current 2002/02/25 v2.16, it
1649 % uses postscript specials, and so doesn't work with pdf\LaTeX.
1650 % Instead we use the recent (catalogued 2009/11/03)
1651 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/draftmark/}{\pkg{draftmark}}
1652 % which unfortunately has a number of apparently non-standard dependencies
1653 % (\href{http://www.ctan.org/tex-archive/macros/latex/contrib/etextools/}{\pkg{etextools}},
1654 %  \href{http://www.ctan.org/tex-archive/macros/latex/contrib/etoolbox/}{\pkg{etoolbox}},
1655 %  \href{http://www.ctan.org/tex-archive/macros/latex/contrib/lastpage/}{\pkg{lastpage}},
1656 %  \href{http://www.ctan.org/tex-archive/macros/latex/contrib/ltxnew/}{\pkg{ltxnew}},
1657 %  \href{http://www.ctan.org/tex-archive/macros/latex/contrib/pagerange/}{\pkg{pagerange}},
1658 %  \href{http://www.ctan.org/tex-archive/macros/latex/contrib/xifthen/}{\pkg{xifthen}},
1659 %  if only I had the space to install |texlive-latexextra| |:p|).
1660 % The output is, however, very flexible, and it \emph{does} work with
1661 % both \LaTeX\ and pdf\LaTeX.  If you don't like the default watermark,
1662 % you can also adjust the particulars with |\draftmarksetup|.
1663 %    \begin{macrocode}
1664 \if@draftwatermark
1665   \RequirePackage[draft,allpages,mark={DRAFT \today},
1666                   fontsize=2cm,grayness=0.9]{draftmark}
1667 \fi
1668 %    \end{macrocode}
1669 %
1670 % Travis Hoppe went for a more discrete watermark in the lower right
1671 % corner with something along the lines of:
1672 % \begin{example}
1673 %   \ifdraftwatermark{
1674 %     \draftmarksetup{angle=0,fontsize=24pt,color=red!45!blue!25,
1675 %                     xcoord=80,ycoord=-129,mark={DRAFT\\[12pt] \today}}
1676 %   }{}
1677 % \end{example}
1678 %
1679 % Here is Evan's alternative implementation.  This will not look right
1680 % as a DVI, but it'll look fine once rendered to either a PS or PDF.
1681 %    \begin{macrocode}
1682 \if@xdraftwatermark
1683 %    \end{macrocode}
1684 % Use \pkg{eso-pic} for |\AddToShipoutPicture|.
1685 %    \begin{macrocode}
1686   \RequirePackage{eso-pic}
1687 %    \end{macrocode}
1688 % Use \pkg{xcolor} for |\definecolor|.
1689 %    \begin{macrocode}
1690   \RequirePackage{xcolor}
1691   \definecolor{watermark}{rgb}{0.9,0.9,0.9}
1692 %    \end{macrocode}
1693 % Set the font explicitly to avoid being effected by the last text on
1694 % the page having some strange font.  |\sffamily| sets a sans serif
1695 % font.
1696 %    \begin{macrocode}
1697   \newcommand{\watermarkfont}{%
1698     \color{watermark}}%\fontfamily{phv}\selectfont\sffamily}
1699   \newcommand{\watermark}{%
1700     \rule{4.25in}{0pt}\raisebox{5.5in}{%
1701       \makebox[0pt]{%
1702 %    \end{macrocode}
1703 % |\rotatebox| and |\resizebox| from \pkg{graphicx}.
1704 %    \begin{macrocode}
1705         \rotatebox[origin=c]{45}{%
1706           \resizebox{!}{1.5in}{%
1707             {\watermarkfont DRAFT}%
1708     }}}}
1709     \raisebox{4.2in}{%
1710       \makebox[0pt]{%
1711         \rotatebox[origin=c]{45}{%
1712           \resizebox{!}{.6in}{%
1713             {\watermarkfont \qquad\today}%
1714     }}}}}
1715   \AddToShipoutPicture{\watermark{}}
1716 \fi
1717 %    \end{macrocode}
1718 %
1719 %
1720 % \subsubsection{\pkg{indentfirst}}
1721 %
1722 % Indent the first paragraph after sections etc.\ with
1723 % \href{http://www.ctan.org/tex-archive/macros/latex/required/tools/}{\pkg{indentfirst}}.
1724 %    \begin{macrocode}
1725 \if@indentfirst
1726   \RequirePackage{indentfirst}
1727 \fi
1728 %    \end{macrocode}
1729 %
1730 %
1731 % \subsubsection{\pkg{geometry}}
1732 %
1733 % Setup page margins with
1734 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/geometry/}{\pkg{geometry}}.
1735 % From the Manual p5:
1736 % \begin{itemize}
1737 %   \item The left margin must be at least 1 1/2'' (1.5 inches)
1738 %   throughout the document.
1739 %   \item All other margins (top, bottom, and right) must be at least 1''.
1740 % \end{itemize}
1741 % And from the Manual \S 1.5 p4, Print Version:
1742 % \begin{quote}
1743 %   The paper size must be 8 1/2'' x 11''.
1744 % \end{quote}
1745 %    \begin{macrocode}
1746 \RequirePackage[letterpaper,margin=1in,bindingoffset=0.5in]{geometry}
1747 %    \end{macrocode}
1748 % Note that we include the \pkg{geometry} package after loading \cls{book} to
1749 % override the margin manipulation that takes place in \cls{book}.
1750 %
1751 %
1752 % \subsubsection{\pkg{tocloft}}
1753 %
1754 % Typeset the table of contents, etc., with
1755 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/tocloft/}{\pkg{tocloft}}.
1756 %    \begin{macrocode}
1757 \if@DUT@subfigopt
1758   \RequirePackage[subfigure]{tocloft}
1759 \else
1760   \RequirePackage{tocloft}
1761 \fi
1762 %    \end{macrocode}
1763 % The \Lopt{subfigure} option sets up \pkg{tocloft} for
1764 % \pkg{subfig}/\pkg{subfigure} compatibility. See the
1765 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/tocloft/tocloft.pdf}{%
1766 %   \pkg{tocloft} manual \S 2.1}
1767 % for details.
1768 %
1769 % The configuration of \pkg{tocloft} takes place in \S
1770 % \ref{sec:implement-toc}, \S \ref{sec:implement-lof}, and \S
1771 % \ref{sec:implement-lot}.
1772 %
1773 %
1774 % \subsubsection{\pkg{caption}}
1775 %
1776 % Get nice caption formatting with
1777 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/caption/}{\pkg{caption}}.
1778 % From the Manual p5:
1779 % \begin{itemize}
1780 %   \item The left margin must be at least 1 1/2'' (1.5 inches)
1781 %   throughout the document.
1782 %   \item All other margins (top, bottom, and right) must be at least 1''.
1783 % \end{itemize}
1784 %    \begin{macrocode}
1785 \RequirePackage[margin=10pt,labelfont=bf,labelsep=colon]{caption}
1786 %    \end{macrocode}
1787 % You can change these settings if you like using |\captionsetup|.
1788 %
1789 %
1790 % \subsubsection{\pkg{floatrow}}
1791 % \label{sec:floatrow}
1792 %
1793 % Enforce caption placement with
1794 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/floatrow/}{\pkg{floatrow}}.
1795 % From the Manual \S 2.3 p6, ``Tables and Figures'', 
1796 % \begin{quote}
1797 %   \begin{itemize}
1798 %     \item Place figure captions below figures.
1799 %     \item Place table captions above tables.
1800 %   \end{itemize}
1801 % \end{quote}
1802 %    \begin{macrocode}
1803 \RequirePackage{floatrow}
1804 \floatsetup[table]{style=plaintop}
1805 \floatsetup{captionskip=10pt}
1806 \floatsetup[table]{captionskip=10pt}
1807 %    \end{macrocode}
1808 % Use \pkg{fr-subfig} for \pkg{floatrow}/\pkg{subfig} compatibility.
1809 % See the \pkg{floatrow} documentation (Sec.~7.1, ``The \pkg{subfig}
1810 % package'') and \pkg{subfig} documentation (Sec.~4.3,
1811 % ``\pkg{FloatRow} Package'') for details.
1812 %    \begin{macrocode}
1813 \if@DUT@subfigopt
1814   \RequirePackage{fr-subfig}
1815 \fi
1816 %    \end{macrocode}
1817 % We set up the three-line surrounding spaces in \S
1818 % \ref{sec:implement-floats}.
1819 %
1820 % You can change these settings using |\floatsetup|, but you probably
1821 % won't need to.
1822 %
1823 %
1824 % \subsubsection{\pkg{subfig}}
1825 % \label{sec:subfig}
1826 %
1827 % Allow multi-part figures with
1828 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/subfig/}{\pkg{subfig}}.
1829 %    \begin{macrocode}
1830 \if@DUT@subfigopt
1831   \RequirePackage{subfig}
1832 \fi
1833 %    \end{macrocode}
1834 %
1835 %
1836 % \subsubsection{\pkg{fancyhdr}}
1837 % \label{sec:fancyhdr}
1838 %
1839 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/fancyhdr/}{\pkg{fancyhdr}}
1840 % for correct page numbering and fancy headers.
1841 % From the Manual \S 2.3 p5, ``Pagination''
1842 % \begin{quote}
1843 %   Place page numbers in the upper right-hand corner of the page,
1844 %   3/4'' from the top.
1845 % \end{quote}
1846 %    \begin{macrocode}
1847 \RequirePackage{fancyhdr}
1848 %    \end{macrocode}
1849 % Setup the standard |fancy| format.
1850 %    \begin{macrocode}
1851 \pagestyle{fancy}
1852 \fancyhf{}
1853 %    \end{macrocode}
1854 % Turn off the header rule by setting its width to $0$.
1855 %    \begin{macrocode}
1856 \renewcommand{\headrulewidth}{0pt}
1857 %    \end{macrocode}
1858 % 0.4 pt is \pkg{fancyhdr}'s default |\headrulewidth|, so we'll
1859 % recycle the value.
1860 %    \begin{macrocode}
1861 \renewcommand{\footrulewidth}{0.4pt}
1862 %    \end{macrocode}
1863 % |\leftmark| is the higher level mark, see |\chaptermark| below.
1864 % |\rightmark| is the lower level mark, see |\sectionmark| below.
1865 % We put the lower level mark to the outside because it changes more
1866 % often.  Page numbers also go on the outside.
1867 %    \begin{macrocode}
1868 \fancyfoot[RE,LO]{\scshape\leftmark}
1869 \fancyfoot[LE,RO]{\scshape\rightmark}
1870 \fancyhead[LE,RO]{\thepage}
1871 %    \end{macrocode}
1872 % Override the |plain| format (for part pages, etc.).
1873 %    \begin{macrocode}
1874 \fancypagestyle{plain}{
1875   \fancyhf{}
1876   \renewcommand{\footrulewidth}{0pt}
1877   \fancyhead[LE,RO]{\thepage}
1878 }
1879 %    \end{macrocode}
1880 % Keep the |empty| format at its default.
1881 %    \begin{macrocode}
1882 \fancypagestyle{empty}{
1883   \fancyhf{}
1884   \renewcommand{\footrulewidth}{0pt}
1885 }
1886 %    \end{macrocode}
1887 %
1888 % Note that the chapter/section footer is not required.  You can
1889 % remove the footer text and rule entirely with.
1890 % \begin{example}
1891 %   \renewcommand{\footrulewidth}{0pt}
1892 %   \fancyfoot[RE,LO]{}
1893 %   \fancyfoot[LE,RO]{}
1894 % \end{example}
1895 %
1896 %
1897 % \subsubsection{\pkg{ifpdf}}
1898 %
1899 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/}{\pkg{ifpdf}}
1900 % for detecting PDF drivers.  We use it to configure \pkg{hyperref} below.
1901 %    \begin{macrocode}
1902 \RequirePackage{ifpdf}
1903 %    \end{macrocode}
1904
1905 % \subsubsection{\pkg{hyperref}}
1906 % \label{sec:hyperref}
1907 %
1908 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/hyperref/}{\pkg{hyperref}}
1909 % for hyperlinks.  Not strictly necessary, but I can't imagine a
1910 % thesis without it.  We actually include this later (\S
1911 % \ref{sec:hyperref-inclusion}), because \pkg{hyperref} sticks its
1912 % fingers into \emph{everything} and we want it to use our versions of
1913 % some macros (e.g., |\@sect|) but not others (e.g., |thebibliography|).
1914 %
1915 %
1916 % \subsubsection{\pkg{hypcap}}
1917 % \label{sec:hypcap}
1918 %
1919 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/}{\pkg{hypcap}}
1920 % for placing caption hyperlink anchors.  Must be included after
1921 % \pkg{hypercap}, so the actual inclusion is in \S
1922 % \ref{sec:hypcap-inclusion}).
1923 %
1924 %
1925 % \subsubsection{\pkg{tikz}}
1926 % \label{sec:tikz}
1927 %
1928 % \href{http://sourceforge.net/projects/pgf/}{\pkg{tikz}}
1929 % for vector drawing natively in \TeX.  This package is currently only
1930 % required for the \Lopt{approvalform} option (it is used in drawing
1931 % the Drexel logo on the approval form).
1932 %    \begin{macrocode}
1933 \if@approvalform\RequirePackage{tikz}\fi
1934 %    \end{macrocode}
1935 %
1936 %
1937 % \subsection{\LaTeX\ overrides and extensions}
1938 %
1939 % Here we change the behavior of a bunch of macros and environments
1940 % from \file{latex.ltx} (generated by \file{format.ins} in
1941 % \href{http://www.ctan.org/tex-archive/macros/latex/base/}{\pkg{base}}).
1942 % We'll copy in their original notes along with their code, following
1943 % the relevant documentation an order given in \file{format.ins} and
1944 % the associated \file{*.dtx} files.
1945 %
1946 %
1947 % \subsubsection{\file{ltsect.dtx}}
1948 %
1949 % \begin{macro}{\title}
1950 % \begin{macro}{\DUTtitle}
1951 % \begin{macro}{\@DUT@title}
1952 % |\title| for use in |\maketitle|. If not given |\maketitle| will
1953 % produce a warning message (\file{ltsect.dtx}, L117).
1954 %
1955 % We extend |\title| to set \pkg{hyperref}'s |pdftitle|.
1956 % (\file{ltsect.dtx}, L117).
1957 %    \begin{macrocode}
1958 \renewcommand{\title}[1]{
1959   \gdef\@DUT@title{#1}
1960   \ifpdf \hypersetup{pdftitle={\@DUT@title}} \fi
1961 }
1962 \let\DUTtitle\title
1963 \def\@DUT@title{\@latex@error{No \noexpand\title given}\@ehc}
1964 %    \end{macrocode}
1965 % \end{macro}
1966 % \end{macro}
1967 % \end{macro}
1968 %
1969 % \begin{macro}{\author}
1970 % \begin{macro}{\DUTauthor}
1971 % \begin{macro}{\@DUT@author}
1972 % |\author| for use in |\maketitle|.  If not given |\maketitle| will
1973 % produce a warning message (\file{ltsect.dtx}, L129).
1974 %
1975 % We extend |\author| to set \pkg{hyperref}'s |pdfauthor| if we're
1976 % writing a PDF to avoid using |\AtBeginDocument| or some such.
1977 % (\file{ltsect.dtx}, L129).
1978 %    \begin{macrocode}
1979 \renewcommand{\author}[1]{
1980   \gdef\@DUT@author{#1}
1981   \ifpdf \hypersetup{pdfauthor={\protect\@DUT@author}} \fi
1982 }
1983 \let\DUTauthor\author
1984 \def\@DUT@author{\@latex@error{No \noexpand\author given}\@ehc}
1985 %    \end{macrocode}
1986 % \end{macro}
1987 % \end{macro}
1988 % \end{macro}
1989 %
1990 % In a similar vein, we some additional meta-info macros.
1991 %
1992 %  \begin{macro}{\DUTmonth}
1993 %  \begin{macro}{\@DUT@month}
1994 % |\DUTmonth| (defense month) for use in |\maketitle|.  If not given
1995 % |\maketitle| will produce an error message.
1996 %    \begin{macrocode}
1997 \def\DUTmonth#1{\gdef\@DUT@month{#1}}
1998 \def\@DUT@month{\@latex@error{No \noexpand\DUTmonth given}\@ehc}
1999 %    \end{macrocode}
2000 %  \end{macro}
2001 %  \end{macro}
2002 %
2003 %  \begin{macro}{\DUTyear}
2004 %  \begin{macro}{\@DUT@year}
2005 % |\DUTyear| (defense year) for use in |\maketitle|.  If not given
2006 % |\maketitle| will produce an error message.
2007 %    \begin{macrocode}
2008 \def\DUTyear#1{\gdef\@DUT@year{#1}}
2009 \def\@DUT@year{\@latex@error{No \noexpand\DUTyear given}\@ehc}
2010 %    \end{macrocode}
2011 %  \end{macro}
2012 %  \end{macro}
2013 %
2014 %  \begin{macro}{\degree}
2015 %  \begin{macro}{\DUTdegree}
2016 %  \begin{macro}{\@DUT@degree}
2017 % |\degree| for use in |\maketitle|.  If not given |\maketitle| will
2018 % produce an error message.
2019 %    \begin{macrocode}
2020 \def\degree#1{\gdef\@DUT@degree{#1}
2021   \ifpdf \hypersetup{pdfsubject={\@DUT@degree}} \fi}
2022 \let\DUTdegree\degree
2023 \def\@DUT@degree{\@latex@error{No \noexpand\degree given}\@ehc}
2024 %    \end{macrocode}
2025 %  \end{macro}
2026 %  \end{macro}
2027 %  \end{macro}
2028 %
2029 %  \begin{macro}{\copyrighttext}
2030 %  \begin{macro}{\DUTcopyrighttext}
2031 %  \begin{macro}{\@copyrighttext}
2032 % |\copyrighttext| for use in |\@DUT@makecopyright|.  There are a
2033 % number of blurbs predefined in \S \ref{sec:implement-copyright}.
2034 %    \begin{macrocode}
2035 \def\copyrighttext#1{\gdef\@DUT@copyrighttext{#1}}
2036 \let\DUTcopyrighttext\copyrighttext
2037 \def\@DUT@copyrighttext{All Rights Reserved.}
2038 %    \end{macrocode}
2039 %  \end{macro}
2040 %  \end{macro}
2041 %  \end{macro}
2042 %
2043 %  \begin{macro}{\advisor}
2044 %  \begin{macro}{\DUTadvisor}
2045 %  \begin{macro}{\@DUT@advisor}
2046 % |\advisor| stores advisor names, and |\@DUT@advisor| prints them out
2047 % nicely for the |abstract| environment.  If no advisors are given
2048 % |\@DUT@advisor| will produce an error message.  We get a bit fancier
2049 % here to support multiple advisors.
2050 %    \begin{macrocode}
2051 \newcounter{@DUT@advisors}
2052 \setcounter{@DUT@advisors}{0}
2053 %    \end{macrocode}
2054 % Store a new advisor name.
2055 %    \begin{macrocode}
2056 \newcommand\advisor[1]{%
2057   \ifx
2058 %    \end{macrocode}
2059 % If |#1| is |\empty|, this call is a no-op.
2060 %    \begin{macrocode}
2061     \empty{#1}
2062   \else
2063 %    \end{macrocode}
2064 % Save the advisors to |\@DUT@advisor@a|, |\@DUT@advisor@b|, \ldots.
2065 % |\alph{|\Lcount{COUNTER}|}| (\file{ltcounts.dtx}, L319) prints the
2066 %   value of \Lcount{COUNTER} as a lowercase letter: $1 =$~a, $2 =$~
2067 %   b, etc.
2068 %    \begin{macrocode}
2069     \stepcounter{@DUT@advisors}
2070     \expandafter\gdef\csname @DUT@advisor@\alph{@DUT@advisors}\endcsname{#1}
2071   \fi}
2072 %    \end{macrocode}
2073 % Format and print a list of advisor names.
2074 %    \begin{macrocode}
2075 \newcommand\@DUT@advisor{%
2076   \ifnum\c@@DUT@advisors=0%
2077     \@latex@error{No \noexpand\advisor given}\@ehc%
2078   \else%
2079 %    \end{macrocode}
2080 % Start a group so the scratch counter \Lcount{count\textat} is restored
2081 % afterwards\footnote{See the discussion in
2082 %   \href{http://www.ctan.org/tex-archive/macros/latex/contrib/localloc/}{%
2083 %     \pkg{localloc}}
2084 %   for some points on counter allocation.}.
2085 %    \begin{macrocode}
2086     \begingroup%
2087 %    \end{macrocode}
2088 % Because \Lcount{count\textat} is a \TeX\ counter register not
2089 % wrapped by \LaTeX's counter sugar, we don't use \LaTeX's
2090 % |\setcounter| to set \Lcount{count\textat} to one.
2091 %    \begin{macrocode}
2092       \count@\@ne
2093 %    \end{macrocode}
2094 % Print the first advisor, using \TeX's |\@alph| macro instead of
2095 % \LaTeX's |\alph|.
2096 %    \begin{macrocode}
2097 %    \begin{macrocode}
2098       \csname @DUT@advisor@\@alph\count@\endcsname\relax%
2099 %    \end{macrocode}
2100 % For any remaining advisors\ldots
2101 %    \begin{macrocode}
2102       \loop\ifnum\count@<\c@@DUT@advisors%
2103 %    \end{macrocode}
2104 % Advance \Lcount{count\textat} using \TeX's |\advance| macro instead
2105 % of \LaTeX's |\stepcounter|.
2106 %    \begin{macrocode}
2107         \advance\count@\@ne
2108 %    \end{macrocode}
2109 % Print the connecting text.
2110 %    \begin{macrocode}
2111         \ifnum\count@=\c@@DUT@advisors%
2112           \ifnum\c@@DUT@advisors=2%
2113 %    \end{macrocode}
2114 % The next advisor if the last of two.
2115 %    \begin{macrocode}
2116             {\ and\ }%
2117           \else%
2118 %    \end{macrocode}
2119 % The next advisor if the last of many.
2120 %    \begin{macrocode}
2121             {, and\ }%
2122           \fi%
2123         \else%
2124 %    \end{macrocode}
2125 % The next advisor is not the last.
2126 %    \begin{macrocode}
2127           {,\ }%
2128         \fi%
2129 %    \end{macrocode}
2130 % Print the advisor's name.
2131 %    \begin{macrocode}
2132         \csname @DUT@advisor@\@alph\count@\endcsname\relax%
2133       \repeat%
2134     \endgroup%
2135   \fi}
2136 %    \end{macrocode}
2137 %  \end{macro}
2138 %  \end{macro}
2139 %  \end{macro}
2140 %
2141 % \paragraph{baselineskip}
2142 % \label{sec:implement-line-spacing}
2143 %
2144 % \begin{macro}{\@DUT@baselineskip}
2145 % Since we'll be messing with the spacing, save the single-spaced
2146 % baseline.
2147 %   \changes{0.3}{2010/01/13}{Use \cs{setlength} to store the value at
2148 %     the default font.  The previous version used \cs{let}, which
2149 %     made \cs{DUT@baselineskip} a synonym for \cs{baselineskip} that
2150 %     changed with font size.}
2151 %    \begin{macrocode}
2152 \newlength\@DUT@baselineskip
2153 \setlength\@DUT@baselineskip\baselineskip
2154 %    \end{macrocode}
2155 % \end{macro}
2156 %
2157 % \begin{command}
2158 %   `\cs{set@lines@length}\marg{length}\marg{N}'
2159 % \end{command}
2160 % \begin{macro}{\set@lines@length}
2161 % Many specifications in the Manual refer to ``\meta{N} blank lines''.
2162 % |\set@lines@length| allows you to set a length to a given number of
2163 % lines, protecting against external |spacing| environments.  It
2164 % requires \pkg{calc} for the multiplication.
2165 %    \begin{macrocode}
2166 \newcommand{\set@lines@length}[2]{%
2167   \setlength{#1}{\@DUT@baselineskip * {#2}}}
2168 %    \end{macrocode}
2169 % \end{macro}
2170 %
2171 %
2172 % Fix |\@ssect| and |\@sect| from \file{latex.ltx} to give single
2173 % spaced headings.
2174 %
2175 % \begin{macro}{\@sect}
2176 % Pseudocode for the |\@sect| command
2177 % \begin{example}
2178 % \@sect{NAME}{LEVEL}{INDENT}{BEFORESKIP}{AFTERSKIP}{STYLE}[ARG1]{ARG2}
2179 %           ==
2180 %   BEGIN
2181 %    IF LEVEL > \c@secnumdepth
2182 %      THEN \@svsec :=L null
2183 %      ELSE \refstepcounter{NAME}
2184 %           \@svsec :=L BEGIN \@seccntformat{#1}\relax END
2185 %    FI
2186 %    IF AFTERSKIP > 0
2187 %      THEN \begingroup
2188 %              STYLE
2189 %              \@hangfrom{\hskip INDENT\@svsec}
2190 %              {\interlinepenalty 10000 ARG2\par}
2191 %           \endgroup
2192 %           \NAMEmark{ARG1}
2193 %           \addcontentsline{toc}{NAME}
2194 %              { IF  LEVEL > \c@secnumdepth
2195 %                  ELSE \protect\numberline{\theNAME}  FI
2196 %                ARG1 }
2197 %      ELSE \@svsechd == BEGIN  STYLE
2198 %                               \hskip INDENT\@svsec
2199 %                               ARG2
2200 %                               \NAMEmark{ARG1}
2201 %                               \addcontentsline{toc}{NAME}
2202 %                                  { IF  LEVEL > \c@secnumdepth
2203 %                                      ELSE 
2204 %                                        \protect\numberline{\theNAME}
2205 %                                      FI
2206 %                                    ARG1 }
2207 %                        END
2208 %    FI
2209 %    \@xsect{AFTERSKIP}
2210 % END
2211 % \end{example}
2212 % (\file{ltsect.dtx}, L295).
2213 %    \begin{macrocode}
2214 \def\@sect#1#2#3#4#5#6[#7]#8{%
2215   \ifnum #2>\c@secnumdepth
2216     \let\@svsec\@empty
2217   \else
2218     \refstepcounter{#1}%
2219     \protected@edef\@svsec{\@seccntformat{#1}\relax}%
2220   \fi
2221   \@tempskipa #5\relax
2222   \ifdim \@tempskipa>\z@
2223     \begingroup
2224 %    \end{macrocode}
2225 % Here we deviate from \file{ltsect.dtx} to ensure single spacing for
2226 % the section title.
2227 %    \begin{macrocode}
2228       \setstretch{\@ssp}%
2229       #6{%
2230         \@hangfrom{\hskip #3\relax\@svsec}%
2231           \interlinepenalty \@M #8\@@par}%
2232     \endgroup
2233     \csname #1mark\endcsname{#7}%
2234     \addcontentsline{toc}{#1}{%
2235       \ifnum #2>\c@secnumdepth \else
2236         \protect\numberline{\csname the#1\endcsname}%
2237       \fi
2238       #7}%
2239   \else
2240     \def\@svsechd{%
2241       #6{\hskip #3\relax
2242       \@svsec #8}%
2243       \csname #1mark\endcsname{#7}%
2244       \addcontentsline{toc}{#1}{%
2245         \ifnum #2>\c@secnumdepth \else
2246           \protect\numberline{\csname the#1\endcsname}%
2247         \fi
2248         #7}}%
2249   \fi
2250   \@xsect{#5}}
2251 %    \end{macrocode}
2252 % \end{macro}
2253 %
2254 % \begin{macro}{\@ssect}
2255 % Pseudocode for the |\@ssect| command
2256 % \begin{example}
2257 % \@ssect{INDENT}{BEFORESKIP}{AFTERSKIP}{STYLE}{ARG} ==
2258 %   BEGIN
2259 %    IF AFTERSKIP > 0
2260 %      THEN \begingroup
2261 %             STYLE
2262 %             \@hangfrom{\hskip INDENT}{\interlinepenalty 10000 ARG\par}
2263 %           \endgroup
2264 %      ELSE \@svsechd == BEGIN STYLE
2265 %                              \hskip INDENT
2266 %                              ARG
2267 %                        END
2268 %    FI
2269 %    \@xsect{AFTERSKIP}
2270 %   END
2271 % \end{example}
2272 % (\file{ltsect.dtx}, L521).
2273 %    \begin{macrocode}
2274 \def\@ssect#1#2#3#4#5{%
2275   \@tempskipa #3\relax
2276   \ifdim \@tempskipa>\z@
2277     \begingroup
2278 %    \end{macrocode}
2279 % Here we deviate from \file{ltsect.dtx} to ensure single spacing for
2280 % the section title.
2281 %    \begin{macrocode}
2282       \setstretch{\@ssp}%
2283       #4{%
2284         \@hangfrom{\hskip #1}%
2285           \interlinepenalty \@M #5\@@par}%
2286     \endgroup
2287   \else
2288     \def\@svsechd{#4{\hskip #1\relax #5}}%
2289   \fi
2290   \@xsect{#3}}
2291 %    \end{macrocode}
2292 % \end{macro}
2293 %
2294 %
2295 % \subsubsection{\file{ltbibl.dtx}}
2296 %
2297 % \DescribeMacro{\bibliography}
2298 % \DescribeEnv{thebibliography}
2299 % A bibliography is created by the |thebibliography| environment, which
2300 % generates a title such as ``Bibliography'', and a list of entries.
2301 % The \BibTeX\ program will create a file containing such an
2302 % environment, which will be read in by the |\bibliography| command.
2303 % With \BibTeX, the following commands will be used.
2304 %
2305 % The document class must define the thebibliography environment.  This
2306 % environment has a single argument, which is the widest bibliography
2307 % label-- e.g., if the [Knuth67] is the widest entry, then this
2308 % argument will be Knuth67.  The |\thebibliography| command must begin
2309 % a list  environment, which the |\endthebibliography| command ends.
2310 %
2311 % \begin{macro}{\bibliography}
2312 % |\bibliography|\marg{file1,file2,\ldots,filen} : specifies
2313 %   the bibdata files.  Writes a |\bibdata| entry on the |.aux| file
2314 %   and tries to read in |mainfile.bbl|.
2315 %
2316 % We don't need to change it, but it explains why we need to override
2317 % |thebibliography| even when we don't use it directly.
2318 % (\file{ltbibl.dtx}, L284).
2319 %    \begin{macrocode}
2320 %\def\bibliography#1{%
2321 %  \if@filesw
2322 %    \immediate\write\@auxout{\string\bibdata{#1}}%
2323 %  \fi
2324 %  \@input@{\jobname.bbl}
2325 %}
2326 %    \end{macrocode}
2327 % \end{macro}
2328 %
2329 %
2330 % \subsubsection{\file{ltoutput.dtx}}
2331 %
2332 % \begin{macro}{\@DUT@clearpage}
2333 % \begin{macro}{\@DUT@cleardoublepage}
2334 % \begin{macro}{\@DUT@newpage}
2335 % Versions of |\clear*page| and |\newpage| that only work in
2336 % \Lopt{pagebreak} mode (\file{ltoutput.dtx}, L877 and L904).
2337 % Otherwise they add four blank lines.
2338 % \changes{0.15}{2011/04/23}{W.~Trevor King added
2339 %   $\backslash$\@DUT\@newpage macro.}
2340 %    \begin{macrocode}
2341 \newcommand\@DUT@clearpage{%
2342   \if@DUT@pagebreak \clearpage \else \blanklinesp{4} \fi}
2343 \newcommand\@DUT@cleardoublepage{%
2344   \if@DUT@pagebreak \cleardoublepage \else \blanklinesp{4} \fi}
2345 \newcommand\@DUT@newpage{%
2346   \if@DUT@pagebreak \newpage \else \blanklinesp{4} \fi}
2347 %    \end{macrocode}
2348 % \end{macro}
2349 % \end{macro}
2350 % \end{macro}
2351 %
2352 % \begin{macro}{\@DUT@blankpage}
2353 % Add a useful extension to insert a blank page without numbering.
2354 % If we're not in \Lopt{pagebreak} mode, this macro is a no-op.
2355 %    \begin{macrocode}
2356 \newcommand\@DUT@blankpage{%
2357   \if@DUT@pagebreak
2358     \@DUT@clearpage
2359     \thispagestyle{empty}
2360     \hphantom{0}
2361     \@DUT@clearpage
2362   \fi
2363 }
2364 %    \end{macrocode}
2365 % \end{macro}
2366 %
2367 %
2368 % \begin{command}
2369 %   `\cs{blanklines}\marg{N}'
2370 %   `\cs{blanklines*}\marg{N}'
2371 % \end{command}
2372 % \begin{macro}{\blanklines}
2373 % Insert \meta{N} blank lines.  The starred forms use |\vspace|, which
2374 % inserts space even at the start and end of pages.  The |p| forms
2375 % add a trailing |\par|.  \emph{I'm still trying to get this part working
2376 % cleanly\ldots}
2377 %    \begin{macrocode}
2378 \newlength\@DUT@blanklines@length
2379 \newcommand{\@blanklines@setup}[1]{%
2380   \set@lines@length{\@DUT@blanklines@length}{#1}%
2381   %\typeout{BLANKLINES -- #1}%
2382   %\showthe\@DUT@blanklines@length
2383 }
2384 \newcommand{\blanklines}{\@ifstar\@sblanklines\@blanklines}
2385 \newcommand{\@blanklines}[1]{%
2386   \@blanklines@setup{#1}%
2387   \vspace{\@DUT@blanklines@length}}
2388 \newcommand{\@sblanklines}[1]{%
2389   \@blanklines@setup{#1}%
2390   \vspace*{\@DUT@blanklines@length}}
2391 \newcommand{\blanklinesp}{\@ifstar\@sblanklines\@blanklines}
2392 \newcommand{\@blanklinesp}[1]{%
2393   \@blanklines@setup{#1}%
2394   \vspace{\@DUT@blanklines@length}\par}
2395 \newcommand{\@sblanklinesp}[1]{%
2396   \@blanklines@setup{#1}%
2397   \vspace*{\@DUT@blanklines@length}\par}
2398 %    \end{macrocode}
2399 % \end{macro}
2400 %
2401 %
2402 % \subsection{\pkg{hyperref} inclusion}
2403 % \label{sec:hyperref-inclusion}
2404 %
2405 % This is the awkward \pkg{hyperref} inclusion.  See \S
2406 % \ref{sec:hyperref} for an explanation of why we stash it here.
2407 %    \begin{macrocode}
2408 \RequirePackage[final]{hyperref}
2409 %    \end{macrocode}
2410 % Nobody likes the default colored boxes.  Color the text itself.
2411 %    \begin{macrocode}
2412 \hypersetup{colorlinks}
2413 %    \end{macrocode}
2414 % If \Lopt{blackref} is set, set all \pkg{hyperref} colors to black.
2415 %    \begin{macrocode}
2416 \if@blackref
2417   \hypersetup{linkcolor=black}
2418   \hypersetup{anchorcolor=black}
2419   \hypersetup{citecolor=black}
2420   \hypersetup{filecolor=black}
2421   \hypersetup{menucolor=black}
2422   \hypersetup{runcolor=black}
2423   \hypersetup{urlcolor=black}
2424 \fi
2425 %    \end{macrocode}
2426 %
2427 % \subsubsection{\pkg{hypcap}}
2428 % \label{sec:hypcap-inclusion}
2429 %
2430 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/}{\pkg{hypcap}}
2431 % for placing caption hyperlink anchors.  Not strictly necessary, but
2432 % we're using \pkg{hyperref}, and the poor link targets are annoying.
2433 %    \begin{macrocode}
2434 \RequirePackage[all]{hypcap}
2435 %    \end{macrocode}
2436 % \Lopt{all} redefines the figure and table environments to
2437 % place the anchor at the start of the float.
2438 %
2439 %
2440 % \subsection{\cls{book} overrides and extensions}
2441 %
2442 % Here we change the behavior of a bunch of macros and environments from
2443 % \cls{book} (generated by \file{classes.ins} from \file{classes.dtx}) in
2444 % \href{http://www.ctan.org/tex-archive/macros/latex/base/}{\pkg{base}}).
2445 % We'll copy in their original notes along with their code, following
2446 % the relevant documentation an order given in \file{classes.dtx}.
2447 %
2448 %
2449 % \subsubsection{Floats on a text page}
2450 % \label{sec:implement-floats}
2451 %
2452 % \begin{macro}{\floatsep}
2453 % \begin{macro}{\textfloatsep}
2454 % When a floating object is placed on a page with text, these
2455 % parameters control the separation between the float and the other
2456 % objects on the page.
2457 %
2458 % |\floatsep| is the space between adjacent floats that are moved
2459 % to the top or bottom of the text page.
2460 %
2461 % |\textfloatsep| is the space between the main text and floats
2462 % at the top or bottom of the page.
2463 %
2464 % |\intextsep| is the space between in-text floats and the text.  We
2465 % don't bother overriding this one, because we've handled it with
2466 % \pkg{floatrow} in \S \ref{sec:floatrow}.
2467 %
2468 % From the Manual \S 2.3 p6, ``Tables and Figures''
2469 % \begin{quote}
2470 %   Insert at least 3 single-spaced lines of space above table
2471 %   captions and figures and below figure captions, tables, and other
2472 %   graphics.
2473 % \end{quote}
2474 % (\file{classes.dtx}, L1426)
2475 %    \begin{macrocode}
2476 \set@lines@length{\floatsep}{\@ssp}
2477 \set@lines@length{\textfloatsep}{\@tsp}
2478 %    \end{macrocode}
2479 % \end{macro}
2480 % \end{macro}
2481 %
2482 %
2483 % \subsubsection{The title}
2484 %
2485 % \begin{macro}{\maketitle}
2486 % Automate the creation of the title page.
2487 % From Manual \S 3.1 p8, ``Title Page'', and the example on p16.
2488 % \begin{itemize}
2489 %   \item This page is counted but not numbered (it counts as page i,
2490 %   but should not have a page number).  TODO: How is this implemented?
2491 % \end{itemize}
2492 % Our definition simplifies \cls{book}'s by ignoring footnotes.
2493 % (\file{classes.dtx}, L1796)
2494 %    \begin{macrocode}
2495 \newcommand\@DUT@maketitle{
2496   \begin{@DUT@titlepage}%
2497 %    \end{macrocode}
2498 % Add some bookmarks if we're using pdf\LaTeX.  The |frontmatter|
2499 % bookmark is set at the \emph{part} level (-1) to hold all bookmarks
2500 % from the |preamble| environment, since those entries are all
2501 % chapters.
2502 % \changes{0.8}{2010/05/20}{W.~Trevor King replaced Frontmatter with
2503 %   Front Matter and Titlepage with Title Page for consistency with
2504 %   \LaTeX's book class.}
2505 %    \begin{macrocode}
2506     \ifpdf
2507       \pdfbookmark[-1]{Front Matter}{Front Matter}
2508       \pdfbookmark[0]{Title Page}{Title Page}
2509     \fi
2510 %    \end{macrocode}
2511 % Add some stretchy space to center the title vertically if we're in
2512 % \Lopt{pagebreak} mode.
2513 %    \begin{macrocode}
2514     \if@DUT@pagebreak \vspace*{\fill} \fi
2515 %    \end{macrocode}
2516 % Here is the title text itself.
2517 %    \begin{macrocode}
2518     \begin{center}%
2519       {\setstretch{\@tsp} \bfseries \@DUT@title \par}%
2520 %    \end{macrocode}
2521 % We want two blank lines (triple spacing) between the title and the
2522 % remaining material, so add three but don't end the paragraph.
2523 %    \begin{macrocode}
2524       \blanklines{\@tsp}%
2525       \setstretch{\@dsp}%
2526       A Thesis\\
2527       Submitted to the Faculty\\
2528       of\\
2529       Drexel University\\
2530       by\\
2531       \@DUT@author\\
2532       in partial fulfillment of the\\
2533       requirements for the degree\\
2534       of\\
2535       \@DUT@degree\\
2536       \@DUT@month\ \@DUT@year
2537     \end{center}\par
2538 %    \end{macrocode}
2539 % Some more stretchy space for the bottom if we're not in draft mode.
2540 %    \begin{macrocode}
2541 %    \end{macrocode}
2542 % Add some stretchy space to center the title vertically and add a
2543 % Drexel logo to the bottom of the page if we're in
2544 % \Lopt{pagebreak} mode.  If the title is more than three lines it
2545 % will overlap the logo.
2546 % \changes{0.16}{2015/05/08}{Raymond Canzanese added the logo to
2547 %   \cs{@DUT@titlepage} to comply with the 2014-2015 Thesis Manual.}
2548 %    \begin{macrocode}
2549     \if@DUT@pagebreak \vspace*{\fill}
2550     \centering
2551     \mbox{\smash{\includegraphics[width=4cm]{drexel-logo}}}
2552     \fi
2553   \end{@DUT@titlepage}%
2554 %    \end{macrocode}
2555 % And that's it.  We reset the footnote counter for the rest of the
2556 % document and save space by freeing the memory associated with the
2557 % |\maketitle| and |\and| macros (by setting them equal to |\relax|).
2558 %    \begin{macrocode}
2559   \setcounter{footnote}{0}%
2560   \global\let\maketitle\relax
2561   \global\let\and\relax
2562 }
2563 %    \end{macrocode}
2564 % \end{macro}
2565 %
2566 %
2567 % \subsubsection{Copyright pages}
2568 % \label{sec:implement-copyright}
2569 %
2570 % \begin{macro}{\@DUT@makecopyright}
2571 % The Manual allows for the selection of different copyrights, so we
2572 % define a base macro that generates a proper copyright page
2573 % containing |\@copyrighttext|, which the user can set with
2574 % |\copyrighttext|.
2575 % From Manual \S 3.2 p9, ``Copyright Page''.
2576 % \begin{itemize}
2577 %   \item Include a copyright page with the following information: a
2578 %   copyright notice, full legal name of author, and date of
2579 %   publication on file.
2580 %   \item This page is neither counted nor numbered.
2581 % \end{itemize}
2582 % In final mode, we start off on a new page and center the blurb.
2583 % In draft mode, we dive right into the text.
2584 %    \begin{macrocode}
2585 \newcommand\@DUT@makecopyright{%
2586   \@DUT@clearpage
2587 %    \end{macrocode}
2588 % If we're using pdf\LaTeX, add a bookmark.
2589 %    \begin{macrocode}
2590   \ifpdf \pdfbookmark[0]{Copyright Page}{Copyright Page} \fi
2591   \if@DUT@pagebreak \vspace*{\fill} \fi
2592   \begin{center}
2593     \copyright~Copyright \@DUT@year\\
2594     \@DUT@author.  \@DUT@copyrighttext
2595   \end{center}
2596   \if@DUT@pagebreak \vspace*{\fill} \fi
2597 %    \end{macrocode}
2598 % Turn off page numbering for this page.
2599 %    \begin{macrocode}
2600   \thispagestyle{empty}
2601 }
2602 %    \end{macrocode}
2603 % \end{macro}
2604 %
2605 % \begin{macro}{\copyrighttextCCBYSA}
2606 % \begin{macro}{\DUTcopyrighttextCCBYSA}
2607 % The Creative Commons Attribution-ShareAlike License.
2608 % \changes{0.4}{2010/02/23}{W.~Trevor King renamed from
2609 %   \cs{copyrighttextCC}, and made specific to Creative Commons
2610 %   Attribution-ShareAlike Version 3.0.}
2611 % \changes{0.16}{2010/05/08}{W.~Trevor King updated the
2612 %   \cs{copyrighttextCCBYSA} to version 4.0, which has better
2613 %   international language,
2614 %   \href{http://creativecommons.org/version4}{among other things}.}
2615 %    \begin{macrocode}
2616 \newcommand\copyrighttextCCBYSA{
2617   \begin{quote}
2618     This work is licensed under the terms of the Creative Commons
2619     Attribution-ShareAlike 4.0 International license.  The license is
2620     available at \\
2621     \url{http://creativecommons.org/licenses/by-sa/4.0/}.
2622   \end{quote}
2623 }
2624 \let\DUTcopyrighttextCCBYSA\copyrighttextCCBYSA
2625 %    \end{macrocode}
2626 % \end{macro}
2627 % \end{macro}
2628 %
2629 %
2630 % \subsubsection{Mark commands}
2631 %
2632 % Default initializations of |\*mark| commands.  These commands
2633 % are used in the definition of the page styles.
2634 %
2635 % \begin{macro}{\chaptermark}
2636 % Setup colon rather than period separated chapter marks.
2637 % (\file{classes.dtx}, L2053)
2638 %    \begin{macrocode}
2639 \renewcommand\chaptermark[1]{%
2640   \markboth {%
2641     \ifnum \c@secnumdepth >\m@ne
2642       \if@mainmatter
2643         \@chapapp\ \thechapter: \ %
2644       \fi
2645     \fi
2646     #1}{}}
2647 %    \end{macrocode}
2648 % \end{macro}
2649 %
2650 % \begin{macro}{\schaptermark}
2651 % Setup unnumbered chapter marks for \pkg{fancyhdr}.
2652 %    \begin{macrocode}
2653 \newcommand\schaptermark[1]{\markboth{#1}{}}
2654 %    \end{macrocode}
2655 % \end{macro}
2656 %
2657 % \begin{macro}{\sectionmark}
2658 % Setup space rather than period separated section marks.
2659 % (\file{classes.dtx}, L2054)
2660 %    \begin{macrocode}
2661 \renewcommand{\sectionmark}[1]{%
2662   \markright {%
2663     \ifnum \c@secnumdepth >\z@
2664       \thesection \ %
2665     \fi
2666     #1}}
2667 %    \end{macrocode}
2668 % \end{macro}
2669 %
2670 %
2671 % \subsubsection{Front Matter, Main Matter, and Back Matter}
2672 %
2673 % A book contains these three (logical) sections. The switch
2674 % |\@mainmatter| is true if and only if we are processing main
2675 % matter\footnote{%
2676 %   \href{http://en.wikipedia.org/wiki/Book_design}{Wikipedia}
2677 %   suggests \emph{body matter} for the main content, but
2678 %   \href{http://mirror.ctan.org/macros/latex/base/classes.dtx}{\LaTeX's
2679 %   \cls{book}} uses \emph{Main Matter}.  We're a \LaTeX\ class, so
2680 %   we'll stick with ``main matter'' for consistency.
2681 % }.  When this switch is false, the
2682 % |\chapter| command does not print chapter numbers.
2683 %
2684 % \begin{macro}{\mainmatter}
2685 % This command clears the page (in final mode), starts arabic page
2686 % numbering and turns on chapter numbering.  Since this restarts the
2687 % page numbering from 1, it should also ensure that a recto page is
2688 % used.
2689 %
2690 % We replace \cls{book}'s |\clear*page| calls with |\@DUT@clearpage| calls.
2691 % (\file{classes.dtx}, L2211)
2692 %    \begin{macrocode}
2693 \renewcommand\mainmatter{%
2694   \@DUT@cleardoublepage
2695   \@mainmattertrue
2696   \pagenumbering{arabic}}
2697 %    \end{macrocode}
2698 % \end{macro}
2699 %
2700 %
2701 % \subsubsection{Parts}
2702 %
2703 % \begin{macro}{\part}
2704 % The command to start a new part of our document.
2705 %
2706 % We start a new (righthand) page and use the \pstyle{plain}
2707 % pagestyle, replacing \cls{book}'s |\clear*page| calls with
2708 % |\@DUT@clearpage| calls and dropping twopage code.
2709 % (\file{classes.dtx}, L2249)
2710 %    \begin{macrocode}
2711 \renewcommand\part{%
2712   \if@openright
2713     \@DUT@cleardoublepage
2714   \else
2715     \@DUT@clearpage
2716   \fi
2717   \thispagestyle{plain}%
2718   \@tempswafalse
2719 %    \end{macrocode}
2720 % Add some stretchy space for vertical centering if we're in
2721 % \Lopt{pagebreak} mode.
2722 %    \begin{macrocode}
2723   \if@DUT@pagebreak \null\vfil \fi
2724 %    \end{macrocode}
2725 % Here we use |\secdef| to indicate which commands to use to make
2726 % the actual heading.
2727 %    \begin{macrocode}
2728   \secdef\@part\@spart}
2729 %    \end{macrocode}
2730 % \end{macro}
2731 %
2732 % \begin{macro}{\@part}
2733 % This macro does the actual formatting of the title of the part.  We
2734 % replace \cls{book}'s |\Huge| with |\large|, and make use of
2735 % |\numberline| for consistent spacing.
2736 %
2737 % When \Lcount{secnumdepth} is larger than $-2$, we have a numbered
2738 % part, otherwise it is unnumbered.
2739 % (\file{classes.dtx}, L2310)
2740 %    \begin{macrocode}
2741 \def\@part[#1]#2{%
2742     \ifnum \c@secnumdepth >-2\relax
2743       \refstepcounter{part}%
2744       \addcontentsline{toc}{part}%
2745         {\protect\numberline{\thepart}#1}%
2746     \else
2747       \addcontentsline{toc}{part}{#1}%
2748     \fi
2749 %    \end{macrocode}
2750 % We empty the mark registers and center the title on the page.
2751 % Also we prevent breaking between lines and reset the font.
2752 %    \begin{macrocode}
2753     \markboth{}{}%
2754     {\centering
2755      \interlinepenalty \@M
2756      \normalfont
2757 %    \end{macrocode}
2758 % When this is a numbered part we have to print the number.
2759 %    \begin{macrocode}
2760      \ifnum \c@secnumdepth >-2\relax
2761        \large\bfseries \partname\nobreakspace\thepart
2762        \par
2763 %    \end{macrocode}
2764 % We leave some space before we print the title and leave the
2765 % finishing up to |\@endpart|.
2766 %    \begin{macrocode}
2767        \vskip 20\p@
2768      \fi
2769      \large \bfseries #2\par}%
2770     \@endpart}
2771 %    \end{macrocode}
2772 % \end{macro}
2773 %
2774 % \begin{macro}{\@spart}
2775 % This macro does the actual formatting of the title of the part
2776 % when the star form of the user command was used. In this case we
2777 % \emph{never} print a number. Otherwise the formatting is the
2778 % same.
2779 % (\file{classes.dtx}, L2402)
2780 %    \begin{macrocode}
2781 \def\@spart#1{%
2782     {\centering
2783      \interlinepenalty \@M
2784      \normalfont
2785      \large \bfseries #1\par}%
2786     \@endpart}
2787 %    \end{macrocode}
2788 % \end{macro}
2789 %
2790 % \begin{macro}{\@endpart}
2791 % This macro finishes the part page, for both |\@part| and |\@spart|.
2792 % We drop \cls{book}'s twoside handling.
2793 % If we're in \Lopt{pagebreak} mode, we fill the current page.
2794 % (\file{classes.dtx}, L2435)
2795 %    \begin{macrocode}
2796 \def\@endpart{
2797   \if@DUT@pagebreak \vfil\newpage \fi
2798 %    \end{macrocode}
2799 % Then, when we are in twosided mode and the chapters are supposed to
2800 % be on the right hand sides, we produce a completely blank page.  We
2801 % don't need to check \Lopt{pagebreak}-mode here, because the
2802 % pagebreak options set the \cls{book} opening options.
2803 %    \begin{macrocode}
2804   \if@twoside
2805     \if@openright
2806       \null
2807       \thispagestyle{empty}%
2808       \newpage
2809     \fi
2810   \fi}
2811 %    \end{macrocode}
2812 % \end{macro}
2813 %
2814 %
2815 % \subsubsection{Chapters}
2816 % \label{sec:implement-chapters}
2817 %
2818 % \begin{macro}{\chapter}
2819 % \cls{book} always starts a chapter on a new page, but we don't want
2820 % to do that if we're in draft mode.
2821 % (\file{classes.dtx}, L2472).
2822 %    \begin{macrocode}
2823 \renewcommand\chapter{%
2824   \if@openright\@DUT@cleardoublepage\else\@DUT@clearpage\fi
2825   \thispagestyle{plain}%
2826 %    \end{macrocode}
2827 % Then we prevent floats from appearing at the top of this page
2828 % because it looks weird to see a floating object above a chapter
2829 % title.
2830 %    \begin{macrocode}
2831   \global\@topnum\z@
2832 %    \end{macrocode}
2833 % Then we suppress the indentation of the first paragraph by
2834 % setting the switch |\@afterindent| to false. We use |\secdef|
2835 % to specify the macros to use for actually setting the chapter
2836 % title.
2837 %    \begin{macrocode}
2838   \@afterindentfalse
2839   \secdef\@chapter\@schapter}
2840 %    \end{macrocode}
2841 % \end{macro}
2842 %
2843 % \begin{macro}{\listed@schapter}
2844 % |\chapter| declares numbered chapters, which are listed in the table
2845 % of contents.
2846 % |\chapter*| declares unnumbered chapters, which are \emph{not}
2847 % listed in the TOC.
2848 % |\listed@schapter| declares an unnumbered chapter that \emph{is}
2849 % listed in the TOC.
2850 %    \begin{macrocode}
2851 \newcommand\listed@schapter[1]{%
2852   \if@openright\@DUT@cleardoublepage\else\@DUT@clearpage\fi
2853   \thispagestyle{plain}%
2854   \global\@topnum\z@
2855   \phantomsection
2856   \addcontentsline{toc}{chapter}{#1}
2857   \@afterindentfalse
2858   \@schapter{#1}}
2859 %    \end{macrocode}
2860 % \end{macro}
2861 %
2862 % \begin{macro}{\@chapter}
2863 % This macro is called when we have a numbered chapter. When
2864 % \Lcount{secnumdepth} is larger than $-1$ and |\@mainmatter| is true,
2865 % we display the chapter number.
2866 % We drop \cls{book}'s \Lopt{twocolumn} code. 
2867 % (\file{classes.dtx}, L2496).
2868 %    \begin{macrocode}
2869 \def\@chapter[#1]#2{
2870 %    \end{macrocode}
2871 % Inform the user that a new chapter is about to be typeset by writing
2872 % a message to the terminal.
2873 % \changes{0.9}{2010/05/21}{W.~Trevor King disabled the label macro
2874 % for typeout.}
2875 % Some users place |\label| in their chapter argument:
2876 % \begin{example}
2877 %   \chapter{Bla bla\label{x}}
2878 % \end{example}
2879 % rather than after (as recommended by
2880 % \href{http://en.wikibooks.org/wiki/LaTeX/Labels_and_Cross-referencing#Sections}%
2881 %   {the \LaTeX\ Wikibook} and
2882 % \href{http://www.ctan.org/tex-archive/info/lshort/english/lshort.pdf}%
2883 %   {The Not So Short Introduction to \LaTeXe\ (\S 2.8, p36)}):
2884 % \begin{example}
2885 %   \chapter{Bla bla}
2886 %   \label{x}
2887 % \end{example}
2888 % The embedded |\label| chokes |\typeout| so we temporarily redefine
2889 % |\label| to just gobble its contents.  |\@DUT@label| stores the
2890 % original definition.
2891 %    \begin{macrocode}
2892   \let\@DUT@label=\label%
2893   \renewcommand{\label}[1]{}%
2894   \typeout{\@chapapp\space\thechapter. #1}%
2895 %    \end{macrocode}
2896 % Restore |\label| to its previous glory.
2897 %    \begin{macrocode}
2898   \let\label=\@DUT@label%
2899 %    \end{macrocode}
2900 % Now we can get on with the real work.
2901 %    \begin{macrocode}
2902   \ifnum \c@secnumdepth >\m@ne
2903     \if@mainmatter
2904       \refstepcounter{chapter}%
2905       \addcontentsline{toc}{chapter}{\protect\numberline{\thechapter}#1}%
2906     \else
2907       \addcontentsline{toc}{chapter}{#1}%
2908     \fi
2909   \else
2910     \addcontentsline{toc}{chapter}{#1}%
2911   \fi
2912 %    \end{macrocode}
2913 % After having written an entry to the table of contents we store
2914 % the (alternative) title of this chapter with |\chaptermark|.
2915 %    \begin{macrocode}
2916   \chaptermark{#1}%
2917 %    \end{macrocode}
2918 % For nicer lists of figures and tables, we could add some white space
2919 % to separate the chapters.  However, nice lists $\neq$~Manual
2920 % specifications.
2921 %    \begin{macrocode}
2922 %  \addtocontents{lof}{\protect\addvspace{10\p@}}%
2923 %  \addtocontents{lot}{\protect\addvspace{10\p@}}%
2924 %    \end{macrocode}
2925 % Then we call upon |\@makechapterhead| to format the actual chapter
2926 % title.  |\@afterheading| which takes care of suppressing the
2927 % indentation.
2928 %    \begin{macrocode}
2929   \@makechapterhead{#2}%
2930   \@afterheading}
2931 %    \end{macrocode}
2932 % \end{macro}
2933 %
2934 % \begin{macro}{\@makechapterhead}
2935 % The |\@chapter| macro uses |\@makechapterhead|\meta{text} to format
2936 % the heading of the chapter.
2937 % From the Manual \S 3.11 p11.
2938 % \begin{quote}
2939 %   Chapter headings must be bold and centered.
2940 %   The chapter number and title must be on the same line, separated
2941 %   by a colon or period, as shown in the example below:
2942 %   \begin{center}
2943 %     CHAPTER 1: INTRODUCTION
2944 %   \end{center}
2945 %   Headings must not be larger than 12 points.
2946 %   Headings must be single spaced.
2947 % \end{quote}
2948 % \cls{book} sets |\@chapapp| and |\thechapter| (e.g., ``Chapter 5'')
2949 % on a line above the chapter title, but that doesn't match the
2950 % Manual's specification.
2951 %
2952 % We begin by leaving some white space. The we open a group in which
2953 % we have a paragraph indent of 0pt, and in which we have the text set
2954 % ragged right. We also reset the font.
2955 % (\file{classes.dtx}, L2540).
2956 %    \begin{macrocode}
2957 \def\@makechapterhead#1{%
2958 %    \end{macro}
2959 % Adding even a \vspace*{0\p@} here seems to increase the vertical
2960 % space above the chapter heading by two lines.  I'm not sure why.
2961 % Workaround is to pass the ``value of blanklines you want minus two''
2962 % to |\blanklines*|.  HACK!
2963 %    \begin{macro}
2964   \blanklines*{-1}% HACK!
2965   {\parindent \z@ \raggedright \normalfont
2966 %    \end{macrocode}
2967 % Ensure single spacing.
2968 %    \begin{macrocode}
2969     \setstretch{\@ssp}%
2970 %    \end{macrocode}
2971 % Prevent a pagebreak from occuring in the middle of or after the title.
2972 %    \begin{macrocode}
2973     \interlinepenalty\@M
2974 %    \end{macrocode}
2975 % Check whether the number of the chapter has to be printed.
2976 %    \begin{macrocode}
2977     \ifnum \c@secnumdepth >\m@ne
2978 %    \end{macrocode}
2979 % Check whether there \emph{is} a number to be printed.
2980 %    \begin{macrocode}
2981       \if@mainmatter
2982 %    \end{macrocode}
2983 % Setup a ``Chapter \#: Title'' heading.
2984 %    \begin{macrocode}
2985         \center \large \bfseries \@chapapp{} \thechapter: #1\par\nobreak
2986       \else
2987 %    \end{macrocode}
2988 % Setup a ``Title'' heading.
2989 %    \begin{macrocode}
2990         \center \large \bfseries #1\par\nobreak
2991       \fi
2992     \else
2993       \center \large \bfseries #1\par\nobreak
2994     \fi
2995 %    \end{macrocode}
2996 % Put a little space before the chapter body.  We use four blank lines
2997 % to comply with the Manual \S 3.13 p12
2998 % \begin{quote}
2999 %   Begin the list of sources four spaces below the heading.
3000 % \end{quote}
3001 %    \begin{macrocode}
3002     \blanklines{4}
3003   }
3004 }
3005 %    \end{macrocode}
3006 % \end{macro}
3007 %
3008 % \begin{macro}{\@schapter}
3009 % This macro is called when we have an unnumbered chapter.  We drop
3010 % \file{classes.dtx}'s \Lopt{twocolumn} code and set marks for
3011 % \pkg{fancyhdr}.
3012 % (\file{classes.dtx}, L2582).
3013 %    \begin{macrocode}
3014 \def\@schapter#1{
3015 %    \end{macrocode}
3016 % Inform the user that a new chapter is about to be typeset by writing
3017 % a message to the terminal.
3018 %    \begin{macrocode}
3019   \typeout{\@chapapp\space #1}%
3020   \schaptermark{#1}%
3021   \@makeschapterhead{#1}%
3022   \@afterheading}
3023 %    \end{macrocode}
3024 % \end{macro}
3025 %
3026 % \begin{macro}{\@makeschapterhead}
3027 % The macro above uses |\@makeschapterhead|\meta{text} to format
3028 % the heading of the chapter. It is similar to |\@makechapterhead|
3029 % except that it never has to print a chapter number.
3030 % (\file{classes.dtx}, L2595).
3031 %    \begin{macrocode}
3032 \def\@makeschapterhead#1{%
3033   \blanklines*{-1}% HACK!
3034   {\parindent \z@ \raggedright \normalfont
3035     \setstretch{\@ssp}%
3036     \interlinepenalty\@M
3037     \center \large \bfseries  #1\par\nobreak
3038     \blanklines{4}%
3039   }
3040 }
3041 %    \end{macrocode}
3042 % \end{macro}
3043 %
3044 %
3045 % \subsubsection{Lower level headings}
3046 %
3047 % \begin{macro}{\section}
3048 % Setup section headings in |\large| rather than \cls{book}'s
3049 % |\Large|.
3050 % (\file{classes.dtx}, L2623).
3051 %    \begin{macrocode}
3052 \renewcommand\section{%
3053   \@startsection {section}{1}{\z@}%
3054     {-3.5ex \@plus -1ex \@minus -.2ex}%
3055     {2.3ex \@plus.2ex}%
3056     {\normalfont\large\bfseries}}
3057 %    \end{macrocode}
3058 % \end{macro}
3059 %
3060 %
3061 % \subsubsection{Defining new environments}
3062 %
3063 % We don't override any of \cls{book}'s environments, but this is
3064 % where \file{classes.dtx} defines its environments (L2996), so we'll put
3065 % ours here too.
3066 %
3067 % \begin{environment}{preamble}
3068 % \begin{environment}{DUTpreamble}
3069 %    \begin{macrocode}
3070 \newenvironment{preamble}{%
3071   \cleardoublepage
3072   \@mainmatterfalse
3073   \pagenumbering{roman}
3074   \if@approvalform
3075     \ifpdf
3076       \pdfbookmark[-1]{Approval Form}{Approval Form}
3077     \fi
3078     \DUT@makeapprovalform
3079   \fi
3080 %    \end{macrocode}
3081 % From Manual \S 3.1 p8, ``Title Page''.
3082 %    \begin{macrocode}
3083   \@DUT@maketitle
3084 %    \end{macrocode}
3085 % From Manual \S 3.2 p9, ``Copyright Page''.
3086 %    \begin{macrocode}
3087   \@DUT@makecopyright
3088 }{%
3089 %    \end{macrocode}
3090 % From the Manual \S 3.9, p11:
3091 % \begin{quote}
3092 %   Include a blank page (with no page number) before the first page
3093 %   of text.  The blank page is neither numbered nor counted.
3094 % \end{quote}
3095 %    \begin{macrocode}
3096   \@DUT@blankpage
3097 }
3098 %    \end{macrocode}
3099 % \LaTeX's |\newenvironment| and company work by defining |\X| and
3100 % |\endX| for the environment |X|.  We can alias the preamble
3101 % environment by saving these macros.
3102 %    \begin{macrocode}
3103 \let\DUTpreamble\preamble
3104 \let\endDUTpreamble\endpreamble
3105 %    \end{macrocode}
3106 % \end{environment}
3107 % \end{environment}
3108 %
3109 % \begin{environment}{dedications}
3110 % \begin{environment}{DUTdedications}
3111 % From the Manual \S 3.3 p9
3112 % \begin{itemize}
3113 %   \item The heading |Dedications| must appear at the top of the
3114 %   page.  The heading must be bold, centered, and without
3115 %   punctuation.
3116 %   \item This page is counted and numbered in lowercase Roman numerals.
3117 % \end{itemize}
3118 % \changes{0.12}{2010/06/17}{W.~Trevor King added \cs{par} to detach
3119 %   the single space \cs{setstretch} from the from the final
3120 %   paragraph.}
3121 %    \begin{macrocode}
3122 \newenvironment{dedications}{%
3123   \@DUT@clearpage
3124   \ifpdf
3125     \phantomsection
3126     \pdfbookmark[0]{\DUTdedicationsname}{\DUTdedicationsname}
3127   \fi
3128   \chapter*{\DUTdedicationsname}
3129   \setstretch{\@dsp}%
3130 }{%
3131   \par\setstretch{\@ssp}%
3132 }
3133 \let\DUTdedications\dedications
3134 \let\endDUTdedications\enddedications
3135 %    \end{macrocode}
3136 % \end{environment}
3137 % \end{environment}
3138 %
3139 % \begin{environment}{acknowledgments}
3140 % \begin{environment}{DUTacknowledgments}
3141 % From the Manual \S 3.4 p9
3142 % \begin{itemize}
3143 %   \item The heading |Acknowledgments| must appear at the top of the
3144 %   page.  The heading must be bold, centered, and without
3145 %   punctuation.
3146 %   \item This page is counted and numbered in lowercase Roman numerals.
3147 % \end{itemize}
3148 % \changes{0.12}{2010/06/17}{W.~Trevor King added \cs{par} to detach
3149 %   the single space \cs{setstretch} from the from the final
3150 %   paragraph.}
3151 %    \begin{macrocode}
3152 \newenvironment{acknowledgments}{%
3153   \@DUT@clearpage
3154   \ifpdf
3155     \phantomsection
3156     \pdfbookmark[0]{\DUTacknowledgmentsname}{\DUTacknowledgmentsname}
3157   \fi
3158   \chapter*{\acknowledgmentsname}
3159   \setstretch{\@dsp}%
3160 }{%
3161   \par\setstretch{\@ssp}%
3162 }
3163 %    \end{macrocode}
3164 \let\DUTacknowledgments\acknowledgments
3165 \let\endDUTacknowledgments\endacknowledgments
3166 % \end{environment}
3167 % \end{environment}
3168 %
3169 % \begin{environment}{abstract}
3170 % \begin{environment}{DUTabstract}
3171 %    \begin{macrocode}
3172 \newenvironment{abstract}{%
3173   \listed@schapter{\abstractname}%
3174 %    \end{macrocode}
3175 % Suck up some blank space to position the rest of the header right
3176 % under the chapter title.
3177 %    \begin{macrocode}
3178   \blanklines{-4}%
3179 %    \end{macrocode}
3180 % From the Manual \S 3.9 p10
3181 % \begin{quote}
3182 %   \begin{itemize}
3183 %     \item The following heading must be centered at the top of the page
3184 %       \begin{center}
3185 %         Abstract \\
3186 %         Full Title of Dissertation or Thesis \\
3187 %         Author's Name as it appears on the Dissertation or Thesis
3188 %       \end{center}
3189 %       In the example on p20, they list the advisor's name after the
3190 %       author, but that is not specified in the text on p10.
3191 %     \item The text begins four lines below this heading.
3192 %   \end{itemize}
3193 % \end{quote}
3194 % On p20
3195 % \begin{quote}
3196 %   \begin{itemize}
3197 %     \item These pages are numbered using lowercase Roman numerals.
3198 %     \item Note that the heading is single spaced, but the abstract
3199 %       is double spaced.
3200 %   \end{itemize}
3201 % \end{quote}
3202 % \changes{0.12}{2010/06/17}{W.~Trevor King added \cs{par} to detach
3203 %   the single space \cs{setstretch} from the from the final
3204 %   paragraph.}
3205 %    \begin{macrocode}
3206     \begin{center}
3207       \setstretch{\@ssp}%
3208       \@DUT@title\\
3209       \@DUT@author\\
3210 %    \end{macrocode}
3211 % If you're feeling daring, break the rules and add ``Advisor(s):'' to
3212 % set off your list of advisor names.
3213 % \changes{0.11}{2010/06/04}{W.~Trevor King added ``Advisor(s):'' for
3214 %   daring users.}
3215 %    \begin{macrocode}
3216       \ifdaring{%
3217         \ifnum\c@@DUT@advisors=\@ne%
3218         Advisor:
3219         \else%
3220         Advisors:
3221         \fi}{}
3222       \@DUT@advisor\\
3223     \end{center}
3224   \blanklines{4}%
3225   \setstretch{\@dsp}%
3226   \@nobreaktrue
3227   \@afterindentfalse
3228   \@afterheading
3229 }{%
3230   \par\setstretch{\@ssp}%
3231 }
3232 \let\DUTabstract\abstract
3233 \let\endDUTabstract\endabstract
3234 %    \end{macrocode}
3235 % \end{environment}
3236 % \end{environment}
3237 %
3238 % \begin{environment}{thesis}
3239 % \begin{environment}{DUTthesis}
3240 % From the Manual \S 3.10 p11
3241 % \begin{itemize}
3242 %   \item The pages are counted and numbered in Arabic numerals.
3243 % \end{itemize}
3244 % \changes{0.8}{2010/05/20}{W.~Trevor King replaced Backmatter with
3245 %   Back Matter for consistency with \LaTeX's book class.}
3246 %    \begin{macrocode}
3247 \newenvironment{thesis}{%
3248   \mainmatter
3249   \setstretch{\@dsp}%
3250 }{%
3251   \setstretch{\@ssp}%
3252   \@DUT@clearpage
3253   \ifpdf
3254     \phantomsection
3255     \pdfbookmark[-1]{Back Matter}{Back Matter}
3256   \fi
3257 }
3258 \let\DUTthesis\thesis
3259 \let\endDUTthesis\endthesis
3260 %    \end{macrocode}
3261 % \end{environment}
3262 % \end{environment}
3263 %
3264 % \paragraph{Vita}
3265 % \label{sec:implement-vita}
3266
3267 % \begin{environment}{vita}
3268 % \begin{environment}{DUTvita}
3269 % From the Manual \S 3.15 p13
3270 % \begin{itemize}
3271 %   \item The heading |Vita| must appear at the top of the page.  The
3272 %   heading must be bold, centered, and without punctuation.
3273 %   \item The Vita text should begin four spaces below the heading.
3274 %   \item List the Vita separately in the Table of Contents.
3275 %   \item The page is counted and numbered in Arabic numerals.
3276 % \end{itemize}
3277 % \changes{0.12}{2010/06/17}{W.~Trevor King added \cs{par} to detach
3278 %   the single space \cs{setstretch} from the from the final
3279 %   paragraph.}
3280 %    \begin{macrocode}
3281 \newenvironment{vita}{%
3282   \listed@schapter{\vitaname}
3283   \setstretch{\@dsp}%
3284 }{%
3285   \par\setstretch{\@ssp}%
3286 }
3287 \let\DUTvita\vita
3288 \let\endDUTvita\endvita
3289 %    \end{macrocode}
3290 % \end{environment}
3291 % \end{environment}
3292 %
3293 %
3294 % \subsubsection{Titlepage}
3295 %
3296 % \begin{environment}{titlepage}
3297 % In the normal environments, the titlepage environment does nothing
3298 % but start and end a page, and inhibit page numbers.  We inhibit the
3299 % paging in draft mode, since it seems silly to waste a whole page on
3300 % the title.  We also drop the \Lopt{twocolumn} code.
3301 % (\file{classes.dtx}, L3111)
3302 %    \begin{macrocode}
3303 \renewenvironment{titlepage}%
3304   {\thispagestyle{empty}\setcounter{page}\z@}%
3305   {\@DUT@newpage}
3306 \let\@DUT@titlepage\titlepage
3307 \let\end@DUT@titlepage\endtitlepage
3308 %    \end{macrocode}
3309 % \end{environment}
3310 %
3311 %
3312 % \subsubsection{Appendix}
3313 % \label{sec:implement-appendix}
3314 %
3315 % \begin{macro}{\appendix}
3316 % \begin{macro}{\DUTappendix}
3317 % The |\appendix| command is not really an environment, it is a
3318 % macro that makes some changes in the way things are done.
3319 %
3320 % In the article document class the |\appendix| command must do the
3321 % following:
3322 % \begin{itemize}
3323 %   \item reset the section and subsection counters to zero,
3324 %   \item redefine |\thesection| to produce alphabetic appendix
3325 %         numbers. This redefinition is done globally to ensure that it 
3326 %         survives even if |\appendix| is issued within an environment such
3327 %         as |multicols|.
3328 % \end{itemize}
3329 %
3330 % In addition to \cls{book}'s (or \pkg{hyperref}'s) activity, we
3331 % fiddle with the \pkg{tocloft} chapter settings add switch to global
3332 % double-spacing.
3333 % (\file{classes.dtx}, L3177)
3334 %    \begin{macrocode}
3335 \let\@DUT@appendix\appendix
3336 \renewcommand\appendix{%
3337   \@DUT@appendix%
3338 %    \end{macrocode}
3339 % Setup TOC entries like
3340 % \begin{center}
3341 %   Appendix A: Chapter Title
3342 % \end{center}
3343 % We don't need to worry about the |vita| environment (page
3344 % \pageref{sec:implement-vita}), because it is a |\listed@schapter|,
3345 % and therefore lacks a |\numberline| section in its \file{*.toc}
3346 % entry.
3347 %
3348 % We increase |numwidth| to 6.5em to make room for |Appendix~| before
3349 % the chapter number/letter, and add a colon after it.
3350 %
3351 % The |\protect| calls get the macros into \file{*.toc} unexpanded, so
3352 % they function correctly when \LaTeX\ parses \file{*.toc}.
3353 %    \begin{macrocode}
3354   \addtocontents{toc}{%
3355     \protect\cftsetindents{chapter}{0pt}{6.5em}
3356     \protect\renewcommand{\protect\cftchappresnum}{\protect\appendixname~}
3357     \protect\renewcommand{\protect\cftchapaftersnum}{:}}
3358 %    \end{macrocode}
3359 % We also turn on double spacing by default, since we're no longer
3360 % wrapped in the |thesis| environment.
3361 %    \begin{macrocode}
3362   \setstretch{\@dsp}%
3363 }
3364 \let\DUTappendix\appendix
3365 %    \end{macrocode}
3366 % \end{macro}
3367 % \end{macro}
3368 %
3369 %
3370 % \subsubsection{Table of Contents}
3371 % \label{sec:implement-toc}
3372 %
3373 % From Manual \S 3.5 p9, ``Table of Contents'', and the example on p17.
3374 % \begin{quote}
3375 %   \begin{itemize}
3376 %     \item Do not list any sections that precede the
3377 %     |Table of Contents| (e.g., |Dedications|, |Acknowledgments|).  Do
3378 %     not list the |Table of Contents| itself.
3379 %     \item These pages are counted and numbered in lowercase Roman numerals.
3380 %   \end{itemize}
3381 % \end{quote}
3382 %
3383 % \begin{macro}{\cfttoctitlefont}
3384 % Take advantange of \pkg{tocloft}'s TOC title code.
3385 % (\file{tocloft.dtx}, L1501)
3386 % \begin{example}
3387 %   \cfttoctitlefont\contentsname}{\cftaftertoctitle}
3388 % \end{example}
3389 % by setting it equal to something ending in |\chapter*|.  That way
3390 % \LaTeX parses the whole thing as
3391 % \begin{example}
3392 %   ...\chapter*\contentsname}{\cftaftertoctitle}
3393 % \end{example}
3394 % which will set up the TOC page correctly.
3395 %    \begin{macrocode}
3396 \renewcommand\cfttoctitlefont{%
3397 %    \end{macrocode}
3398 % Start a new page in \Lopt{final} mode
3399 %    \begin{macrocode}
3400   \@DUT@clearpage
3401 %    \end{macrocode}
3402 % Add a bookmark if we're using pdf\LaTeX.
3403 %    \begin{macrocode}
3404   \ifpdf
3405     \phantomsection
3406     \pdfbookmark[0]{\contentsname}{\contentsname}
3407   \fi
3408 %    \end{macrocode}
3409 % |\chapter*| to gobble and format the next token (|\contentsname|).
3410 %    \begin{macrocode}
3411   \chapter*}
3412 %    \end{macrocode}
3413 % \end{macro}
3414 %
3415 % \begin{macro}{\aftertoctitleskip}
3416 % Don't add any extra space after the title (the chapter will take
3417 % care of that).
3418 %    \begin{macrocode}
3419 \setlength\cftaftertoctitleskip{0pt}
3420 %    \end{macrocode}
3421 % \end{macro}
3422 %
3423 % \begin{macro}{\l@DUT@toc@sep}
3424 % Define a length for TOC/LOF/LOT spacing.
3425 % \changes{0.13}{2010/07/28}{Renamed from \cs{l@cont@sep}.}
3426 %    \begin{macrocode}
3427 \newlength\l@DUT@toc@sep
3428 \set@lines@length{\l@DUT@toc@sep}{\@DUT@toc@sep}
3429 %    \end{macrocode}
3430 % \end{macro}
3431 %
3432 % \begin{macro}{\DUT@toc@high@font}
3433 % Define a font for high level (part, chapter) entries.
3434 % \changes{0.13}{2010/07/28}{Renamed from \cs{@cont@font}.}
3435 %    \begin{macrocode}
3436 \newcommand{\DUT@toc@high@font}{\normalsize\scshape}
3437 %    \end{macrocode}
3438 % \end{macro}
3439 %
3440 % \begin{macro}{\DUT@toc@low@font}
3441 % Define a font for low level (section, table, figure) entries.
3442 % \changes{0.13}{2010/07/28}{Macro added.}
3443 %    \begin{macrocode}
3444 \newcommand{\DUT@toc@low@font}{\normalfont}
3445 %    \end{macrocode}
3446 % \end{macro}
3447 %
3448 % \begin{macro}{\DUT@toc@page@font}
3449 % Define a font for page numbers.
3450 % \changes{0.13}{2010/07/28}{Macro added.}
3451 %    \begin{macrocode}
3452 \newcommand{\DUT@toc@page@font}{\normalfont}
3453 %    \end{macrocode}
3454 % \end{macro}
3455 %
3456 % \begin{macro}{\cftbeforepartskip}
3457 % \begin{macro}{\cftpartfont}
3458 % \begin{macro}{\cftpartleader}
3459 % \begin{macro}{\cftpartdotsep}
3460 % \begin{macro}{\cftpartpagefont}
3461 % Setup parts.  See the \pkg{tocloft} manual for a description of the
3462 % commands.
3463 %    \begin{macrocode}
3464 \setlength\cftbeforepartskip{\l@DUT@toc@sep}
3465 \cftsetindents{part}{0pt}{3em}
3466 \if@boldpart   \renewcommand{\cftpartfont}{\bfseries\DUT@toc@high@font}
3467 \else          \renewcommand{\cftpartfont}{\DUT@toc@high@font}
3468 \renewcommand{\cftpartleader}{\cftdotfill{\cftpartdotsep}}
3469 \if@dottedpart \renewcommand{\cftpartdotsep}{\cftdotsep}
3470 \else          \renewcommand{\cftpartdotsep}{\cftnodots} \fi
3471 \renewcommand{\cftpartpagefont}{\DUT@toc@page@font}
3472 %    \end{macrocode}
3473 % \end{macro}
3474 % \end{macro}
3475 % \end{macro}
3476 % \end{macro}
3477 % \end{macro}
3478 %
3479 % \begin{macro}{\cftbeforechapskip}
3480 % \begin{macro}{\cftchapaftersnum}
3481 % \begin{macro}{\cftchapfont}
3482 % \begin{macro}{\cftchapleader}
3483 % \begin{macro}{\cftchapdotsep}
3484 % \begin{macro}{\cftchappagefont}
3485 % Setup chapters and appendicies.  Some of these settings are adjusted
3486 % for appendicies in particular by |\appendix|
3487 % (Sec.~\ref{sec:implement-appendix}).
3488 %    \begin{macrocode}
3489 \setlength\cftbeforechapskip{\l@DUT@toc@sep}
3490 \cftsetindents{chapter}{0pt}{1.5em}
3491 \renewcommand{\cftchapaftersnum}{.}
3492 \if@boldchapter   \renewcommand{\cftchapfont}{\bfseries\DUT@toc@high@font}
3493 \else             \renewcommand{\cftchapfont}{\DUT@toc@high@font} \fi
3494 \renewcommand{\cftchapleader}{\cftdotfill{\cftchapdotsep}}
3495 \if@dottedchapter \renewcommand{\cftchapdotsep}{\cftdotsep}
3496 \else             \renewcommand{\cftchapdotsep}{\cftnodots} \fi
3497 \renewcommand{\cftchappagefont}{\DUT@toc@page@font}
3498 %    \end{macrocode}
3499 % \end{macro}
3500 % \end{macro}
3501 % \end{macro}
3502 % \end{macro}
3503 % \end{macro}
3504 % \end{macro}
3505 %
3506 % \begin{macro}{\cftbeforesecskip}
3507 % \begin{macro}{\cftsecfont}
3508 % \begin{macro}{\cftpagefont}
3509 % \begin{macro}{\cftbeforesubsecskip}
3510 % \begin{macro}{\cftsubsecfont}
3511 % \begin{macro}{\cftsubsecpagefont}
3512 % \begin{macro}{\cftbeforesubsubsecskip}
3513 % \begin{macro}{\cftsubsubsecfont}
3514 % \begin{macro}{\cftsubsubsecpagefont}
3515 % Setup sections, subsections, etc.
3516 % \changes{0.13}{2010/07/28}{Added \cs{cft*pagefont} definitions and
3517 %   switch \cs{cft*font} from hardcoded \cs{normalsize} to
3518 %   \cs{DUT@toc@low@font}.}
3519 %    \begin{macrocode}
3520 %\cftsetindents{chap}{0pt}{1.5em}
3521 \setlength\cftbeforesecskip{\l@DUT@toc@sep}
3522 \cftsetindents{section}{0pt}{3em}
3523 \renewcommand{\cftsecfont}{\DUT@toc@low@font}
3524 \renewcommand{\cftsecpagefont}{\DUT@toc@page@font}
3525 \setlength\cftbeforesubsecskip{\l@DUT@toc@sep}
3526 \cftsetindents{subsection}{0pt}{4.5em}
3527 \renewcommand{\cftsubsecfont}{\DUT@toc@low@font}
3528 \renewcommand{\cftsubsecpagefont}{\DUT@toc@page@font}
3529 \setlength\cftbeforesubsubsecskip{\l@DUT@toc@sep}
3530 \cftsetindents{subsubsection}{0pt}{6em}
3531 \renewcommand{\cftsubsubsecfont}{\DUT@toc@low@font}
3532 \renewcommand{\cftsubsubsecpagefont}{\DUT@toc@page@font}
3533 %    \end{macrocode}
3534 % \end{macro}
3535 % \end{macro}
3536 % \end{macro}
3537 % \end{macro}
3538 % \end{macro}
3539 % \end{macro}
3540 % \end{macro}
3541 % \end{macro}
3542 % \end{macro}
3543 %
3544 % The default indents above are all |0pt|.  If \Lopt{indenttoc} was
3545 % given, override this, restoring the \pkg{tocloft} defaults, see the
3546 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/tocloft/tocloft.pdf}{%
3547 %   \pkg{tocloft} manual, Table 1}.
3548 %    \begin{macrocode}
3549 \if@indenttoc
3550   \cftsetindents{chapter}{0pt}{1.5em}
3551   \cftsetindents{section}{1.5em}{2.3em}
3552   \cftsetindents{subsection}{3.8em}{3.2em}
3553   \cftsetindents{subsubsection}{7.0em}{4.1em}
3554 \fi
3555 %    \end{macrocode}
3556 %
3557 %
3558 % \subsubsection{List of figures}
3559 % \label{sec:implement-lof}
3560 %
3561 % From the Manual \S 3.7 p10
3562 % \begin{quote}
3563 %   \begin{itemize}
3564 %     \item The heading |List of Figures| must appear at the top of
3565 %       the first page.
3566 %     \item The heading must be bold, centered, and without
3567 %       punctuation.  List figure captions exactly as they appear
3568 %       below the figures in the text.
3569 %     \item Single space each entry, but double-space between entries.
3570 %     \item Separate figure captions from page numbers with
3571 %       right-justified tabs and dot leaders.
3572 %     \item Do not use periods to separate captions and page numbers.
3573 %     \item These pages are counted and numbered in lowercase Roman
3574 %     numerals.
3575 %   \end{itemize}
3576 % \end{quote}
3577 %
3578 % \begin{macro}{\cftloftitlefont}
3579 % Much like our |\cfttoctitlefont|, but the list of figures gets
3580 % listed in the TOC.
3581 %    \begin{macrocode}
3582 \renewcommand\cftloftitlefont{\listed@schapter}
3583 %    \end{macrocode}
3584 % \end{macro}
3585 %
3586 % \begin{macro}{\afterloftitleskip}
3587 % Don't add any extra space after the title (the chapter will take
3588 % care of that).  Actually we make a one-line correction so the first
3589 % line matches the first line in the TOC.  HACK!
3590 %    \begin{macrocode}
3591 \setlength\cftafterloftitleskip{-12pt}
3592 %    \end{macrocode}
3593 % \end{macro}
3594 %
3595 % \begin{macro}{\cftbeforefigskip}
3596 % \begin{macro}{\cftfigindent}
3597 % \begin{macro}{\cftfigfont}
3598 % \begin{macro}{\cftfigpagefont}
3599 % Setup figure entries.
3600 % \changes{0.13}{2010/07/28}{Added \cs{cftfigpagefont} definition and
3601 %   switch \cs{cftfigfont} from hardcoded \cs{normalsize}
3602 %   \cs{singlespace} to \cs{DUT@toc@low@font}.  The \cs{singlespace}
3603 %   portion appears to be unnecessary, and it was causing post-number
3604 %   linebreak issues with latex (pdflatex always worked).}
3605 %    \begin{macrocode}
3606 \setlength{\cftbeforefigskip}{\l@DUT@toc@sep}
3607 \setlength{\cftfigindent}{0pt}
3608 \renewcommand{\cftfigfont}{\DUT@toc@low@font}
3609 \renewcommand{\cftfigpagefont}{\DUT@toc@page@font}
3610 %    \end{macrocode}
3611 % \end{macro}
3612 % \end{macro}
3613 % \end{macro}
3614 % \end{macro}
3615 %
3616 %
3617 % \subsubsection{List of tables}
3618 % \label{sec:implement-lot}
3619 %
3620 % From the Manual \S 3.6 p10
3621 % \begin{quote}
3622 %   \begin{itemize}
3623 %     \item The heading |List of Tables| must appear at the top of the
3624 %       first page.
3625 %     \item The heading must be bold, centered, and without
3626 %       punctuation.
3627 %     \item List table captions exactly as they appear above the
3628 %       tables in the text.
3629 %     \item Single space each entry, but double-space between entries.
3630 %     \item Separate table captions from page numbers with
3631 %       right-justified tabs and dot leaders.
3632 %     \item Do not use periods to separate captions and page numbers.
3633 %       These pages are counted and numbered in lowercase Roman
3634 %       numerals.
3635 %   \end{itemize}
3636 % \end{quote}
3637 %
3638 % \begin{macro}{\cftlottitlefont}
3639 % Much like our |\cfttoctitlefont|, but the list of tables gets
3640 % listed in the TOC.
3641 %    \begin{macrocode}
3642 \renewcommand\cftlottitlefont{\listed@schapter}
3643 %    \end{macrocode}
3644 % \end{macro}
3645 %
3646 % \begin{macro}{\afterlottitleskip}
3647 % Don't add any extra space after the title (the chapter will take
3648 % care of that).  Actually we make a one-line correction so the first
3649 % line matches the first line in the TOC.  HACK!
3650 %    \begin{macrocode}
3651 \setlength\cftafterlottitleskip{-12pt}
3652 %    \end{macrocode}
3653 % \end{macro}
3654 %
3655 % \begin{macro}{\cftbeforetabskip}
3656 % \begin{macro}{\cfttabindent}
3657 % \begin{macro}{\cfttabfont}
3658 % \begin{macro}{\cfttabpagefont}
3659 % Setup table entries.
3660 % \changes{0.13}{2010/07/28}{Added \cs{cfttabpagefont} definition and
3661 %   switch \cs{cftfabfont} from hardcoded \cs{normalsize}
3662 %   \cs{singlespace} to \cs{DUT@toc@low@font}.  The \cs{singlespace}
3663 %   portion appears to be unnecessary, and it was causing post-number
3664 %   linebreak issues with latex (pdflatex always worked).}
3665 %    \begin{macrocode}
3666 \setlength{\cfttabindent}{0pt}
3667 \setlength{\cftbeforetabskip}{\l@DUT@toc@sep}
3668 \renewcommand{\cfttabfont}{\DUT@toc@low@font}
3669 \renewcommand{\cfttabpagefont}{\DUT@toc@page@font}
3670 %    \end{macrocode}
3671 % \end{macro}
3672 % \end{macro}
3673 % \end{macro}
3674 % \end{macro}
3675 %
3676 %
3677 % \subsubsection{Bibliography}
3678 %
3679 % \begin{environment}{thebibliography}
3680 % The |thebibliography| environment is a list environment.  To save the
3681 % use of an extra counter, it should use |enumiv| as the item
3682 % counter. 
3683 % Instead of using |\item|, items in the bibliography are produced by
3684 % the following commands:\\
3685 %   |\bibitem|\marg{name} : Produces a numbered entry cited as
3686 %   \meta{name}.\\
3687 %   |\bibitem|\oarg{label}\marg{name} : Produces an entry labeled by
3688 %   \meta{Label} and cited by \meta{name}.
3689 %
3690 % Override \cls{book}'s version, adding a line to the table of
3691 % contents.  We split out the section-creation code into
3692 % |\bib@heading| for \pkg{natbib} compatibility.
3693 % (\file{classes.dtx}, L4063).
3694 %    \begin{macrocode}
3695 \renewenvironment{thebibliography}[1]
3696      {\bib@heading%
3697       \list{\@biblabel{\@arabic\c@enumiv}}%
3698            {\settowidth\labelwidth{\@biblabel{#1}}%
3699             \leftmargin\labelwidth
3700             \advance\leftmargin\labelsep
3701             \@openbib@code
3702             \usecounter{enumiv}%
3703             \let\p@enumiv\@empty
3704             \renewcommand\theenumiv{\@arabic\c@enumiv}}%
3705 %    \end{macrocode}
3706 % Because it's hard to do line breaks in bibliographies.
3707 %    \begin{macrocode}
3708       \sloppy
3709 %    \end{macrocode}
3710 %    This is setting the normal (non-infinite) value of
3711 %    |\clubpenalty| for the whole of this environment,
3712 %    so we must reset its stored value also.  (Why is there a |%| after
3713 %    the second 4000 below?)
3714 %    \begin{macrocode}
3715       \clubpenalty4000
3716       \@clubpenalty \clubpenalty
3717       \widowpenalty4000%
3718 %    \end{macrocode}
3719 % Cause a `.' (period) not to produce an end-of-sentence space.
3720 %    \begin{macrocode}
3721       \sfcode`\.\@m}
3722 %    \end{macrocode}
3723 % Warn if an empty `thebibliography' environment is found.
3724 %    \begin{macrocode}
3725      {\def\@noitemerr
3726        {\@latex@warning{Empty `thebibliography' environment}}%
3727       \endlist}
3728 %    \end{macrocode}
3729 % \end{environment}
3730 %
3731 % \begin{macro}{\bib@heading}
3732 % \pkg{natbib} messes with |thebibliography|.  We setup |\bib@heading|
3733 % so we will still get our table of contents entry.
3734 %    \begin{macrocode}
3735 \newcommand{\bib@heading}{%
3736   \listed@schapter{\bibname}%
3737 }
3738 %    \end{macrocode}
3739 % \end{macro}
3740 %
3741 %
3742 % \subsubsection{Index}
3743 %
3744 % \begin{environment}{theindex}
3745 % The environment |theindex| can be used for indices. It makes an
3746 % index with two columns, with each entry a separate paragraph. At
3747 % the user level the commands |\item|, |\subitem| and |\subsubitem|
3748 % are used to produce index entries of various levels. When a new
3749 % letter of the alphabet is encountered an amount of |\indexspace|
3750 % white space can be added.
3751 %
3752 % Override \cls{book}'s version, adding a line to the table of
3753 % contents.  We split out the section-creation code into
3754 % |\bib@heading| for \pkg{natbib} compatibility.
3755 % (\file{classes.dtx}, L4107).
3756 %    \begin{macrocode}
3757 \renewenvironment{theindex}
3758                {\if@twocolumn
3759                   \@restonecolfalse
3760                 \else
3761                   \@restonecoltrue
3762                 \fi
3763 %    \end{macrocode}
3764 % Here we add our TOC entry, and setup two columns by hand
3765 % to avoid the |\clearpage| in \LaTeX's default |\twocolumn|.
3766 %    \begin{macrocode}
3767   \listed@schapter{\indexname}
3768   \global\columnwidth\textwidth
3769   \global\advance\columnwidth-\columnsep
3770   \global\divide\columnwidth\tw@
3771   \global\hsize\columnwidth
3772   \global\linewidth\columnwidth
3773   \global\@twocolumntrue
3774   \global\@firstcolumntrue
3775   \col@number \tw@
3776 %    \end{macrocode}
3777 %    Parameter changes to |\columnseprule| and |\columnsep| have to be
3778 %    done after |\twocolumn| has acted. Otherwise they can affect the
3779 %    last page before the index.
3780 %    \begin{macrocode}
3781                 \parindent\z@
3782                 \parskip\z@ \@plus .3\p@\relax
3783                 \columnseprule \z@
3784                 \columnsep 35\p@
3785                 \let\item\@idxitem}
3786 %    \end{macrocode}
3787 %    When the document continues after the index and it was a one
3788 %    column document we have to switch back to one column after the
3789 %    index.
3790 %    \begin{macrocode}
3791                {\if@restonecol\onecolumn\else\@DUT@clearpage\fi}
3792 %    \end{macrocode}
3793 % \end{environment}
3794 %
3795 %
3796 % \subsubsection{Words}
3797 % \label{sec:words}
3798 %
3799 % Set the official names of the various sections encountered.  Some of
3800 % these are not defined in \file{classes.dtx} but are close analogs of
3801 % those that are.
3802 %
3803 % \begin{macro}{\dedicationsname}
3804 % From the Manual \S 3.3 p9, ``The heading |Dedications| must appear at
3805 % the top of the page.''
3806 %    \begin{macrocode}
3807 \newcommand\dedicationsname{Dedications}
3808 \let\DUTdedicationsname\dedicationsname
3809 %    \end{macrocode}
3810 % \end{macro}
3811 %
3812 % \begin{macro}{\acknowledgmentsname}
3813 % From the Manual \S 3.4 p9, ``The heading |Acknowledgments| must appear
3814 % at the top of the page.''
3815 %    \begin{macrocode}
3816 \newcommand\acknowledgmentsname{Acknowledgments}
3817 \let\DUTacknowledgmentsname\acknowledgmentsname
3818 %    \end{macrocode}
3819 % \end{macro}
3820 %
3821 % \begin{macro}{\contentsname}
3822 % From the Manual \S 3.5 p9, ``The heading |Table of Contents| must
3823 % appear at the top of the page.''  (\file{classes.dtx}, L4331)
3824 %    \begin{macrocode}
3825 \renewcommand\contentsname{Table of Contents}
3826 \let\DUTcontentsname\contentsname
3827 %    \end{macrocode}
3828 % \end{macro}
3829 %
3830 % \begin{macro}{\listtablename}
3831 % From the Manual \S 3.6 p10, ``The heading |List of Tables| must appear
3832 % at the top of the page.''  (\file{classes.dtx}, L4333)
3833 %    \begin{macrocode}
3834 \renewcommand\listtablename{List of Tables}
3835 \let\DUTlisttablename\listtablename
3836 %    \end{macrocode}
3837 % \end{macro}
3838 %
3839 % \begin{macro}{\listfigurename}
3840 % From the Manual \S 3.7 p10, ``The heading |List of Figures| must appear
3841 % at the top of the page.''  (\file{classes.dtx}, L4332)
3842 %    \begin{macrocode}
3843 \renewcommand\listfigurename{List of Figures}
3844 \let\DUTlistfigurename\listfigurename
3845 %    \end{macrocode}
3846 % \end{macro}
3847 %
3848 % \begin{macro}{\abstractname}
3849 % From the Manual \S 3.8 p10, ``The following heading must be centered at
3850 % the top of the first page: |Abstract|\ldots.''
3851 % (\file{classes.dtx}, L4367)
3852 %    \begin{macrocode}
3853 \newcommand\abstractname{Abstract}
3854 \let\DUTabstractname\abstractname
3855 %    \end{macrocode}
3856 % \end{macro}
3857 %
3858 % \begin{macro}{\bibname}
3859 % From the Manual \S 3.13 p12, ``The heading |Bibliography| (or
3860 % |List of References|) must appear at the top of first page.''
3861 % (\file{classes.dtx}, L4344)
3862 %    \begin{macrocode}
3863 \renewcommand\bibname{Bibliography}
3864 \let\DUTbibname\bibname
3865 %    \end{macrocode}
3866 % \end{macro}
3867 %
3868 % \begin{macro}{\appendixname}
3869 % From the Manual \S 3.14 p12, ``Number the appendicies consecutively
3870 % either alphabetically or numerically (|Appendix A|, |Appendix B|\ldots
3871 % or |Appendix 1|, |Appendix 2|\ldots).''
3872 % (\file{classes.dtx}, L4366)
3873 %    \begin{macrocode}
3874 \renewcommand\appendixname{Appendix}
3875 \let\DUTappendixname\appendixname
3876 %    \end{macrocode}
3877 % \end{macro}
3878 %
3879 % \begin{macro}{\vitaname}
3880 % From the Manual \S 3.15 p13, ``The heading |Vita| must appear at the
3881 % top of the page.''
3882 %    \begin{macrocode}
3883 \newcommand\vitaname{Vita}
3884 \let\DUTvitaname\vitaname
3885 %    \end{macrocode}
3886 % \end{macro}
3887 %
3888 % \begin{macro}{\DUTnames}
3889 % Some packages (e.g.,
3890 %   \href{http://www.ctan.org/tex-archive/macros/latex/required/babel/}{%
3891 %     \pkg{babel}})
3892 % mess with our |\*name| values and we have to restore them.
3893 \newcommand{\DUTnames}{%
3894   \gdef\dedicationsname{\DUTdedicationsname}%
3895   \gdef\contentsname{\DUTcontentsname}%
3896   \gdef\listtablename{\DUTlisttablename}%
3897   \gdef\listfigurename{\DUTlistfigurename}%
3898   \gdef\bibname{\DUTbibname}%
3899   \gdef\appendixname{\DUTappendixname}%
3900   \gdef\vitaname{\DUTvitaname}%
3901 }
3902 % \end{macro}
3903 %
3904 %
3905 % \subsection{Remaining details}
3906 %
3907 %
3908 % \subsubsection{Terminal blank page}
3909 %
3910 % Add a terminal blank page (in \Lopt{pagebreak} mode)
3911 % From the Manual \S 3.16 p13
3912 % \begin{quote}
3913 %   Include a blank page (with no page number) at the end of the
3914 %   thesis or dissertation.  The blank page is neither counted nor
3915 %   numbered.
3916 % \end{quote}
3917 %    \begin{macrocode}
3918 \AtEndDocument{\@DUT@blankpage}
3919 %    \end{macrocode}
3920 %
3921 %
3922 %    \begin{macrocode}
3923 %</class>
3924 %    \end{macrocode}
3925 %
3926 %
3927 % \section{Examples}
3928 %
3929 %
3930 % \subsubsection{Template}
3931 %
3932 %    \begin{macrocode}
3933 %<*template>
3934 % See drexel-thesis.pdf for details.
3935 \documentclass{drexel-thesis}
3936
3937 %% Enter the appropriate information here
3938 \author{}    % Fullname
3939 \title{}     % Title Of Thesis
3940 \DUTmonth{}  % Name of the month of you defense
3941 \DUTyear{}   % Year you are defending
3942 \degree{}    % Your target degree, spelled out
3943 \advisor{}   % Advisor's full name, degree
3944 \copyrighttext{} % If not "All Rights Reserved."
3945
3946 %% unsrt style give references in order of citation
3947 \bibliographystyle{unsrt}
3948
3949 \begin{document}
3950 \begin{preamble}
3951
3952 \begin{dedications} % OPTIONAL
3953 %% Type dedications here
3954 \end{dedications}
3955
3956 \begin{acknowledgments} % OPTIONAL
3957 %% Type acknowledgments here
3958 \end{acknowledgments}
3959
3960 \tableofcontents
3961 \listoftables  % If you have tables
3962 \listoffigures % If you have figures
3963
3964 \begin{abstract}
3965 %% Type abstract here
3966 \end{abstract}
3967 \end{preamble}
3968
3969 \begin{thesis}
3970 %% If your thesis does not use \part{}s, you may want to add a
3971 %% part-level PDF bookmark to set the main matter of from the front
3972 %% matter.
3973 %%\pdfbookmark[-1]{Main Matter}{Main Matter}
3974
3975 %% Use include statements to include your main thesis code
3976 %% from seperate files.
3977 %%\include{part1}
3978 %%...
3979 \end{thesis}
3980
3981 \bibliography{references} % Include references.bib BibTeX
3982
3983 \appendix % If you have appendices
3984 %% include files with your appendicies (if any) here
3985 %%\include{appendixA}
3986 %%...
3987
3988 \begin{vita} % Ph.D. only.
3989 %%Vita text.
3990 \end{vita}
3991
3992 \end{document}
3993 %</template>
3994 %    \end{macrocode}
3995 %
3996 %
3997 % \subsection{A better example}
3998 % \label{sec:better-example}
3999 %
4000 % \subsubsection{Main}
4001 %
4002 %    \begin{macrocode}
4003 %<*example|example-draft>
4004 %% See drexel-thesis.pdf for details.
4005 %<example>\documentclass[subfig,blackref,approvalform]{drexel-thesis}
4006 %<example-draft>\documentclass[draft,subfig]{drexel-thesis}
4007
4008 %% Enter the appropriate information here
4009 \author{Johny Henry}
4010 \title{Inadequacies of Steam-Driven Boring Machines}
4011 \DUTmonth{July}
4012 \DUTyear{1872}
4013 \degree{Doctor of Philosophy}
4014 \advisor{Collis Potter Huntington, R.R.D.}
4015 \advisor{Advisor 2, Ph.D.}
4016 \advisor{Advisor 3, Ph.D.}
4017 \copyrighttext{\copyrighttextCCBYSA}
4018
4019 \usepackage[super,sort&compress]{natbib} % fancy citation extensions
4020 \bibliographystyle{unsrtnat}
4021
4022 \usepackage{fancyvrb} % nicer verbatim handling
4023 \DefineShortVerb{\|}  % \verb+TEXT+  ->  |TEXT|
4024
4025 %    \end{macrocode}
4026 % Sometimes other packages clobber \cls{drexel-thesis}'s macros and
4027 % environments.  It's ok though, the originals are all aliased to
4028 % |\DUT*|.  We'll just have to use |DUTpreamble| instead.
4029 %    \begin{macrocode}
4030 \renewenvironment{preamble}{% look, we're clobbering an environment!
4031   What preamble?\begingroup\color{white}}{\endgroup}
4032
4033 %    \end{macrocode}
4034 % Use
4035 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/blindtext/}%
4036 %   {\pkg{blindtext}}
4037 % for dummy text creation.  \pkg{blindtext} requires
4038 % \href{http://www.ctan.org/tex-archive/macros/latex/required/babel/}%
4039 %   {\pkg{babel}}.
4040 %    \begin{macrocode}
4041 \usepackage[english]{babel} % English blindtext
4042 \usepackage{blindtext} % macros for producing dummy output
4043 %    \end{macrocode}
4044 % \pkg{babel} messes with some of our words (\S \ref{sec:words}), so
4045 % we have to reset them.  See the
4046 % \href{http://www.tex.ac.uk/cgi-bin/texfaq2html?label=latexwords}{\TeX\ FAQ}
4047 % for details.
4048 %    \begin{macrocode}
4049 \addto\captionsenglish{\DUTnames}
4050
4051 \begin{document}
4052 \begin{DUTpreamble} % "DUT" because original preamble was clobbered.
4053
4054 \begin{dedications}
4055 We're in \iffinal{final}{draft} mode!
4056
4057 \Blindtext[3]
4058 \end{dedications}
4059
4060 \begin{acknowledgments}
4061 \Blindtext[3]
4062 \end{acknowledgments}
4063
4064 \tableofcontents
4065 \listoftables
4066 \listoffigures
4067
4068 \begin{abstract}
4069 \Blindtext[3]
4070 \end{abstract}
4071 \end{DUTpreamble}
4072
4073 \begin{thesis}
4074 \include{example-1}
4075 \end{thesis}
4076
4077 \bibliography{example-ref}
4078
4079 \appendix
4080 \include{example-a}
4081
4082 \begin{vita}
4083 \Blindtext[3]
4084 \end{vita}
4085
4086 \end{document}
4087 %</example|example-draft>
4088 %    \end{macrocode}
4089 %
4090 %
4091 % \subsubsection{Part}
4092 % \label{sec:better-example-part}
4093 %
4094 %    \begin{macrocode}
4095 %<*example-part>
4096 \part{A Part Heading}
4097 \chapter{A Chapter Heading}
4098 \section{A Section Heading}
4099 The following sectioning commands are available:
4100 \begin{quote}
4101  part \\
4102  chapter \\
4103  section \\
4104  subsection \\ 
4105  subsubsection \\ 
4106  paragraph \\ 
4107  subparagraph 
4108 \end{quote}
4109
4110 \subsection{natbib}
4111 You can cite your references with |natbib|'s |\citet| and |\citep|
4112 macros.  See
4113 \href{http://www.ctan.org/tex-archive/macros/latex/contrib/natbib/}
4114 {the natbib manual} for details.
4115
4116 Here we have a text citation \citet{rief97} followed by a
4117 parenthetical citation\citep{rief97}.
4118
4119 \subsubsection{Tables and Figures}
4120 \Blindtext[2]
4121 \begin{table}
4122   \begin{center}
4123   \begin{tabular}{r@{.}l r@{.}l r@{.}l}
4124     \multicolumn{2}{c}{Time (s)} &
4125       \multicolumn{2}{c}{John Henry (m)} &
4126       \multicolumn{2}{c}{Steam drill (m)} \\
4127     0&0 & 0&0 & 0&0 \\
4128     10&0 & 4&3 & 3&75 \\
4129     30&0 & 11&9 & 10&1 \\
4130     \ldots
4131   \end{tabular}
4132   \caption{A table float.} % low caption allowed with floatrow
4133 %% Note the strange |r@{.}l| notation in the |\tabular| column
4134 %% definition.  This allows for numbers aligned at the decimal point
4135 %% (see \href{http://www.stat.unipg.it/tex-man/ltx-68.html}{here}).
4136 %%
4137 %% |\multicolumn{num_cols}{alignment}{contents}| allows the headings
4138 %% to span the pre- and post-decimal columns.
4139   \end{center}
4140 \end{table}
4141 \Blindtext[2]
4142 \begin{figure}
4143   \caption{A figure float. \blindtext} % high caption allowed with floatrow
4144   \begin{center}
4145     \includegraphics[width=0.4\textwidth]{drexel-logo}
4146   \end{center}
4147 \end{figure}
4148 \Blindtext[3]
4149 \begin{figure}
4150   \begin{center}
4151     \subfloat[][]{%
4152       \includegraphics[width=0.2\textwidth]{drexel-logo}%
4153       \label{fig:sub-a}}
4154     \subfloat[][]{%
4155       \includegraphics[width=0.2\textwidth]{drexel-logo}%
4156       \label{fig:sub-b}}
4157     \caption{(a) One subfig float. (b) Another subfig float.%
4158       \label{fig:both}}
4159   \end{center}
4160 \end{figure}
4161 You can reference the subfig floats individually (\ref{fig:sub-a}) or
4162 together (\ref{fig:both}).
4163
4164 \Blindtext[3]
4165
4166 \part{Another Part}
4167 \chapter{Another Chapter}
4168 \Blindtext[5]
4169 \chapter{A Long Title Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla
4170 Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla}
4171 \Blindtext[5]
4172 %</example-part>
4173 %    \end{macrocode}
4174 %
4175 %
4176 % \subsubsection{\BibTeX}
4177 %
4178 % What goes into the \BibTeX\ file |example-ref.bib|?
4179 % For more information, check out this 
4180 % \href{http://cmtw.harvard.edu/Documentation/TeX/Bibtex/Example.html}{basic tutorial}.
4181 % If you want to get deeper, take a look at
4182 % \href{http://www.ctan.org/tex-archive/info/bibtex/tamethebeast/}{Tame the BeaST}.
4183 % Other resources:
4184 % \href{http://www.andy-roberts.net/misc/latex/latextutorial3.html}{how the process works},
4185 %   \href{http://newton.ex.ac.uk/tex/pack/bibtex/btxdoc/node6.html}{entry types},
4186 %   \href{http://newton.ex.ac.uk/tex/pack/bibtex/btxdoc/node7.html}{fields},
4187 %   \href{http://en.wikipedia.org/wiki/BibTeX}{entries and fields},
4188 %   \href{http://www.cs.stir.ac.uk/~kjt/software/latex/showbst.html}{assorted style examples}, and
4189 %   \href{http://liinwww.ira.uka.de/bibliography/Bib.Format.html}{assorted \BibTeX tools}.
4190 %
4191 % Here is an example \BibTeX\ file to get you started.  We define
4192 % strings for the publishers, journals, and authors to avoid
4193 % duplication, minimize the risk of typos, etc.
4194 %
4195 %    \begin{macrocode}
4196 %<*example-bibtex-refs>
4197 %% Publishers
4198 @String{APS = "American Physical Society"}
4199
4200 %% Journals
4201 @String{SCI = "Science"}
4202
4203 %% Authors
4204 @String{MRief = "Rief, Matthias"}
4205 @String{MGautel = "Gautel, Mathias"}
4206 @String{FOesterhelt = "Oesterhelt, Filipp"}
4207 @String{JFernandez = "Fernandez, Julio M."}
4208 @String{HGaub = "Gaub, Hermann E."}
4209
4210 %% Articles
4211 @Article{rief97,
4212   author = MRief #" and "# MGautel #" and "# FOesterhelt #" and "#
4213            JFernandez #" and "# HGaub,
4214   title = "Reversible Unfolding of Individual Titin Immunoglobulin
4215            Domains by {AFM}",
4216   journal = SCI,
4217   volume =  276,
4218   number =  5315,
4219   pages =   "1109--1112",
4220   year =    1997,
4221   doi =     "10.1126/science.276.5315.1109",
4222   URL =     "http://www.sciencemag.org/cgi/content/abstract/276/5315/1109",
4223   eprint =  "http://www.sciencemag.org/cgi/reprint/276/5315/1109.pdf",
4224   mynote = "Seminal paper for force spectroscopy on Titin. Cited by
4225            Dietz '04 (ref 9) as an example of how unfolding large
4226            proteins is easily interpreted (vs.\ confusing unfolding in
4227            bulk), but Titin is a rather simple example of that, because
4228            of its globular-chain structure.",
4229 }
4230 %% ...
4231 %</example-bibtex-refs>
4232 %    \end{macrocode}
4233 %
4234 %
4235 % \subsubsection{Appendix}
4236 %
4237 %    \begin{macrocode}
4238 %<*example-appendix>
4239 \chapter{Some Appendix Heading}
4240 \Blindtext[5]
4241 \chapter{Another Appendix Heading}
4242 \Blindtext[5]
4243 %</example-appendix>
4244 %    \end{macrocode}
4245 %
4246 %
4247 % \section{Known bugs and issues}
4248 %
4249 %
4250 % \subsection{Hacks}
4251 %
4252 % \begin{itemize}
4253 %   \item |\vspace*{0\p@}| space between page top and chapter
4254 %     headings (|\@makechapterhead| and |\@makeschapterhead|,
4255 %     Sec.~\ref{sec:implement-chapters}).
4256 %   \item Extra space under LOT and LOF titles compared to TOC.
4257 %     (Secs.~\ref{sec:implement-lof} and \ref{sec:implement-lot}).
4258 % \end{itemize}
4259 %
4260 %
4261 % \subsection{Bugs}
4262 %
4263 % \begin{itemize}
4264 %   \item Different space between chapter heading and section heading,
4265 %     vs.\ chapter heading and text.  Compare \emph{A Chapter Heading}
4266 %     and \emph{Another Chapter} in \file{example.pdf}.  This is a
4267 %     problem (although with opposite order) in the \cls{book} class
4268 %     itself.  For example, compile
4269 %     \begin{example}
4270 %\documentclass{book}
4271 %\begin{document}
4272 %\chapter{Chapter with text}
4273 %Bla bla bla.
4274 %\chapter{Chapter with section}
4275 %\section{Section}
4276 %Bla bla bla.
4277 %\end{document}
4278 %     \end{example}
4279 %   \item Footer overlap if chapter/section names are particularly long.
4280 %     See \emph{Section in long-titled chapter} in \file{example.pdf}.
4281 %     Workaround: turn off sections in the footer:
4282 %     \begin{example}
4283 %       \fancyfoot[RE,LO]{\scshape\leftmark}
4284 %       \fancyfoot[LE,RO]{}
4285 %     \end{example}
4286 %     For more header or footer manipulation ideas, see \S \ref{sec:fancyhdr}.
4287 % \end{itemize}
4288 %
4289 %
4290 % \Finale
4291 \endinput