Bump to version 0.15
[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-2013  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 %                          Robert Bernecky
23 %                          T. Tsankov
24 %                          Vincent A. Cicirello
25 %                          W. Trevor King
26 % -------------------------------------------------------
27
28 % This file may be distributed and/or modified under the
29 % conditions of the LaTeX Project Public License, either version 1.3
30 % of this license or (at your option) any later version.
31 % The latest version of this license is in:
32 %
33 %    http://www.latex-project.org/lppl.txt
34 %
35 % and version 1.3 or later is part of all distributions of LaTeX 
36 % version 2003/12/01 or later.
37 %
38 % Docstrip formatting initially based on Scott Pakin's
39 % dtxtut/cskeleton.dtx
40 %   http://www.ctan.org/tex-archive/info/dtxtut/
41 %
42 % \fi
43 %
44 % \iffalse meta-comment
45 %<class>\NeedsTeXFormat{LaTeX2e}
46 %<class>\ProvidesClass{drexel-thesis}
47 %<class> [\filedate\ \fileversion\ Drexel Thesis]
48 %
49 % Code for the .ini driver, see \S 2.1 ``The driver file'' of doc.dtx.
50 %<*driver>
51 \usepackage[colorlinks=true,]{hyperref}
52 \hypersetup{pdfauthor={W. Trevor King et al.}}
53 \hypersetup{pdftitle={drexel-thesis \fileversion\ documentation}}
54 %</driver>
55 % Include some useful commands from |xkeyval|'s |<preamble>|.
56 %<*driver>
57 \usepackage{xcolor}
58 \usepackage{listings}
59 \lstnewenvironment{command}{%
60   \lstset{columns=flexible,frame=single,backgroundcolor=\color{blue!20},%
61     xleftmargin=\fboxsep,xrightmargin=\fboxsep,escapeinside=`',gobble=1}}{}
62 \lstnewenvironment{example}{%
63   \lstset{basicstyle=\footnotesize\ttfamily,columns=flexible,frame=single,%
64     backgroundcolor=\color{yellow!20},xleftmargin=\fboxsep,%
65     xrightmargin=\fboxsep,gobble=1}}{}
66 %</driver>
67 % Define a quick and dirty version of |xkeyval|'s |\DescribeOptions|.
68 %<*driver>
69 \newenvironment{option}[1]{\begin{macro}{#1}}
70                           {\end{macro}}
71 %</driver>
72 % Some commonly used abbreviations from |classes.dtx|.
73 %<*driver>
74 \newcommand*{\Lopt}[1]{\textsf {#1}}
75 \newcommand*{\file}[1]{\texttt {#1}}
76 \newcommand*{\Lcount}[1]{\textsl {\small#1}}
77 \newcommand*{\pstyle}[1]{\textsl {#1}}
78 %</driver>
79 % Provide easy access to the @ character.  Note that this, like the
80 % short-verbatim markers ||, does not work in |\changes| sections
81 % because of the way they are cached to the glossary file.  If you
82 % find a way to make them work there, let me know :).
83 %<*driver>
84 \newcommand*{\textat}{\makeatletter @ \makeatother}
85 %</driver>
86 %<*driver>
87 \makeatletter
88 \def\DescribeOption#1{\leavevmode\@bsphack
89               \marginpar{\raggedleft\PrintDescribeOption{#1}}%
90               \SpecialOptionIndex{#1}\@esphack\ignorespaces}
91 \def\PrintDescribeOption#1{\strut\emph{option}\\\MacroFont #1\ }
92 \def\SpecialOptionIndex#1{\@bsphack
93     \index{#1\actualchar{\protect\ttfamily#1}
94            (option)\encapchar usage}%
95     \index{options:\levelchar#1\actualchar{\protect\ttfamily#1}\encapchar
96            usage}\@esphack}
97 \def\DescribeOptions#1{\leavevmode\@bsphack
98   \marginpar{\raggedleft\strut\emph{options}%
99   \@for\@tempa:=#1\do{%
100     \\\strut\MacroFont\@tempa\SpecialOptionIndex\@tempa
101   }}\@esphack\ignorespaces}
102 \makeatother
103 %</driver>
104 %<*driver>
105 \EnableCrossrefs
106 \RecordChanges
107 \EnableCrossrefs         
108 \begin{document}
109   \DocInput{drexel-thesis.dtx}
110 \end{document}
111 %</driver>
112 % \fi
113 %
114 % \CheckSum{0}
115 %
116 % \CharacterTable
117 %  {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
118 %   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
119 %   Digits        \0\1\2\3\4\5\6\7\8\9
120 %   Exclamation   \!     Double quote  \"     Hash (number) \#
121 %   Dollar        \$     Percent       \%     Ampersand     \&
122 %   Acute accent  \'     Left paren    \(     Right paren   \)
123 %   Asterisk      \*     Plus          \+     Comma         \,
124 %   Minus         \-     Point         \.     Solidus       \/
125 %   Colon         \:     Semicolon     \;     Less than     \<
126 %   Equals        \=     Greater than  \>     Question mark \?
127 %   Commercial at \@     Left bracket  \[     Backslash     \\
128 %   Right bracket \]     Circumflex    \^     Underscore    \_
129 %   Grave accent  \`     Left brace    \{     Vertical bar  \|
130 %   Right brace   \}     Tilde         \~}
131 %
132 %
133 % \changes{0.1}{2006/01/18}{Rewrite by Daniel J.~Cross}
134 % \changes{0.2}{2010/01/09}{W.~Trevor King transitioned from thesis.cls
135 %   to drexel-thesis.dtx and did a good deal of reorganizing.}
136 % \changes{0.3}{2010/01/13}{W.~Trevor King merged drexelthesis.cls
137 %   developed in the Comp.~Sci.~Department by Jeff Abrahamson,
138 %   Evan Sultanik, C.Y.~Ip, Christopher S.~Dahn, Christopher D.~Cera,
139 %   Mitchell Peabody, David T.~McWherter, and Vincent A.~Cicirello.
140 %   Based on the University of Toronto Thesis \LaTeXe\ Class.  Also
141 %   greatly improved the documentation by incorperating bits of
142 %   the base/*.dtx files.}
143 % \changes{0.4}{2010/02/23}{W.~Trevor King repositioned hyperref
144 %   inclusion for proper hyperref overriding.  The previous
145 %   implementation couldn't handle \cs{label} for \cs{paragraph} and
146 %   some other section levels.  The page number for the reference was
147 %   correct, but the link went to the label's parent chapter.}
148 % \changes{0.5}{2010/03/03}{W.~Trevor King use hypcap for better
149 %   caption hyperlink anchor placement.}
150 % \changes{0.6}{2010/03/11}{W.~Trevor King fixed \cs{if@final}
151 %   handling.  Previous versions used it more like a hypothetical
152 %   \cs{if@finalspace}.  Also adjusted theindex to use a
153 %   \cs{listed@schapter}.}
154 % \changes{0.10}{2010/05/21}{W.~Trevor King added \cs{DUT*}
155 %   aliases for all public macros and environments and renamed
156 %   \cs{defmonth} and \cs{defyear} to \cs{DUTmonth} and \cs{DUTyear}
157 %   for consistency with the new aliases.}
158 % \changes{0.13}{2010/07/28}{W.~Trevor King cleaned up TOC/LOT/LOF code.}
159 % \changes{0.14}{2010/09/21}{Evan Sultanik added the
160 %   \texttt{approvalform} option for including a \LaTeX\ version of
161 %   the T-1 thesis form.}
162 % \changes{0.15}{2011/04/22}{W.~Trevor King added the
163 %   \texttt{nodraftwatermark} option for clearing previous watermark
164 %   options.}
165 % \changes{0.15}{2011/04/23}{W.~Trevor King added the
166 %   \texttt{pagebreak} and \texttt{nopagebreak} options for
167 %   controlling page breaking independently of \texttt{final} and
168 %   \texttt{draft}.}
169 %
170 % \MakeShortVerb{\|}
171 % \newcommand{\pkg}[1]{\textsf{#1}}
172 % \newcommand{\cls}[1]{\textsf{#1}}
173 % ^^A\newcommand{\BibTeX}{{\scshape Bib}\TeX}
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 if we're in
2543 % \Lopt{pagebreak} mode.
2544 %    \begin{macrocode}
2545     \if@DUT@pagebreak \vspace*{\fill} \fi
2546   \end{@DUT@titlepage}%
2547 %    \end{macrocode}
2548 % And that's it.  We reset the footnote counter for the rest of the
2549 % document and save space by freeing the memory associated with the
2550 % |\maketitle| and |\and| macros (by setting them equal to |\relax|).
2551 %    \begin{macrocode}
2552   \setcounter{footnote}{0}%
2553   \global\let\maketitle\relax
2554   \global\let\and\relax
2555 }
2556 %    \end{macrocode}
2557 % \end{macro}
2558 %
2559 %
2560 % \subsubsection{Copyright pages}
2561 % \label{sec:implement-copyright}
2562 %
2563 % \begin{macro}{\@DUT@makecopyright}
2564 % The Manual allows for the selection of different copyrights, so we
2565 % define a base macro that generates a proper copyright page
2566 % containing |\@copyrighttext|, which the user can set with
2567 % |\copyrighttext|.
2568 % From Manual \S 3.2 p9, ``Copyright Page''.
2569 % \begin{itemize}
2570 %   \item Include a copyright page with the following information: a
2571 %   copyright notice, full legal name of author, and date of
2572 %   publication on file.
2573 %   \item This page is neither counted nor numbered.
2574 % \end{itemize}
2575 % In final mode, we start off on a new page and center the blurb.
2576 % In draft mode, we dive right into the text.
2577 %    \begin{macrocode}
2578 \newcommand\@DUT@makecopyright{%
2579   \@DUT@clearpage
2580 %    \end{macrocode}
2581 % If we're using pdf\LaTeX, add a bookmark.
2582 %    \begin{macrocode}
2583   \ifpdf \pdfbookmark[0]{Copyright Page}{Copyright Page} \fi
2584   \if@DUT@pagebreak \vspace*{\fill} \fi
2585   \begin{center}
2586     \copyright~Copyright \@DUT@year\\
2587     \@DUT@author.  \@DUT@copyrighttext
2588   \end{center}
2589   \if@DUT@pagebreak \vspace*{\fill} \fi
2590 %    \end{macrocode}
2591 % Turn off page numbering for this page.
2592 %    \begin{macrocode}
2593   \thispagestyle{empty}
2594 }
2595 %    \end{macrocode}
2596 % \end{macro}
2597 %
2598 % \begin{macro}{\copyrighttextCCBYSA}
2599 % \begin{macro}{\DUTcopyrighttextCCBYSA}
2600 % The Creative Commons Attribution-ShareAlike License.
2601 % \changes{0.4}{2010/02/23}{W.~Trevor King renamed from
2602 %   \cs{copyrighttextCC}, and made specific to Creative Commons
2603 %   Attribution-ShareAlike Version 3.0.}
2604 %    \begin{macrocode}
2605 \newcommand\copyrighttextCCBYSA{
2606   \begin{quote}
2607     This work is licensed under the terms of the Creative Commons
2608     Attribution-ShareAlike license Version 3.0.  The license is
2609     available at \\
2610     \url{http://creativecommons.org/licenses/by-sa/3.0/}.
2611   \end{quote}
2612 }
2613 \let\DUTcopyrighttextCCBYSA\copyrighttextCCBYSA
2614 %    \end{macrocode}
2615 % \end{macro}
2616 % \end{macro}
2617 %
2618 %
2619 % \subsubsection{Mark commands}
2620 %
2621 % Default initializations of |\*mark| commands.  These commands
2622 % are used in the definition of the page styles.
2623 %
2624 % \begin{macro}{\chaptermark}
2625 % Setup colon rather than period separated chapter marks.
2626 % (\file{classes.dtx}, L2053)
2627 %    \begin{macrocode}
2628 \renewcommand\chaptermark[1]{%
2629   \markboth {%
2630     \ifnum \c@secnumdepth >\m@ne
2631       \if@mainmatter
2632         \@chapapp\ \thechapter: \ %
2633       \fi
2634     \fi
2635     #1}{}}
2636 %    \end{macrocode}
2637 % \end{macro}
2638 %
2639 % \begin{macro}{\schaptermark}
2640 % Setup unnumbered chapter marks for \pkg{fancyhdr}.
2641 %    \begin{macrocode}
2642 \newcommand\schaptermark[1]{\markboth{#1}{}}
2643 %    \end{macrocode}
2644 % \end{macro}
2645 %
2646 % \begin{macro}{\sectionmark}
2647 % Setup space rather than period separated section marks.
2648 % (\file{classes.dtx}, L2054)
2649 %    \begin{macrocode}
2650 \renewcommand{\sectionmark}[1]{%
2651   \markright {%
2652     \ifnum \c@secnumdepth >\z@
2653       \thesection \ %
2654     \fi
2655     #1}}
2656 %    \end{macrocode}
2657 % \end{macro}
2658 %
2659 %
2660 % \subsubsection{Front Matter, Main Matter, and Back Matter}
2661 %
2662 % A book contains these three (logical) sections. The switch
2663 % |\@mainmatter| is true if and only if we are processing main
2664 % matter\footnote{%
2665 %   \href{http://en.wikipedia.org/wiki/Book_design}{Wikipedia}
2666 %   suggests \emph{body matter} for the main content, but
2667 %   \href{http://mirror.ctan.org/macros/latex/base/classes.dtx}{\LaTeX's
2668 %   \cls{book}} uses \emph{Main Matter}.  We're a \LaTeX\ class, so
2669 %   we'll stick with ``main matter'' for consistency.
2670 % }.  When this switch is false, the
2671 % |\chapter| command does not print chapter numbers.
2672 %
2673 % \begin{macro}{\mainmatter}
2674 % This command clears the page (in final mode), starts arabic page
2675 % numbering and turns on chapter numbering.  Since this restarts the
2676 % page numbering from 1, it should also ensure that a recto page is
2677 % used.
2678 %
2679 % We replace \cls{book}'s |\clear*page| calls with |\@DUT@clearpage| calls.
2680 % (\file{classes.dtx}, L2211)
2681 %    \begin{macrocode}
2682 \renewcommand\mainmatter{%
2683   \@DUT@cleardoublepage
2684   \@mainmattertrue
2685   \pagenumbering{arabic}}
2686 %    \end{macrocode}
2687 % \end{macro}
2688 %
2689 %
2690 % \subsubsection{Parts}
2691 %
2692 % \begin{macro}{\part}
2693 % The command to start a new part of our document.
2694 %
2695 % We start a new (righthand) page and use the \pstyle{plain}
2696 % pagestyle, replacing \cls{book}'s |\clear*page| calls with
2697 % |\@DUT@clearpage| calls and dropping twopage code.
2698 % (\file{classes.dtx}, L2249)
2699 %    \begin{macrocode}
2700 \renewcommand\part{%
2701   \if@openright
2702     \@DUT@cleardoublepage
2703   \else
2704     \@DUT@clearpage
2705   \fi
2706   \thispagestyle{plain}%
2707   \@tempswafalse
2708 %    \end{macrocode}
2709 % Add some stretchy space for vertical centering if we're in
2710 % \Lopt{pagebreak} mode.
2711 %    \begin{macrocode}
2712   \if@DUT@pagebreak \null\vfil \fi
2713 %    \end{macrocode}
2714 % Here we use |\secdef| to indicate which commands to use to make
2715 % the actual heading.
2716 %    \begin{macrocode}
2717   \secdef\@part\@spart}
2718 %    \end{macrocode}
2719 % \end{macro}
2720 %
2721 % \begin{macro}{\@part}
2722 % This macro does the actual formatting of the title of the part.  We
2723 % replace \cls{book}'s |\Huge| with |\large|, and make use of
2724 % |\numberline| for consistent spacing.
2725 %
2726 % When \Lcount{secnumdepth} is larger than $-2$, we have a numbered
2727 % part, otherwise it is unnumbered.
2728 % (\file{classes.dtx}, L2310)
2729 %    \begin{macrocode}
2730 \def\@part[#1]#2{%
2731     \ifnum \c@secnumdepth >-2\relax
2732       \refstepcounter{part}%
2733       \addcontentsline{toc}{part}%
2734         {\protect\numberline{\thepart}#1}%
2735     \else
2736       \addcontentsline{toc}{part}{#1}%
2737     \fi
2738 %    \end{macrocode}
2739 % We empty the mark registers and center the title on the page.
2740 % Also we prevent breaking between lines and reset the font.
2741 %    \begin{macrocode}
2742     \markboth{}{}%
2743     {\centering
2744      \interlinepenalty \@M
2745      \normalfont
2746 %    \end{macrocode}
2747 % When this is a numbered part we have to print the number.
2748 %    \begin{macrocode}
2749      \ifnum \c@secnumdepth >-2\relax
2750        \large\bfseries \partname\nobreakspace\thepart
2751        \par
2752 %    \end{macrocode}
2753 % We leave some space before we print the title and leave the
2754 % finishing up to |\@endpart|.
2755 %    \begin{macrocode}
2756        \vskip 20\p@
2757      \fi
2758      \large \bfseries #2\par}%
2759     \@endpart}
2760 %    \end{macrocode}
2761 % \end{macro}
2762 %
2763 % \begin{macro}{\@spart}
2764 % This macro does the actual formatting of the title of the part
2765 % when the star form of the user command was used. In this case we
2766 % \emph{never} print a number. Otherwise the formatting is the
2767 % same.
2768 % (\file{classes.dtx}, L2402)
2769 %    \begin{macrocode}
2770 \def\@spart#1{%
2771     {\centering
2772      \interlinepenalty \@M
2773      \normalfont
2774      \large \bfseries #1\par}%
2775     \@endpart}
2776 %    \end{macrocode}
2777 % \end{macro}
2778 %
2779 % \begin{macro}{\@endpart}
2780 % This macro finishes the part page, for both |\@part| and |\@spart|.
2781 % We drop \cls{book}'s twoside handling.
2782 % If we're in \Lopt{pagebreak} mode, we fill the current page.
2783 % (\file{classes.dtx}, L2435)
2784 %    \begin{macrocode}
2785 \def\@endpart{
2786   \if@DUT@pagebreak \vfil\newpage \fi
2787 %    \end{macrocode}
2788 % Then, when we are in twosided mode and the chapters are supposed to
2789 % be on the right hand sides, we produce a completely blank page.  We
2790 % don't need to check \Lopt{pagebreak}-mode here, because the
2791 % pagebreak options set the \cls{book} opening options.
2792 %    \begin{macrocode}
2793   \if@twoside
2794     \if@openright
2795       \null
2796       \thispagestyle{empty}%
2797       \newpage
2798     \fi
2799   \fi}
2800 %    \end{macrocode}
2801 % \end{macro}
2802 %
2803 %
2804 % \subsubsection{Chapters}
2805 % \label{sec:implement-chapters}
2806 %
2807 % \begin{macro}{\chapter}
2808 % \cls{book} always starts a chapter on a new page, but we don't want
2809 % to do that if we're in draft mode.
2810 % (\file{classes.dtx}, L2472).
2811 %    \begin{macrocode}
2812 \renewcommand\chapter{%
2813   \if@openright\@DUT@cleardoublepage\else\@DUT@clearpage\fi
2814   \thispagestyle{plain}%
2815 %    \end{macrocode}
2816 % Then we prevent floats from appearing at the top of this page
2817 % because it looks weird to see a floating object above a chapter
2818 % title.
2819 %    \begin{macrocode}
2820   \global\@topnum\z@
2821 %    \end{macrocode}
2822 % Then we suppress the indentation of the first paragraph by
2823 % setting the switch |\@afterindent| to false. We use |\secdef|
2824 % to specify the macros to use for actually setting the chapter
2825 % title.
2826 %    \begin{macrocode}
2827   \@afterindentfalse
2828   \secdef\@chapter\@schapter}
2829 %    \end{macrocode}
2830 % \end{macro}
2831 %
2832 % \begin{macro}{\listed@schapter}
2833 % |\chapter| declares numbered chapters, which are listed in the table
2834 % of contents.
2835 % |\chapter*| declares unnumbered chapters, which are \emph{not}
2836 % listed in the TOC.
2837 % |\listed@schapter| declares an unnumbered chapter that \emph{is}
2838 % listed in the TOC.
2839 %    \begin{macrocode}
2840 \newcommand\listed@schapter[1]{%
2841   \if@openright\@DUT@cleardoublepage\else\@DUT@clearpage\fi
2842   \thispagestyle{plain}%
2843   \global\@topnum\z@
2844   \phantomsection
2845   \addcontentsline{toc}{chapter}{#1}
2846   \@afterindentfalse
2847   \@schapter{#1}}
2848 %    \end{macrocode}
2849 % \end{macro}
2850 %
2851 % \begin{macro}{\@chapter}
2852 % This macro is called when we have a numbered chapter. When
2853 % \Lcount{secnumdepth} is larger than $-1$ and |\@mainmatter| is true,
2854 % we display the chapter number.
2855 % We drop \cls{book}'s \Lopt{twocolumn} code. 
2856 % (\file{classes.dtx}, L2496).
2857 %    \begin{macrocode}
2858 \def\@chapter[#1]#2{
2859 %    \end{macrocode}
2860 % Inform the user that a new chapter is about to be typeset by writing
2861 % a message to the terminal.
2862 % \changes{0.9}{2010/05/21}{W.~Trevor King disabled the label macro
2863 % for typeout.}
2864 % Some users place |\label| in their chapter argument:
2865 % \begin{example}
2866 %   \chapter{Bla bla\label{x}}
2867 % \end{example}
2868 % rather than after (as recommended by
2869 % \href{http://en.wikibooks.org/wiki/LaTeX/Labels_and_Cross-referencing#Sections}%
2870 %   {the \LaTeX\ Wikibook} and
2871 % \href{http://www.ctan.org/tex-archive/info/lshort/english/lshort.pdf}%
2872 %   {The Not So Short Introduction to \LaTeXe\ (\S 2.8, p36)}):
2873 % \begin{example}
2874 %   \chapter{Bla bla}
2875 %   \label{x}
2876 % \end{example}
2877 % The embedded |\label| chokes |\typeout| so we temporarily redefine
2878 % |\label| to just gobble its contents.  |\@DUT@label| stores the
2879 % original definition.
2880 %    \begin{macrocode}
2881   \let\@DUT@label=\label%
2882   \renewcommand{\label}[1]{}%
2883   \typeout{\@chapapp\space\thechapter. #1}%
2884 %    \end{macrocode}
2885 % Restore |\label| to its previous glory.
2886 %    \begin{macrocode}
2887   \let\label=\@DUT@label%
2888 %    \end{macrocode}
2889 % Now we can get on with the real work.
2890 %    \begin{macrocode}
2891   \ifnum \c@secnumdepth >\m@ne
2892     \if@mainmatter
2893       \refstepcounter{chapter}%
2894       \addcontentsline{toc}{chapter}{\protect\numberline{\thechapter}#1}%
2895     \else
2896       \addcontentsline{toc}{chapter}{#1}%
2897     \fi
2898   \else
2899     \addcontentsline{toc}{chapter}{#1}%
2900   \fi
2901 %    \end{macrocode}
2902 % After having written an entry to the table of contents we store
2903 % the (alternative) title of this chapter with |\chaptermark|.
2904 %    \begin{macrocode}
2905   \chaptermark{#1}%
2906 %    \end{macrocode}
2907 % For nicer lists of figures and tables, we could add some white space
2908 % to separate the chapters.  However, nice lists $\neq$~Manual
2909 % specifications.
2910 %    \begin{macrocode}
2911 %  \addtocontents{lof}{\protect\addvspace{10\p@}}%
2912 %  \addtocontents{lot}{\protect\addvspace{10\p@}}%
2913 %    \end{macrocode}
2914 % Then we call upon |\@makechapterhead| to format the actual chapter
2915 % title.  |\@afterheading| which takes care of suppressing the
2916 % indentation.
2917 %    \begin{macrocode}
2918   \@makechapterhead{#2}%
2919   \@afterheading}
2920 %    \end{macrocode}
2921 % \end{macro}
2922 %
2923 % \begin{macro}{\@makechapterhead}
2924 % The |\@chapter| macro uses |\@makechapterhead|\meta{text} to format
2925 % the heading of the chapter.
2926 % From the Manual \S 3.11 p11.
2927 % \begin{quote}
2928 %   Chapter headings must be bold and centered.
2929 %   The chapter number and title must be on the same line, separated
2930 %   by a colon or period, as shown in the example below:
2931 %   \begin{center}
2932 %     CHAPTER 1: INTRODUCTION
2933 %   \end{center}
2934 %   Headings must not be larger than 12 points.
2935 %   Headings must be single spaced.
2936 % \end{quote}
2937 % \cls{book} sets |\@chapapp| and |\thechapter| (e.g., ``Chapter 5'')
2938 % on a line above the chapter title, but that doesn't match the
2939 % Manual's specification.
2940 %
2941 % We begin by leaving some white space. The we open a group in which
2942 % we have a paragraph indent of 0pt, and in which we have the text set
2943 % ragged right. We also reset the font.
2944 % (\file{classes.dtx}, L2540).
2945 %    \begin{macrocode}
2946 \def\@makechapterhead#1{%
2947 %    \end{macro}
2948 % Adding even a \vspace*{0\p@} here seems to increase the vertical
2949 % space above the chapter heading by two lines.  I'm not sure why.
2950 % Workaround is to pass the ``value of blanklines you want minus two''
2951 % to |\blanklines*|.  HACK!
2952 %    \begin{macro}
2953   \blanklines*{-1}% HACK!
2954   {\parindent \z@ \raggedright \normalfont
2955 %    \end{macrocode}
2956 % Ensure single spacing.
2957 %    \begin{macrocode}
2958     \setstretch{\@ssp}%
2959 %    \end{macrocode}
2960 % Prevent a pagebreak from occuring in the middle of or after the title.
2961 %    \begin{macrocode}
2962     \interlinepenalty\@M
2963 %    \end{macrocode}
2964 % Check whether the number of the chapter has to be printed.
2965 %    \begin{macrocode}
2966     \ifnum \c@secnumdepth >\m@ne
2967 %    \end{macrocode}
2968 % Check whether there \emph{is} a number to be printed.
2969 %    \begin{macrocode}
2970       \if@mainmatter
2971 %    \end{macrocode}
2972 % Setup a ``Chapter \#: Title'' heading.
2973 %    \begin{macrocode}
2974         \center \large \bfseries \@chapapp{} \thechapter: #1\par\nobreak
2975       \else
2976 %    \end{macrocode}
2977 % Setup a ``Title'' heading.
2978 %    \begin{macrocode}
2979         \center \large \bfseries #1\par\nobreak
2980       \fi
2981     \else
2982       \center \large \bfseries #1\par\nobreak
2983     \fi
2984 %    \end{macrocode}
2985 % Put a little space before the chapter body.  We use four blank lines
2986 % to comply with the Manual \S 3.13 p12
2987 % \begin{quote}
2988 %   Begin the list of sources four spaces below the heading.
2989 % \end{quote}
2990 %    \begin{macrocode}
2991     \blanklines{4}
2992   }
2993 }
2994 %    \end{macrocode}
2995 % \end{macro}
2996 %
2997 % \begin{macro}{\@schapter}
2998 % This macro is called when we have an unnumbered chapter.  We drop
2999 % \file{classes.dtx}'s \Lopt{twocolumn} code and set marks for
3000 % \pkg{fancyhdr}.
3001 % (\file{classes.dtx}, L2582).
3002 %    \begin{macrocode}
3003 \def\@schapter#1{
3004 %    \end{macrocode}
3005 % Inform the user that a new chapter is about to be typeset by writing
3006 % a message to the terminal.
3007 %    \begin{macrocode}
3008   \typeout{\@chapapp\space #1}%
3009   \schaptermark{#1}%
3010   \@makeschapterhead{#1}%
3011   \@afterheading}
3012 %    \end{macrocode}
3013 % \end{macro}
3014 %
3015 % \begin{macro}{\@makeschapterhead}
3016 % The macro above uses |\@makeschapterhead|\meta{text} to format
3017 % the heading of the chapter. It is similar to |\@makechapterhead|
3018 % except that it never has to print a chapter number.
3019 % (\file{classes.dtx}, L2595).
3020 %    \begin{macrocode}
3021 \def\@makeschapterhead#1{%
3022   \blanklines*{-1}% HACK!
3023   {\parindent \z@ \raggedright \normalfont
3024     \setstretch{\@ssp}%
3025     \interlinepenalty\@M
3026     \center \large \bfseries  #1\par\nobreak
3027     \blanklines{4}%
3028   }
3029 }
3030 %    \end{macrocode}
3031 % \end{macro}
3032 %
3033 %
3034 % \subsubsection{Lower level headings}
3035 %
3036 % \begin{macro}{\section}
3037 % Setup section headings in |\large| rather than \cls{book}'s
3038 % |\Large|.
3039 % (\file{classes.dtx}, L2623).
3040 %    \begin{macrocode}
3041 \renewcommand\section{%
3042   \@startsection {section}{1}{\z@}%
3043     {-3.5ex \@plus -1ex \@minus -.2ex}%
3044     {2.3ex \@plus.2ex}%
3045     {\normalfont\large\bfseries}}
3046 %    \end{macrocode}
3047 % \end{macro}
3048 %
3049 %
3050 % \subsubsection{Defining new environments}
3051 %
3052 % We don't override any of \cls{book}'s environments, but this is
3053 % where \file{classes.dtx} defines its environments (L2996), so we'll put
3054 % ours here too.
3055 %
3056 % \begin{environment}{preamble}
3057 % \begin{environment}{DUTpreamble}
3058 %    \begin{macrocode}
3059 \newenvironment{preamble}{%
3060   \cleardoublepage
3061   \@mainmatterfalse
3062   \pagenumbering{roman}
3063   \if@approvalform
3064     \ifpdf
3065       \pdfbookmark[-1]{Approval Form}{Approval Form}
3066     \fi
3067     \DUT@makeapprovalform
3068   \fi
3069 %    \end{macrocode}
3070 % From Manual \S 3.1 p8, ``Title Page''.
3071 %    \begin{macrocode}
3072   \@DUT@maketitle
3073 %    \end{macrocode}
3074 % From Manual \S 3.2 p9, ``Copyright Page''.
3075 %    \begin{macrocode}
3076   \@DUT@makecopyright
3077 }{%
3078 %    \end{macrocode}
3079 % From the Manual \S 3.9, p11:
3080 % \begin{quote}
3081 %   Include a blank page (with no page number) before the first page
3082 %   of text.  The blank page is neither numbered nor counted.
3083 % \end{quote}
3084 %    \begin{macrocode}
3085   \@DUT@blankpage
3086 }
3087 %    \end{macrocode}
3088 % \LaTeX's |\newenvironment| and company work by defining |\X| and
3089 % |\endX| for the environment |X|.  We can alias the preamble
3090 % environment by saving these macros.
3091 %    \begin{macrocode}
3092 \let\DUTpreamble\preamble
3093 \let\endDUTpreamble\endpreamble
3094 %    \end{macrocode}
3095 % \end{environment}
3096 % \end{environment}
3097 %
3098 % \begin{environment}{dedications}
3099 % \begin{environment}{DUTdedications}
3100 % From the Manual \S 3.3 p9
3101 % \begin{itemize}
3102 %   \item The heading |Dedications| must appear at the top of the
3103 %   page.  The heading must be bold, centered, and without
3104 %   punctuation.
3105 %   \item This page is counted and numbered in lowercase Roman numerals.
3106 % \end{itemize}
3107 % \changes{0.12}{2010/06/17}{W.~Trevor King added \cs{par} to detach
3108 %   the single space \cs{setstretch} from the from the final
3109 %   paragraph.}
3110 %    \begin{macrocode}
3111 \newenvironment{dedications}{%
3112   \@DUT@clearpage
3113   \ifpdf
3114     \phantomsection
3115     \pdfbookmark[0]{\DUTdedicationsname}{\DUTdedicationsname}
3116   \fi
3117   \chapter*{\DUTdedicationsname}
3118   \setstretch{\@dsp}%
3119 }{%
3120   \par\setstretch{\@ssp}%
3121 }
3122 \let\DUTdedications\dedications
3123 \let\endDUTdedications\enddedications
3124 %    \end{macrocode}
3125 % \end{environment}
3126 % \end{environment}
3127 %
3128 % \begin{environment}{acknowledgments}
3129 % \begin{environment}{DUTacknowledgments}
3130 % From the Manual \S 3.4 p9
3131 % \begin{itemize}
3132 %   \item The heading |Acknowledgments| must appear at the top of the
3133 %   page.  The heading must be bold, centered, and without
3134 %   punctuation.
3135 %   \item This page is counted and numbered in lowercase Roman numerals.
3136 % \end{itemize}
3137 % \changes{0.12}{2010/06/17}{W.~Trevor King added \cs{par} to detach
3138 %   the single space \cs{setstretch} from the from the final
3139 %   paragraph.}
3140 %    \begin{macrocode}
3141 \newenvironment{acknowledgments}{%
3142   \@DUT@clearpage
3143   \ifpdf
3144     \phantomsection
3145     \pdfbookmark[0]{\DUTacknowledgmentsname}{\DUTacknowledgmentsname}
3146   \fi
3147   \chapter*{\acknowledgmentsname}
3148   \setstretch{\@dsp}%
3149 }{%
3150   \par\setstretch{\@ssp}%
3151 }
3152 %    \end{macrocode}
3153 \let\DUTacknowledgments\acknowledgments
3154 \let\endDUTacknowledgments\endacknowledgments
3155 % \end{environment}
3156 % \end{environment}
3157 %
3158 % \begin{environment}{abstract}
3159 % \begin{environment}{DUTabstract}
3160 %    \begin{macrocode}
3161 \newenvironment{abstract}{%
3162   \listed@schapter{\abstractname}%
3163 %    \end{macrocode}
3164 % Suck up some blank space to position the rest of the header right
3165 % under the chapter title.
3166 %    \begin{macrocode}
3167   \blanklines{-4}%
3168 %    \end{macrocode}
3169 % From the Manual \S 3.9 p10
3170 % \begin{quote}
3171 %   \begin{itemize}
3172 %     \item The following heading must be centered at the top of the page
3173 %       \begin{center}
3174 %         Abstract \\
3175 %         Full Title of Dissertation or Thesis \\
3176 %         Author's Name as it appears on the Dissertation or Thesis
3177 %       \end{center}
3178 %       In the example on p20, they list the advisor's name after the
3179 %       author, but that is not specified in the text on p10.
3180 %     \item The text begins four lines below this heading.
3181 %   \end{itemize}
3182 % \end{quote}
3183 % On p20
3184 % \begin{quote}
3185 %   \begin{itemize}
3186 %     \item These pages are numbered using lowercase Roman numerals.
3187 %     \item Note that the heading is single spaced, but the abstract
3188 %       is double spaced.
3189 %   \end{itemize}
3190 % \end{quote}
3191 % \changes{0.12}{2010/06/17}{W.~Trevor King added \cs{par} to detach
3192 %   the single space \cs{setstretch} from the from the final
3193 %   paragraph.}
3194 %    \begin{macrocode}
3195     \begin{center}
3196       \setstretch{\@ssp}%
3197       \@DUT@title\\
3198       \@DUT@author\\
3199 %    \end{macrocode}
3200 % If you're feeling daring, break the rules and add ``Advisor(s):'' to
3201 % set off your list of advisor names.
3202 % \changes{0.11}{2010/06/04}{W.~Trevor King added ``Advisor(s):'' for
3203 %   daring users.}
3204 %    \begin{macrocode}
3205       \ifdaring{%
3206         \ifnum\c@@DUT@advisors=\@ne%
3207         Advisor:
3208         \else%
3209         Advisors:
3210         \fi}{}
3211       \@DUT@advisor\\
3212     \end{center}
3213   \blanklines{4}%
3214   \setstretch{\@dsp}%
3215   \@nobreaktrue
3216   \@afterindentfalse
3217   \@afterheading
3218 }{%
3219   \par\setstretch{\@ssp}%
3220 }
3221 \let\DUTabstract\abstract
3222 \let\endDUTabstract\endabstract
3223 %    \end{macrocode}
3224 % \end{environment}
3225 % \end{environment}
3226 %
3227 % \begin{environment}{thesis}
3228 % \begin{environment}{DUTthesis}
3229 % From the Manual \S 3.10 p11
3230 % \begin{itemize}
3231 %   \item The pages are counted and numbered in Arabic numerals.
3232 % \end{itemize}
3233 % \changes{0.8}{2010/05/20}{W.~Trevor King replaced Backmatter with
3234 %   Back Matter for consistency with \LaTeX's book class.}
3235 %    \begin{macrocode}
3236 \newenvironment{thesis}{%
3237   \mainmatter
3238   \setstretch{\@dsp}%
3239 }{%
3240   \setstretch{\@ssp}%
3241   \@DUT@clearpage
3242   \ifpdf
3243     \phantomsection
3244     \pdfbookmark[-1]{Back Matter}{Back Matter}
3245   \fi
3246 }
3247 \let\DUTthesis\thesis
3248 \let\endDUTthesis\endthesis
3249 %    \end{macrocode}
3250 % \end{environment}
3251 % \end{environment}
3252 %
3253 % \paragraph{Vita}
3254 % \label{sec:implement-vita}
3255
3256 % \begin{environment}{vita}
3257 % \begin{environment}{DUTvita}
3258 % From the Manual \S 3.15 p13
3259 % \begin{itemize}
3260 %   \item The heading |Vita| must appear at the top of the page.  The
3261 %   heading must be bold, centered, and without punctuation.
3262 %   \item The Vita text should begin four spaces below the heading.
3263 %   \item List the Vita separately in the Table of Contents.
3264 %   \item The page is counted and numbered in Arabic numerals.
3265 % \end{itemize}
3266 % \changes{0.12}{2010/06/17}{W.~Trevor King added \cs{par} to detach
3267 %   the single space \cs{setstretch} from the from the final
3268 %   paragraph.}
3269 %    \begin{macrocode}
3270 \newenvironment{vita}{%
3271   \listed@schapter{\vitaname}
3272   \setstretch{\@dsp}%
3273 }{%
3274   \par\setstretch{\@ssp}%
3275 }
3276 \let\DUTvita\vita
3277 \let\endDUTvita\endvita
3278 %    \end{macrocode}
3279 % \end{environment}
3280 % \end{environment}
3281 %
3282 %
3283 % \subsubsection{Titlepage}
3284 %
3285 % \begin{environment}{titlepage}
3286 % In the normal environments, the titlepage environment does nothing
3287 % but start and end a page, and inhibit page numbers.  We inhibit the
3288 % paging in draft mode, since it seems silly to waste a whole page on
3289 % the title.  We also drop the \Lopt{twocolumn} code.
3290 % (\file{classes.dtx}, L3111)
3291 %    \begin{macrocode}
3292 \renewenvironment{titlepage}%
3293   {\thispagestyle{empty}\setcounter{page}\z@}%
3294   {\@DUT@newpage}
3295 \let\@DUT@titlepage\titlepage
3296 \let\end@DUT@titlepage\endtitlepage
3297 %    \end{macrocode}
3298 % \end{environment}
3299 %
3300 %
3301 % \subsubsection{Appendix}
3302 % \label{sec:implement-appendix}
3303 %
3304 % \begin{macro}{\appendix}
3305 % \begin{macro}{\DUTappendix}
3306 % The |\appendix| command is not really an environment, it is a
3307 % macro that makes some changes in the way things are done.
3308 %
3309 % In the article document class the |\appendix| command must do the
3310 % following:
3311 % \begin{itemize}
3312 %   \item reset the section and subsection counters to zero,
3313 %   \item redefine |\thesection| to produce alphabetic appendix
3314 %         numbers. This redefinition is done globally to ensure that it 
3315 %         survives even if |\appendix| is issued within an environment such
3316 %         as |multicols|.
3317 % \end{itemize}
3318 %
3319 % In addition to \cls{book}'s (or \pkg{hyperref}'s) activity, we
3320 % fiddle with the \pkg{tocloft} chapter settings add switch to global
3321 % double-spacing.
3322 % (\file{classes.dtx}, L3177)
3323 %    \begin{macrocode}
3324 \let\@DUT@appendix\appendix
3325 \renewcommand\appendix{%
3326   \@DUT@appendix%
3327 %    \end{macrocode}
3328 % Setup TOC entries like
3329 % \begin{center}
3330 %   Appendix A: Chapter Title
3331 % \end{center}
3332 % We don't need to worry about the |vita| environment (page
3333 % \pageref{sec:implement-vita}), because it is a |\listed@schapter|,
3334 % and therefore lacks a |\numberline| section in its \file{*.toc}
3335 % entry.
3336 %
3337 % We increase |numwidth| to 6.5em to make room for |Appendix~| before
3338 % the chapter number/letter, and add a colon after it.
3339 %
3340 % The |\protect| calls get the macros into \file{*.toc} unexpanded, so
3341 % they function correctly when \LaTeX\ parses \file{*.toc}.
3342 %    \begin{macrocode}
3343   \addtocontents{toc}{%
3344     \protect\cftsetindents{chapter}{0pt}{6.5em}
3345     \protect\renewcommand{\protect\cftchappresnum}{\protect\appendixname~}
3346     \protect\renewcommand{\protect\cftchapaftersnum}{:}}
3347 %    \end{macrocode}
3348 % We also turn on double spacing by default, since we're no longer
3349 % wrapped in the |thesis| environment.
3350 %    \begin{macrocode}
3351   \setstretch{\@dsp}%
3352 }
3353 \let\DUTappendix\appendix
3354 %    \end{macrocode}
3355 % \end{macro}
3356 % \end{macro}
3357 %
3358 %
3359 % \subsubsection{Table of Contents}
3360 % \label{sec:implement-toc}
3361 %
3362 % From Manual \S 3.5 p9, ``Table of Contents'', and the example on p17.
3363 % \begin{quote}
3364 %   \begin{itemize}
3365 %     \item Do not list any sections that precede the
3366 %     |Table of Contents| (e.g., |Dedications|, |Acknowledgments|).  Do
3367 %     not list the |Table of Contents| itself.
3368 %     \item These pages are counted and numbered in lowercase Roman numerals.
3369 %   \end{itemize}
3370 % \end{quote}
3371 %
3372 % \begin{macro}{\cfttoctitlefont}
3373 % Take advantange of \pkg{tocloft}'s TOC title code.
3374 % (\file{tocloft.dtx}, L1501)
3375 % \begin{example}
3376 %   \cfttoctitlefont\contentsname}{\cftaftertoctitle}
3377 % \end{example}
3378 % by setting it equal to something ending in |\chapter*|.  That way
3379 % \LaTeX parses the whole thing as
3380 % \begin{example}
3381 %   ...\chapter*\contentsname}{\cftaftertoctitle}
3382 % \end{example}
3383 % which will set up the TOC page correctly.
3384 %    \begin{macrocode}
3385 \renewcommand\cfttoctitlefont{%
3386 %    \end{macrocode}
3387 % Start a new page in \Lopt{final} mode
3388 %    \begin{macrocode}
3389   \@DUT@clearpage
3390 %    \end{macrocode}
3391 % Add a bookmark if we're using pdf\LaTeX.
3392 %    \begin{macrocode}
3393   \ifpdf
3394     \phantomsection
3395     \pdfbookmark[0]{\contentsname}{\contentsname}
3396   \fi
3397 %    \end{macrocode}
3398 % |\chapter*| to gobble and format the next token (|\contentsname|).
3399 %    \begin{macrocode}
3400   \chapter*}
3401 %    \end{macrocode}
3402 % \end{macro}
3403 %
3404 % \begin{macro}{\aftertoctitleskip}
3405 % Don't add any extra space after the title (the chapter will take
3406 % care of that).
3407 %    \begin{macrocode}
3408 \setlength\cftaftertoctitleskip{0pt}
3409 %    \end{macrocode}
3410 % \end{macro}
3411 %
3412 % \begin{macro}{\l@DUT@toc@sep}
3413 % Define a length for TOC/LOF/LOT spacing.
3414 % \changes{0.13}{2010/07/28}{Renamed from \cs{l@cont@sep}.}
3415 %    \begin{macrocode}
3416 \newlength\l@DUT@toc@sep
3417 \set@lines@length{\l@DUT@toc@sep}{\@DUT@toc@sep}
3418 %    \end{macrocode}
3419 % \end{macro}
3420 %
3421 % \begin{macro}{\DUT@toc@high@font}
3422 % Define a font for high level (part, chapter) entries.
3423 % \changes{0.13}{2010/07/28}{Renamed from \cs{@cont@font}.}
3424 %    \begin{macrocode}
3425 \newcommand{\DUT@toc@high@font}{\normalsize\scshape}
3426 %    \end{macrocode}
3427 % \end{macro}
3428 %
3429 % \begin{macro}{\DUT@toc@low@font}
3430 % Define a font for low level (section, table, figure) entries.
3431 % \changes{0.13}{2010/07/28}{Macro added.}
3432 %    \begin{macrocode}
3433 \newcommand{\DUT@toc@low@font}{\normalfont}
3434 %    \end{macrocode}
3435 % \end{macro}
3436 %
3437 % \begin{macro}{\DUT@toc@page@font}
3438 % Define a font for page numbers.
3439 % \changes{0.13}{2010/07/28}{Macro added.}
3440 %    \begin{macrocode}
3441 \newcommand{\DUT@toc@page@font}{\normalfont}
3442 %    \end{macrocode}
3443 % \end{macro}
3444 %
3445 % \begin{macro}{\cftbeforepartskip}
3446 % \begin{macro}{\cftpartfont}
3447 % \begin{macro}{\cftpartleader}
3448 % \begin{macro}{\cftpartdotsep}
3449 % \begin{macro}{\cftpartpagefont}
3450 % Setup parts.  See the \pkg{tocloft} manual for a description of the
3451 % commands.
3452 %    \begin{macrocode}
3453 \setlength\cftbeforepartskip{\l@DUT@toc@sep}
3454 \cftsetindents{part}{0pt}{3em}
3455 \if@boldpart   \renewcommand{\cftpartfont}{\bfseries\DUT@toc@high@font}
3456 \else          \renewcommand{\cftpartfont}{\DUT@toc@high@font}
3457 \renewcommand{\cftpartleader}{\cftdotfill{\cftpartdotsep}}
3458 \if@dottedpart \renewcommand{\cftpartdotsep}{\cftdotsep}
3459 \else          \renewcommand{\cftpartdotsep}{\cftnodots} \fi
3460 \renewcommand{\cftpartpagefont}{\DUT@toc@page@font}
3461 %    \end{macrocode}
3462 % \end{macro}
3463 % \end{macro}
3464 % \end{macro}
3465 % \end{macro}
3466 % \end{macro}
3467 %
3468 % \begin{macro}{\cftbeforechapskip}
3469 % \begin{macro}{\cftchapaftersnum}
3470 % \begin{macro}{\cftchapfont}
3471 % \begin{macro}{\cftchapleader}
3472 % \begin{macro}{\cftchapdotsep}
3473 % \begin{macro}{\cftchappagefont}
3474 % Setup chapters and appendicies.  Some of these settings are adjusted
3475 % for appendicies in particular by |\appendix|
3476 % (Sec.~\ref{sec:implement-appendix}).
3477 %    \begin{macrocode}
3478 \setlength\cftbeforechapskip{\l@DUT@toc@sep}
3479 \cftsetindents{chapter}{0pt}{1.5em}
3480 \renewcommand{\cftchapaftersnum}{.}
3481 \if@boldchapter   \renewcommand{\cftchapfont}{\bfseries\DUT@toc@high@font}
3482 \else             \renewcommand{\cftchapfont}{\DUT@toc@high@font} \fi
3483 \renewcommand{\cftchapleader}{\cftdotfill{\cftchapdotsep}}
3484 \if@dottedchapter \renewcommand{\cftchapdotsep}{\cftdotsep}
3485 \else             \renewcommand{\cftchapdotsep}{\cftnodots} \fi
3486 \renewcommand{\cftchappagefont}{\DUT@toc@page@font}
3487 %    \end{macrocode}
3488 % \end{macro}
3489 % \end{macro}
3490 % \end{macro}
3491 % \end{macro}
3492 % \end{macro}
3493 % \end{macro}
3494 %
3495 % \begin{macro}{\cftbeforesecskip}
3496 % \begin{macro}{\cftsecfont}
3497 % \begin{macro}{\cftpagefont}
3498 % \begin{macro}{\cftbeforesubsecskip}
3499 % \begin{macro}{\cftsubsecfont}
3500 % \begin{macro}{\cftsubsecpagefont}
3501 % \begin{macro}{\cftbeforesubsubsecskip}
3502 % \begin{macro}{\cftsubsubsecfont}
3503 % \begin{macro}{\cftsubsubsecpagefont}
3504 % Setup sections, subsections, etc.
3505 % \changes{0.13}{2010/07/28}{Added \cs{cft*pagefont} definitions and
3506 %   switch \cs{cft*font} from hardcoded \cs{normalsize} to
3507 %   \cs{DUT@toc@low@font}.}
3508 %    \begin{macrocode}
3509 %\cftsetindents{chap}{0pt}{1.5em}
3510 \setlength\cftbeforesecskip{\l@DUT@toc@sep}
3511 \cftsetindents{section}{0pt}{3em}
3512 \renewcommand{\cftsecfont}{\DUT@toc@low@font}
3513 \renewcommand{\cftsecpagefont}{\DUT@toc@page@font}
3514 \setlength\cftbeforesubsecskip{\l@DUT@toc@sep}
3515 \cftsetindents{subsection}{0pt}{4.5em}
3516 \renewcommand{\cftsubsecfont}{\DUT@toc@low@font}
3517 \renewcommand{\cftsubsecpagefont}{\DUT@toc@page@font}
3518 \setlength\cftbeforesubsubsecskip{\l@DUT@toc@sep}
3519 \cftsetindents{subsubsection}{0pt}{6em}
3520 \renewcommand{\cftsubsubsecfont}{\DUT@toc@low@font}
3521 \renewcommand{\cftsubsubsecpagefont}{\DUT@toc@page@font}
3522 %    \end{macrocode}
3523 % \end{macro}
3524 % \end{macro}
3525 % \end{macro}
3526 % \end{macro}
3527 % \end{macro}
3528 % \end{macro}
3529 % \end{macro}
3530 % \end{macro}
3531 % \end{macro}
3532 %
3533 % The default indents above are all |0pt|.  If \Lopt{indenttoc} was
3534 % given, override this, restoring the \pkg{tocloft} defaults, see the
3535 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/tocloft/tocloft.pdf}{%
3536 %   \pkg{tocloft} manual, Table 1}.
3537 %    \begin{macrocode}
3538 \if@indenttoc
3539   \cftsetindents{chapter}{0pt}{1.5em}
3540   \cftsetindents{section}{1.5em}{2.3em}
3541   \cftsetindents{subsection}{3.8em}{3.2em}
3542   \cftsetindents{subsubsection}{7.0em}{4.1em}
3543 \fi
3544 %    \end{macrocode}
3545 %
3546 %
3547 % \subsubsection{List of figures}
3548 % \label{sec:implement-lof}
3549 %
3550 % From the Manual \S 3.7 p10
3551 % \begin{quote}
3552 %   \begin{itemize}
3553 %     \item The heading |List of Figures| must appear at the top of
3554 %       the first page.
3555 %     \item The heading must be bold, centered, and without
3556 %       punctuation.  List figure captions exactly as they appear
3557 %       below the figures in the text.
3558 %     \item Single space each entry, but double-space between entries.
3559 %     \item Separate figure captions from page numbers with
3560 %       right-justified tabs and dot leaders.
3561 %     \item Do not use periods to separate captions and page numbers.
3562 %     \item These pages are counted and numbered in lowercase Roman
3563 %     numerals.
3564 %   \end{itemize}
3565 % \end{quote}
3566 %
3567 % \begin{macro}{\cftloftitlefont}
3568 % Much like our |\cfttoctitlefont|, but the list of figures gets
3569 % listed in the TOC.
3570 %    \begin{macrocode}
3571 \renewcommand\cftloftitlefont{\listed@schapter}
3572 %    \end{macrocode}
3573 % \end{macro}
3574 %
3575 % \begin{macro}{\afterloftitleskip}
3576 % Don't add any extra space after the title (the chapter will take
3577 % care of that).  Actually we make a one-line correction so the first
3578 % line matches the first line in the TOC.  HACK!
3579 %    \begin{macrocode}
3580 \setlength\cftafterloftitleskip{-12pt}
3581 %    \end{macrocode}
3582 % \end{macro}
3583 %
3584 % \begin{macro}{\cftbeforefigskip}
3585 % \begin{macro}{\cftfigindent}
3586 % \begin{macro}{\cftfigfont}
3587 % \begin{macro}{\cftfigpagefont}
3588 % Setup figure entries.
3589 % \changes{0.13}{2010/07/28}{Added \cs{cftfigpagefont} definition and
3590 %   switch \cs{cftfigfont} from hardcoded \cs{normalsize}
3591 %   \cs{singlespace} to \cs{DUT@toc@low@font}.  The \cs{singlespace}
3592 %   portion appears to be unnecessary, and it was causing post-number
3593 %   linebreak issues with latex (pdflatex always worked).}
3594 %    \begin{macrocode}
3595 \setlength{\cftbeforefigskip}{\l@DUT@toc@sep}
3596 \setlength{\cftfigindent}{0pt}
3597 \renewcommand{\cftfigfont}{\DUT@toc@low@font}
3598 \renewcommand{\cftfigpagefont}{\DUT@toc@page@font}
3599 %    \end{macrocode}
3600 % \end{macro}
3601 % \end{macro}
3602 % \end{macro}
3603 % \end{macro}
3604 %
3605 %
3606 % \subsubsection{List of tables}
3607 % \label{sec:implement-lot}
3608 %
3609 % From the Manual \S 3.6 p10
3610 % \begin{quote}
3611 %   \begin{itemize}
3612 %     \item The heading |List of Tables| must appear at the top of the
3613 %       first page.
3614 %     \item The heading must be bold, centered, and without
3615 %       punctuation.
3616 %     \item List table captions exactly as they appear above the
3617 %       tables in the text.
3618 %     \item Single space each entry, but double-space between entries.
3619 %     \item Separate table captions from page numbers with
3620 %       right-justified tabs and dot leaders.
3621 %     \item Do not use periods to separate captions and page numbers.
3622 %       These pages are counted and numbered in lowercase Roman
3623 %       numerals.
3624 %   \end{itemize}
3625 % \end{quote}
3626 %
3627 % \begin{macro}{\cftlottitlefont}
3628 % Much like our |\cfttoctitlefont|, but the list of tables gets
3629 % listed in the TOC.
3630 %    \begin{macrocode}
3631 \renewcommand\cftlottitlefont{\listed@schapter}
3632 %    \end{macrocode}
3633 % \end{macro}
3634 %
3635 % \begin{macro}{\afterlottitleskip}
3636 % Don't add any extra space after the title (the chapter will take
3637 % care of that).  Actually we make a one-line correction so the first
3638 % line matches the first line in the TOC.  HACK!
3639 %    \begin{macrocode}
3640 \setlength\cftafterlottitleskip{-12pt}
3641 %    \end{macrocode}
3642 % \end{macro}
3643 %
3644 % \begin{macro}{\cftbeforetabskip}
3645 % \begin{macro}{\cfttabindent}
3646 % \begin{macro}{\cfttabfont}
3647 % \begin{macro}{\cfttabpagefont}
3648 % Setup table entries.
3649 % \changes{0.13}{2010/07/28}{Added \cs{cfttabpagefont} definition and
3650 %   switch \cs{cftfabfont} from hardcoded \cs{normalsize}
3651 %   \cs{singlespace} to \cs{DUT@toc@low@font}.  The \cs{singlespace}
3652 %   portion appears to be unnecessary, and it was causing post-number
3653 %   linebreak issues with latex (pdflatex always worked).}
3654 %    \begin{macrocode}
3655 \setlength{\cfttabindent}{0pt}
3656 \setlength{\cftbeforetabskip}{\l@DUT@toc@sep}
3657 \renewcommand{\cfttabfont}{\DUT@toc@low@font}
3658 \renewcommand{\cfttabpagefont}{\DUT@toc@page@font}
3659 %    \end{macrocode}
3660 % \end{macro}
3661 % \end{macro}
3662 % \end{macro}
3663 % \end{macro}
3664 %
3665 %
3666 % \subsubsection{Bibliography}
3667 %
3668 % \begin{environment}{thebibliography}
3669 % The |thebibliography| environment is a list environment.  To save the
3670 % use of an extra counter, it should use |enumiv| as the item
3671 % counter. 
3672 % Instead of using |\item|, items in the bibliography are produced by
3673 % the following commands:\\
3674 %   |\bibitem|\marg{name} : Produces a numbered entry cited as
3675 %   \meta{name}.\\
3676 %   |\bibitem|\oarg{label}\marg{name} : Produces an entry labeled by
3677 %   \meta{Label} and cited by \meta{name}.
3678 %
3679 % Override \cls{book}'s version, adding a line to the table of
3680 % contents.  We split out the section-creation code into
3681 % |\bib@heading| for \pkg{natbib} compatibility.
3682 % (\file{classes.dtx}, L4063).
3683 %    \begin{macrocode}
3684 \renewenvironment{thebibliography}[1]
3685      {\bib@heading%
3686       \list{\@biblabel{\@arabic\c@enumiv}}%
3687            {\settowidth\labelwidth{\@biblabel{#1}}%
3688             \leftmargin\labelwidth
3689             \advance\leftmargin\labelsep
3690             \@openbib@code
3691             \usecounter{enumiv}%
3692             \let\p@enumiv\@empty
3693             \renewcommand\theenumiv{\@arabic\c@enumiv}}%
3694 %    \end{macrocode}
3695 % Because it's hard to do line breaks in bibliographies.
3696 %    \begin{macrocode}
3697       \sloppy
3698 %    \end{macrocode}
3699 %    This is setting the normal (non-infinite) value of
3700 %    |\clubpenalty| for the whole of this environment,
3701 %    so we must reset its stored value also.  (Why is there a |%| after
3702 %    the second 4000 below?)
3703 %    \begin{macrocode}
3704       \clubpenalty4000
3705       \@clubpenalty \clubpenalty
3706       \widowpenalty4000%
3707 %    \end{macrocode}
3708 % Cause a `.' (period) not to produce an end-of-sentence space.
3709 %    \begin{macrocode}
3710       \sfcode`\.\@m}
3711 %    \end{macrocode}
3712 % Warn if an empty `thebibliography' environment is found.
3713 %    \begin{macrocode}
3714      {\def\@noitemerr
3715        {\@latex@warning{Empty `thebibliography' environment}}%
3716       \endlist}
3717 %    \end{macrocode}
3718 % \end{environment}
3719 %
3720 % \begin{macro}{\bib@heading}
3721 % \pkg{natbib} messes with |thebibliography|.  We setup |\bib@heading|
3722 % so we will still get our table of contents entry.
3723 %    \begin{macrocode}
3724 \newcommand{\bib@heading}{%
3725   \listed@schapter{\bibname}%
3726 }
3727 %    \end{macrocode}
3728 % \end{macro}
3729 %
3730 %
3731 % \subsubsection{Index}
3732 %
3733 % \begin{environment}{theindex}
3734 % The environment |theindex| can be used for indices. It makes an
3735 % index with two columns, with each entry a separate paragraph. At
3736 % the user level the commands |\item|, |\subitem| and |\subsubitem|
3737 % are used to produce index entries of various levels. When a new
3738 % letter of the alphabet is encountered an amount of |\indexspace|
3739 % white space can be added.
3740 %
3741 % Override \cls{book}'s version, adding a line to the table of
3742 % contents.  We split out the section-creation code into
3743 % |\bib@heading| for \pkg{natbib} compatibility.
3744 % (\file{classes.dtx}, L4107).
3745 %    \begin{macrocode}
3746 \renewenvironment{theindex}
3747                {\if@twocolumn
3748                   \@restonecolfalse
3749                 \else
3750                   \@restonecoltrue
3751                 \fi
3752 %    \end{macrocode}
3753 % Here we add our TOC entry, and setup two columns by hand
3754 % to avoid the |\clearpage| in \LaTeX's default |\twocolumn|.
3755 %    \begin{macrocode}
3756   \listed@schapter{\indexname}
3757   \global\columnwidth\textwidth
3758   \global\advance\columnwidth-\columnsep
3759   \global\divide\columnwidth\tw@
3760   \global\hsize\columnwidth
3761   \global\linewidth\columnwidth
3762   \global\@twocolumntrue
3763   \global\@firstcolumntrue
3764   \col@number \tw@
3765 %    \end{macrocode}
3766 %    Parameter changes to |\columnseprule| and |\columnsep| have to be
3767 %    done after |\twocolumn| has acted. Otherwise they can affect the
3768 %    last page before the index.
3769 %    \begin{macrocode}
3770                 \parindent\z@
3771                 \parskip\z@ \@plus .3\p@\relax
3772                 \columnseprule \z@
3773                 \columnsep 35\p@
3774                 \let\item\@idxitem}
3775 %    \end{macrocode}
3776 %    When the document continues after the index and it was a one
3777 %    column document we have to switch back to one column after the
3778 %    index.
3779 %    \begin{macrocode}
3780                {\if@restonecol\onecolumn\else\@DUT@clearpage\fi}
3781 %    \end{macrocode}
3782 % \end{environment}
3783 %
3784 %
3785 % \subsubsection{Words}
3786 % \label{sec:words}
3787 %
3788 % Set the official names of the various sections encountered.  Some of
3789 % these are not defined in \file{classes.dtx} but are close analogs of
3790 % those that are.
3791 %
3792 % \begin{macro}{\dedicationsname}
3793 % From the Manual \S 3.3 p9, ``The heading |Dedications| must appear at
3794 % the top of the page.''
3795 %    \begin{macrocode}
3796 \newcommand\dedicationsname{Dedications}
3797 \let\DUTdedicationsname\dedicationsname
3798 %    \end{macrocode}
3799 % \end{macro}
3800 %
3801 % \begin{macro}{\acknowledgmentsname}
3802 % From the Manual \S 3.4 p9, ``The heading |Acknowledgments| must appear
3803 % at the top of the page.''
3804 %    \begin{macrocode}
3805 \newcommand\acknowledgmentsname{Acknowledgments}
3806 \let\DUTacknowledgmentsname\acknowledgmentsname
3807 %    \end{macrocode}
3808 % \end{macro}
3809 %
3810 % \begin{macro}{\contentsname}
3811 % From the Manual \S 3.5 p9, ``The heading |Table of Contents| must
3812 % appear at the top of the page.''  (\file{classes.dtx}, L4331)
3813 %    \begin{macrocode}
3814 \renewcommand\contentsname{Table of Contents}
3815 \let\DUTcontentsname\contentsname
3816 %    \end{macrocode}
3817 % \end{macro}
3818 %
3819 % \begin{macro}{\listtablename}
3820 % From the Manual \S 3.6 p10, ``The heading |List of Tables| must appear
3821 % at the top of the page.''  (\file{classes.dtx}, L4333)
3822 %    \begin{macrocode}
3823 \renewcommand\listtablename{List of Tables}
3824 \let\DUTlisttablename\listtablename
3825 %    \end{macrocode}
3826 % \end{macro}
3827 %
3828 % \begin{macro}{\listfigurename}
3829 % From the Manual \S 3.7 p10, ``The heading |List of Figures| must appear
3830 % at the top of the page.''  (\file{classes.dtx}, L4332)
3831 %    \begin{macrocode}
3832 \renewcommand\listfigurename{List of Figures}
3833 \let\DUTlistfigurename\listfigurename
3834 %    \end{macrocode}
3835 % \end{macro}
3836 %
3837 % \begin{macro}{\abstractname}
3838 % From the Manual \S 3.8 p10, ``The following heading must be centered at
3839 % the top of the first page: |Abstract|\ldots.''
3840 % (\file{classes.dtx}, L4367)
3841 %    \begin{macrocode}
3842 \newcommand\abstractname{Abstract}
3843 \let\DUTabstractname\abstractname
3844 %    \end{macrocode}
3845 % \end{macro}
3846 %
3847 % \begin{macro}{\bibname}
3848 % From the Manual \S 3.13 p12, ``The heading |Bibliography| (or
3849 % |List of References|) must appear at the top of first page.''
3850 % (\file{classes.dtx}, L4344)
3851 %    \begin{macrocode}
3852 \renewcommand\bibname{Bibliography}
3853 \let\DUTbibname\bibname
3854 %    \end{macrocode}
3855 % \end{macro}
3856 %
3857 % \begin{macro}{\appendixname}
3858 % From the Manual \S 3.14 p12, ``Number the appendicies consecutively
3859 % either alphabetically or numerically (|Appendix A|, |Appendix B|\ldots
3860 % or |Appendix 1|, |Appendix 2|\ldots).''
3861 % (\file{classes.dtx}, L4366)
3862 %    \begin{macrocode}
3863 \renewcommand\appendixname{Appendix}
3864 \let\DUTappendixname\appendixname
3865 %    \end{macrocode}
3866 % \end{macro}
3867 %
3868 % \begin{macro}{\vitaname}
3869 % From the Manual \S 3.15 p13, ``The heading |Vita| must appear at the
3870 % top of the page.''
3871 %    \begin{macrocode}
3872 \newcommand\vitaname{Vita}
3873 \let\DUTvitaname\vitaname
3874 %    \end{macrocode}
3875 % \end{macro}
3876 %
3877 % \begin{macro}{\DUTnames}
3878 % Some packages (e.g.,
3879 %   \href{http://www.ctan.org/tex-archive/macros/latex/required/babel/}{%
3880 %     \pkg{babel}})
3881 % mess with our |\*name| values and we have to restore them.
3882 \newcommand{\DUTnames}{%
3883   \gdef\dedicationsname{\DUTdedicationsname}%
3884   \gdef\contentsname{\DUTcontentsname}%
3885   \gdef\listtablename{\DUTlisttablename}%
3886   \gdef\listfigurename{\DUTlistfigurename}%
3887   \gdef\bibname{\DUTbibname}%
3888   \gdef\appendixname{\DUTappendixname}%
3889   \gdef\vitaname{\DUTvitaname}%
3890 }
3891 % \end{macro}
3892 %
3893 %
3894 % \subsection{Remaining details}
3895 %
3896 %
3897 % \subsubsection{Terminal blank page}
3898 %
3899 % Add a terminal blank page (in \Lopt{pagebreak} mode)
3900 % From the Manual \S 3.16 p13
3901 % \begin{quote}
3902 %   Include a blank page (with no page number) at the end of the
3903 %   thesis or dissertation.  The blank page is neither counted nor
3904 %   numbered.
3905 % \end{quote}
3906 %    \begin{macrocode}
3907 \AtEndDocument{\@DUT@blankpage}
3908 %    \end{macrocode}
3909 %
3910 %
3911 %    \begin{macrocode}
3912 %</class>
3913 %    \end{macrocode}
3914 %
3915 %
3916 % \section{Examples}
3917 %
3918 %
3919 % \subsubsection{Template}
3920 %
3921 %    \begin{macrocode}
3922 %<*template>
3923 % See drexel-thesis.pdf for details.
3924 \documentclass{drexel-thesis}
3925
3926 %% Enter the appropriate information here
3927 \author{}    % Fullname
3928 \title{}     % Title Of Thesis
3929 \DUTmonth{}  % Name of the month of you defense
3930 \DUTyear{}   % Year you are defending
3931 \degree{}    % Your target degree, spelled out
3932 \advisor{}   % Advisor's full name, degree
3933 \copyrighttext{} % If not "All Rights Reserved."
3934
3935 %% unsrt style give references in order of citation
3936 \bibliographystyle{unsrt}
3937
3938 \begin{document}
3939 \begin{preamble}
3940
3941 \begin{dedications} % OPTIONAL
3942 %% Type dedications here
3943 \end{dedications}
3944
3945 \begin{acknowledgments} % OPTIONAL
3946 %% Type acknowledgments here
3947 \end{acknowledgments}
3948
3949 \tableofcontents
3950 \listoftables  % If you have tables
3951 \listoffigures % If you have figures
3952
3953 \begin{abstract}
3954 %% Type abstract here
3955 \end{abstract}
3956 \end{preamble}
3957
3958 \begin{thesis}
3959 %% If your thesis does not use \part{}s, you may want to add a
3960 %% part-level PDF bookmark to set the main matter of from the front
3961 %% matter.
3962 %%\pdfbookmark[-1]{Main Matter}{Main Matter}
3963
3964 %% Use include statements to include your main thesis code
3965 %% from seperate files.
3966 %%\include{part1}
3967 %%...
3968 \end{thesis}
3969
3970 \bibliography{references} % Include references.bib BibTeX
3971
3972 \appendix % If you have appendices
3973 %% include files with your appendicies (if any) here
3974 %%\include{appendixA}
3975 %%...
3976
3977 \begin{vita} % Ph.D. only.
3978 %%Vita text.
3979 \end{vita}
3980
3981 \end{document}
3982 %</template>
3983 %    \end{macrocode}
3984 %
3985 %
3986 % \subsection{A better example}
3987 % \label{sec:better-example}
3988 %
3989 % \subsubsection{Main}
3990 %
3991 %    \begin{macrocode}
3992 %<*example|example-draft>
3993 %% See drexel-thesis.pdf for details.
3994 %<example>\documentclass[subfig,blackref,approvalform]{drexel-thesis}
3995 %<example-draft>\documentclass[draft,subfig]{drexel-thesis}
3996
3997 %% Enter the appropriate information here
3998 \author{Johny Henry}
3999 \title{Inadequacies of Steam-Driven Boring Machines}
4000 \DUTmonth{July}
4001 \DUTyear{1872}
4002 \degree{Doctor of Philosophy}
4003 \advisor{Collis Potter Huntington, R.R.D.}
4004 \advisor{Advisor 2, Ph.D.}
4005 \advisor{Advisor 3, Ph.D.}
4006 \copyrighttext{\copyrighttextCCBYSA}
4007
4008 \usepackage[super,sort&compress]{natbib} % fancy citation extensions
4009 \bibliographystyle{unsrtnat}
4010
4011 \usepackage{fancyvrb} % nicer verbatim handling
4012 \DefineShortVerb{\|}  % \verb+TEXT+  ->  |TEXT|
4013
4014 %    \end{macrocode}
4015 % Sometimes other packages clobber \cls{drexel-thesis}'s macros and
4016 % environments.  It's ok though, the originals are all aliased to
4017 % |\DUT*|.  We'll just have to use |DUTpreamble| instead.
4018 %    \begin{macrocode}
4019 \renewenvironment{preamble}{% look, we're clobbering an environment!
4020   What preamble?\begingroup\color{white}}{\endgroup}
4021
4022 %    \end{macrocode}
4023 % Use
4024 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/blindtext/}%
4025 %   {\pkg{blindtext}}
4026 % for dummy text creation.  \pkg{blindtext} requires
4027 % \href{http://www.ctan.org/tex-archive/macros/latex/required/babel/}%
4028 %   {\pkg{babel}}.
4029 %    \begin{macrocode}
4030 \usepackage[english]{babel} % English blindtext
4031 \usepackage{blindtext} % macros for producing dummy output
4032 %    \end{macrocode}
4033 % \pkg{babel} messes with some of our words (\S \ref{sec:words}), so
4034 % we have to reset them.  See the
4035 % \href{http://www.tex.ac.uk/cgi-bin/texfaq2html?label=latexwords}{\TeX\ FAQ}
4036 % for details.
4037 %    \begin{macrocode}
4038 \addto\captionsenglish{\DUTnames}
4039
4040 \begin{document}
4041 \begin{DUTpreamble} % "DUT" because original preamble was clobbered.
4042
4043 \begin{dedications}
4044 We're in \iffinal{final}{draft} mode!
4045
4046 \Blindtext[3]
4047 \end{dedications}
4048
4049 \begin{acknowledgments}
4050 \Blindtext[3]
4051 \end{acknowledgments}
4052
4053 \tableofcontents
4054 \listoftables
4055 \listoffigures
4056
4057 \begin{abstract}
4058 \Blindtext[3]
4059 \end{abstract}
4060 \end{DUTpreamble}
4061
4062 \begin{thesis}
4063 \include{example-1}
4064 \end{thesis}
4065
4066 \bibliography{example-ref}
4067
4068 \appendix
4069 \include{example-a}
4070
4071 \begin{vita}
4072 \Blindtext[3]
4073 \end{vita}
4074
4075 \end{document}
4076 %</example|example-draft>
4077 %    \end{macrocode}
4078 %
4079 %
4080 % \subsubsection{Part}
4081 % \label{sec:better-example-part}
4082 %
4083 %    \begin{macrocode}
4084 %<*example-part>
4085 \part{A Part Heading}
4086 \chapter{A Chapter Heading}
4087 \section{A Section Heading}
4088 The following sectioning commands are available:
4089 \begin{quote}
4090  part \\
4091  chapter \\
4092  section \\
4093  subsection \\ 
4094  subsubsection \\ 
4095  paragraph \\ 
4096  subparagraph 
4097 \end{quote}
4098
4099 \subsection{natbib}
4100 You can cite your references with |natbib|'s |\citet| and |\citep|
4101 macros.  See
4102 \href{http://www.ctan.org/tex-archive/macros/latex/contrib/natbib/}
4103 {the natbib manual} for details.
4104
4105 Here we have a text citation \citet{rief97} followed by a
4106 parenthetical citation\citep{rief97}.
4107
4108 \subsubsection{Tables and Figures}
4109 \Blindtext[2]
4110 \begin{table}
4111   \begin{center}
4112   \begin{tabular}{r@{.}l r@{.}l r@{.}l}
4113     \multicolumn{2}{c}{Time (s)} &
4114       \multicolumn{2}{c}{John Henry (m)} &
4115       \multicolumn{2}{c}{Steam drill (m)} \\
4116     0&0 & 0&0 & 0&0 \\
4117     10&0 & 4&3 & 3&75 \\
4118     30&0 & 11&9 & 10&1 \\
4119     \ldots
4120   \end{tabular}
4121   \caption{A table float.} % low caption allowed with floatrow
4122 %% Note the strange |r@{.}l| notation in the |\tabular| column
4123 %% definition.  This allows for numbers aligned at the decimal point
4124 %% (see \href{http://www.stat.unipg.it/tex-man/ltx-68.html}{here}).
4125 %%
4126 %% |\multicolumn{num_cols}{alignment}{contents}| allows the headings
4127 %% to span the pre- and post-decimal columns.
4128   \end{center}
4129 \end{table}
4130 \Blindtext[2]
4131 \begin{figure}
4132   \caption{A figure float. \blindtext} % high caption allowed with floatrow
4133   \begin{center}
4134     \includegraphics[width=0.4\textwidth]{drexel-logo}
4135   \end{center}
4136 \end{figure}
4137 \Blindtext[3]
4138 \begin{figure}
4139   \begin{center}
4140     \subfloat[][]{%
4141       \includegraphics[width=0.2\textwidth]{drexel-logo}%
4142       \label{fig:sub-a}}
4143     \subfloat[][]{%
4144       \includegraphics[width=0.2\textwidth]{drexel-logo}%
4145       \label{fig:sub-b}}
4146     \caption{(a) One subfig float. (b) Another subfig float.%
4147       \label{fig:both}}
4148   \end{center}
4149 \end{figure}
4150 You can reference the subfig floats individually (\ref{fig:sub-a}) or
4151 together (\ref{fig:both}).
4152
4153 \Blindtext[3]
4154
4155 \part{Another Part}
4156 \chapter{Another Chapter}
4157 \Blindtext[5]
4158 \chapter{A Long Title Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla
4159 Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla}
4160 \Blindtext[5]
4161 %</example-part>
4162 %    \end{macrocode}
4163 %
4164 %
4165 % \subsubsection{\BibTeX}
4166 %
4167 % What goes into the \BibTeX\ file |example-ref.bib|?
4168 % For more information, check out this 
4169 % \href{http://cmtw.harvard.edu/Documentation/TeX/Bibtex/Example.html}{basic tutorial}.
4170 % If you want to get deeper, take a look at
4171 % \href{http://www.ctan.org/tex-archive/info/bibtex/tamethebeast/}{Tame the BeaST}.
4172 % Other resources:
4173 % \href{http://www.andy-roberts.net/misc/latex/latextutorial3.html}{how the process works},
4174 %   \href{http://newton.ex.ac.uk/tex/pack/bibtex/btxdoc/node6.html}{entry types},
4175 %   \href{http://newton.ex.ac.uk/tex/pack/bibtex/btxdoc/node7.html}{fields},
4176 %   \href{http://en.wikipedia.org/wiki/BibTeX}{entries and fields},
4177 %   \href{http://www.cs.stir.ac.uk/~kjt/software/latex/showbst.html}{assorted style examples}, and
4178 %   \href{http://liinwww.ira.uka.de/bibliography/Bib.Format.html}{assorted \BibTeX tools}.
4179 %
4180 % Here is an example \BibTeX\ file to get you started.  We define
4181 % strings for the publishers, journals, and authors to avoid
4182 % duplication, minimize the risk of typos, etc.
4183 %
4184 %    \begin{macrocode}
4185 %<*example-bibtex-refs>
4186 %% Publishers
4187 @String{APS = "American Physical Society"}
4188
4189 %% Journals
4190 @String{SCI = "Science"}
4191
4192 %% Authors
4193 @String{MRief = "Rief, Matthias"}
4194 @String{MGautel = "Gautel, Mathias"}
4195 @String{FOesterhelt = "Oesterhelt, Filipp"}
4196 @String{JFernandez = "Fernandez, Julio M."}
4197 @String{HGaub = "Gaub, Hermann E."}
4198
4199 %% Articles
4200 @Article{rief97,
4201   author = MRief #" and "# MGautel #" and "# FOesterhelt #" and "#
4202            JFernandez #" and "# HGaub,
4203   title = "Reversible Unfolding of Individual Titin Immunoglobulin
4204            Domains by {AFM}",
4205   journal = SCI,
4206   volume =  276,
4207   number =  5315,
4208   pages =   "1109--1112",
4209   year =    1997,
4210   doi =     "10.1126/science.276.5315.1109",
4211   URL =     "http://www.sciencemag.org/cgi/content/abstract/276/5315/1109",
4212   eprint =  "http://www.sciencemag.org/cgi/reprint/276/5315/1109.pdf",
4213   mynote = "Seminal paper for force spectroscopy on Titin. Cited by
4214            Dietz '04 (ref 9) as an example of how unfolding large
4215            proteins is easily interpreted (vs.\ confusing unfolding in
4216            bulk), but Titin is a rather simple example of that, because
4217            of its globular-chain structure.",
4218 }
4219 %% ...
4220 %</example-bibtex-refs>
4221 %    \end{macrocode}
4222 %
4223 %
4224 % \subsubsection{Appendix}
4225 %
4226 %    \begin{macrocode}
4227 %<*example-appendix>
4228 \chapter{Some Appendix Heading}
4229 \Blindtext[5]
4230 \chapter{Another Appendix Heading}
4231 \Blindtext[5]
4232 %</example-appendix>
4233 %    \end{macrocode}
4234 %
4235 %
4236 % \section{Known bugs and issues}
4237 %
4238 %
4239 % \subsection{Hacks}
4240 %
4241 % \begin{itemize}
4242 %   \item |\vspace*{0\p@}| space between page top and chapter
4243 %     headings (|\@makechapterhead| and |\@makeschapterhead|,
4244 %     Sec.~\ref{sec:implement-chapters}).
4245 %   \item Extra space under LOT and LOF titles compared to TOC.
4246 %     (Secs.~\ref{sec:implement-lof} and \ref{sec:implement-lot}).
4247 % \end{itemize}
4248 %
4249 %
4250 % \subsection{Bugs}
4251 %
4252 % \begin{itemize}
4253 %   \item Different space between chapter heading and section heading,
4254 %     vs.\ chapter heading and text.  Compare \emph{A Chapter Heading}
4255 %     and \emph{Another Chapter} in \file{example.pdf}.  This is a
4256 %     problem (although with opposite order) in the \cls{book} class
4257 %     itself.  For example, compile
4258 %     \begin{example}
4259 %\documentclass{book}
4260 %\begin{document}
4261 %\chapter{Chapter with text}
4262 %Bla bla bla.
4263 %\chapter{Chapter with section}
4264 %\section{Section}
4265 %Bla bla bla.
4266 %\end{document}
4267 %     \end{example}
4268 %   \item Footer overlap if chapter/section names are particularly long.
4269 %     See \emph{Section in long-titled chapter} in \file{example.pdf}.
4270 %     Workaround: turn off sections in the footer:
4271 %     \begin{example}
4272 %       \fancyfoot[RE,LO]{\scshape\leftmark}
4273 %       \fancyfoot[LE,RO]{}
4274 %     \end{example}
4275 %     For more header or footer manipulation ideas, see \S \ref{sec:fancyhdr}.
4276 % \end{itemize}
4277 %
4278 %
4279 % \Finale
4280 \endinput