Fix 'begin{macrocode}' typo before fancyhdr section
[drexel-thesis.git] / drexel-thesis.dtx
1 % \def\fileversion{0.3}
2 % \def\filedate{2010/01/13}
3 % \iffalse meta-comment
4 %<class>\def\fileversion{0.3}
5 %<class>\def\filedate{2010/01/13}
6 %
7 % Copyright (C) 2010  C.Y. Ip
8 %                     Christopher D. Cera
9 %                     Christopher S. Dahn
10 %                     Daniel J. Cross
11 %                     David T. McWherter
12 %                     Evan Sultanik
13 %                     Jeff Arahamson
14 %                     Mitchell Peabody
15 %                     R. Rojas, E
16 %                     Robert Bernecky
17 %                     T. Tsankov
18 %                     Vincent A. Cicirello
19 %                     W. Trevor King
20 % -------------------------------------------------------
21
22 % This file may be distributed and/or modified under the
23 % conditions of the LaTeX Project Public License, either version 1.3
24 % of this license or (at your option) any later version.
25 % The latest version of this license is in:
26 %
27 %    http://www.latex-project.org/lppl.txt
28 %
29 % and version 1.3 or later is part of all distributions of LaTeX 
30 % version 2003/12/01 or later.
31 %
32 % Docstrip formatting initially based on Scott Pakin's
33 % dtxtut/cskeleton.dtx
34 %   http://www.ctan.org/tex-archive/info/dtxtut/
35 %
36 % \fi
37 %
38 % \iffalse meta-comment
39 %<*driver>
40 \ProvidesFile{drexel-thesis.dtx}
41 %</driver>
42 %<class>\NeedsTeXFormat{LaTeX2e}
43 %<class>\ProvidesClass{drexel-thesis}
44 %<class> [\filedate\ \fileversion\ Drexel Thesis]
45 %
46 % Code for the .ini driver, see section "2.1 The driver file" of doc.dtx.
47 %<*driver>
48 \documentclass{ltxdoc}
49 \usepackage[colorlinks=true]{hyperref}
50 %</driver>
51 % Include some useful commands from |xkeyval|'s |<preamble>|.
52 %<*driver>
53 \usepackage{xcolor}
54 \usepackage{listings}
55 \lstnewenvironment{command}{%
56   \lstset{columns=flexible,frame=single,backgroundcolor=\color{blue!20},%
57     xleftmargin=\fboxsep,xrightmargin=\fboxsep,escapeinside=`',gobble=1}}{}
58 \lstnewenvironment{example}{%
59   \lstset{basicstyle=\footnotesize\ttfamily,columns=flexible,frame=single,%
60     backgroundcolor=\color{yellow!20},xleftmargin=\fboxsep,%
61     xrightmargin=\fboxsep,gobble=1}}{}
62 %</driver>
63 % Define a quick and dirty version of |xkeyval|'s |\DescribeOptions|.
64 %<*driver>
65 \newenvironment{option}[1]{\begin{macro}{#1}}
66                           {\end{macro}}
67 %</driver>
68 % Some commonly used abbreviations from |classes.dtx|.
69 %<*driver>
70 \newcommand*{\Lopt}[1]{\textsf {#1}}
71 \newcommand*{\file}[1]{\texttt {#1}}
72 \newcommand*{\Lcount}[1]{\textsl {\small#1}}
73 \newcommand*{\pstyle}[1]{\textsl {#1}}
74 %</driver>
75 %<*driver>
76 \makeatletter
77 \def\DescribeOption#1{\leavevmode\@bsphack
78               \marginpar{\raggedleft\PrintDescribeOption{#1}}%
79               \SpecialOptionIndex{#1}\@esphack\ignorespaces}
80 \def\PrintDescribeOption#1{\strut\emph{option}\\\MacroFont #1\ }
81 \def\SpecialOptionIndex#1{\@bsphack
82     \index{#1\actualchar{\protect\ttfamily#1}
83            (option)\encapchar usage}%
84     \index{options:\levelchar#1\actualchar{\protect\ttfamily#1}\encapchar
85            usage}\@esphack}
86 \def\DescribeOptions#1{\leavevmode\@bsphack
87   \marginpar{\raggedleft\strut\emph{options}%
88   \@for\@tempa:=#1\do{%
89     \\\strut\MacroFont\@tempa\SpecialOptionIndex\@tempa
90   }}\@esphack\ignorespaces}
91 \makeatother
92 %</driver>
93 %<*driver>
94 \EnableCrossrefs
95 \RecordChanges
96 \EnableCrossrefs         
97 \begin{document}
98   \DocInput{drexel-thesis.dtx}
99 \end{document}
100 %</driver>
101 % \fi
102 %
103 % \CheckSum{0}
104 %
105 % \CharacterTable
106 %  {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
107 %   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
108 %   Digits        \0\1\2\3\4\5\6\7\8\9
109 %   Exclamation   \!     Double quote  \"     Hash (number) \#
110 %   Dollar        \$     Percent       \%     Ampersand     \&
111 %   Acute accent  \'     Left paren    \(     Right paren   \)
112 %   Asterisk      \*     Plus          \+     Comma         \,
113 %   Minus         \-     Point         \.     Solidus       \/
114 %   Colon         \:     Semicolon     \;     Less than     \<
115 %   Equals        \=     Greater than  \>     Question mark \?
116 %   Commercial at \@     Left bracket  \[     Backslash     \\
117 %   Right bracket \]     Circumflex    \^     Underscore    \_
118 %   Grave accent  \`     Left brace    \{     Vertical bar  \|
119 %   Right brace   \}     Tilde         \~}
120 %
121 %
122 % \changes{0.1}{2006/01/18}{Rewrite by Daniel J.~Cross}
123 % \changes{0.2}{2010/01/09}{W.~Trevor King transitioned from thesis.cls
124 %   to drexel-thesis.dtx and did a good deal of reorganizing.}
125 % \changes{0.3}{2010/01/13}{W.~Trevor King merged drexelthesis.cls
126 %   developed in the Comp.~Sci.~Department by Jeff Abrahamson,
127 %   Evan Sultanik, C.Y.~Ip, Christopher S.~Dahn, Christopher D.~Cera,
128 %   Mitchell Peabody, David T.~McWherter, and Vincent A.~Cicirello.
129 %   Based on the University of Toronto Thesis \LaTeXe\ Class.  Also
130 %   greatly improved the documentation by incorperating bits of
131 %   the base/*.dtx files.}
132 %
133 % \MakeShortVerb{\|}
134 % \newcommand{\pkg}[1]{\textsf{#1}}
135 % \newcommand{\cls}[1]{\textsf{#1}}
136 % ^^A\newcommand{\BibTeX}{{\scshape Bib}\TeX}
137
138 % \title{The \textsf{drexel-thesis} class\thanks{This document
139 %   corresponds to \textsf{drexel-thesis}~\fileversion, dated \filedate.}}
140 % \author{W.~Trevor King \\\texttt{wking@drexel.edu}
141 %         \and Daniel J.~Cross \and T.~Tsankov \and R.~Rojas.}
142 % \date{\filedate}
143 %
144 % \maketitle
145 %
146 %
147 % \section{Introduction}
148 %
149 % This package defines a \LaTeX\ thesis class for Drexel University
150 % conforming to the
151 % \href{http://www.library.drexel.edu/files/services_documents/thesismanual.pdf}
152 %   {Drexel University Thesis Manual version 2009/06/01}.
153 %
154 % \section{Usage}
155 %
156 % To write a thesis, you load the Drexel thesis definitions by loading
157 % the \pkg{drexel-thesis} class at the beginning of your
158 % \LaTeX\ document with the |\documentclass| command.  For example,
159 % \begin{example}
160 %   \documentclass{drexel-thesis}
161 % \end{example}
162 %
163 % \subsection{Options}
164 %
165 % \DescribeOptions{final,draft}
166 % The default option (selected if not options are passed) is
167 % \Lopt{final} mode, which has all the proper formatting and spacing
168 % for your final product. The other main option is \Lopt{draft} mode,
169 % which reduces all the spacing in the document, so might be helpful
170 % when printing out drafts (saves paper).
171 %
172 % \Lopt{final} mode corresponds to (with Thesis Manual chapter and
173 % verse) \\
174 % \begin{tabular}{r p{0.8\textwidth}}
175 %   \Lopt{oneside} & 1.5 Library Submission Information, Print
176 %     Version: ``All copies must be: \ldots Typed/printed on only one
177 %     side of the page (not double-sided).'' \\
178 %   \Lopt{finalspace} & Assorted single, double, and triple spacing
179 %   directives. \\
180 %   \Lopt{dottedtoc} & From the example on p17.
181 % \end{tabular}
182 %
183 % \Lopt{draft} mode corresponds to \\
184 % \begin{tabular}{r p{0.8\textwidth}}
185 %   \Lopt{twoside} & Save space. \\
186 %   \Lopt{draftspace} & Save space. \\
187 %   \Lopt{dottedtoc} & Might as well be consistent with \Lopt{final}. \\
188 %   \Lopt{mydraftwatermark} & It's good to have a timestamp. \\
189 % \end{tabular}
190 %
191 % \DescribeOption{subfig}
192 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/subfig/}{\pkg{subfig}}
193 % makes it easy to include and caption multi-part figures.  However,
194 % getting \pkg{subfig} to cooperate with \pkg{floatrow} and
195 % \pkg{tocloft} can be tricky.  If you want to use \pkg{subfig}, just
196 % pass the \Lopt{subfig} option to \cls{drexel-thesis}, and all the
197 % pesky details will be taken care of.  See Section
198 % \ref{sec:better-example} for an example.
199 %
200 % \DescribeOption{finalspace}
201 % Loosen spacing.
202 %
203 % \DescribeOption{draftspace}
204 % Tighten spacing.
205 %
206 % \DescribeOptions{dottedtoc,boldtoc,
207 %                  dottedpart,boldpart,
208 %                  dottedchapter,boldchapter}
209 % These options change how the relevant table of contents lines are
210 % printed.  \LaTeX\ defaults to bold but not dots.  The \Lopt{*toc}
211 % options set all of the types.  For example, \Lopt{boldtoc} is
212 % equivalent to \Lopt{boldchapter,boldpart}.
213 %
214 % \DescribeOption{indenttoc}
215 % The example table of contents in the Manual p17 does not indent
216 % section entries, etc., so neither does \cls{drexel-thesis}.  If you
217 % \emph{do} want pretty, indented TOCs, like the \LaTeX\ defaults pass
218 % \Lopt{indenttoc} to \cls{drexel-thesis}.
219 %
220 % \DescribeOption{draftwatermark}
221 % \Lopt{draftwatermark} adds ``DRAFT \meta{date}'' watermarks to each
222 % page.  A useful way to remember that the version you're looking at
223 % is not final.  Also helps reviewers tell you what version they're
224 % correcting.  Requires the \pkg{draftmark} package.
225 %
226 % \DescribeOption{mydraftwatermark}
227 % \Lopt{mydraftwatermark} is similar to \Lopt{draftwatermark} but
228 % depends on the possibly more common \pkg{xcolor}, \pkg{eso-pic},
229 % and \pkg{graphicx}.
230 %
231 % \DescribeOption{indentfirst}
232 % \Lopt{indentfirst} indents the first paragraph after sections etc.
233 %
234 %
235 % \subsubsection{Interesting \cls{book} options}
236
237 % \DescribeOption{oneside}
238 % Setup output for one-sided printing.
239 %
240 % \DescribeOption{twoside}
241 % Setup output for two-sided printing.
242 %
243 % \DescribeOption{leqno}
244 % \Lopt{leqno} places the numbering of formulae on the left hand side
245 % instead of the right.
246 %
247 % \DescribeOption{fleqn}
248 % \Lopt{fleqn} typesets displayed formulae left-aligned instead of
249 % centered.
250 %
251 %
252 % \subsection{Macros}
253 %
254 % \begin{command}
255 %   `\cs{author}\marg{name}'
256 % \end{command}
257 % \DescribeMacro{\author}
258 % Use this macro to set your full name to \meta{name}, including
259 % your middle initial or name.  For example
260 % \begin{example}
261 %   \name{Richard P. Feynman}
262 % \end{example}
263 % See the Manual 3.1 p8.
264 %
265 % \begin{command}
266 %   `\cs{title}\marg{title}'
267 % \end{command}
268 % \DescribeMacro{\title}
269 % Use this macro to set your thesis title to \meta{name}.  For example
270 % \begin{example}
271 %   \title{A New Approach to Quantum Theory}
272 % \end{example}
273 % See the Manual p16.
274 %
275 % \begin{command}
276 %   `\cs{advisor}\marg{name}'
277 % \end{command}
278 % \DescribeMacro{\advisor}
279 % Use this macro to set your advisor's name to \meta{name}.  For
280 % example
281 % \begin{example}
282 %   \advisor{John A. Wheeler, Ph.D.}
283 % \end{example}
284 % You can set multiple advisors, if appropriate, by calling |\advisor|
285 % multiple times.
286 % \begin{example}
287 %   \advisor{John A. Wheeler, Ph.D.}
288 %   \advisor{Advisor 2}
289 % \end{example}
290 % See the Manual 3.1 p8.
291 %
292 % \begin{command}
293 %   `\cs{defmonth}\marg{month}'
294 %   `\cs{defyear}\marg{year}'
295 % \end{command}
296 % \DescribeMacro{\defmonth}
297 % \DescribeMacro{\defyear}
298 % Use these macros to set the month with \meta{month} (spelled out)
299 % and year with \meta{year} (four digits) of your thesis defense.  For
300 % example
301 % \begin{example}
302 %   \defmonth{June}
303 %   \defyear{1942}
304 % \end{example}
305 % See the Manual 3.1 p8.
306 % The |def| in |\def*| avoids collisions with the plain \TeX\ 
307 % |\month| and |\year| (see the
308 % \href{http://www.tug.org/utilities/plain/cseq.html#month-rp}{month}
309 % and
310 % \href{http://www.tug.org/utilities/plain/cseq.html#year-rp}{year}
311 % entries in the HTML version of David Bausum's \emph{TeX Reference
312 % Manual}).
313 %
314 % \begin{command}
315 %   `\cs{degree}\marg{degree}'
316 % \end{command}
317 % \DescribeMacro{\degree}
318 % Set your target degree with \meta{degree}.  From the Manual 3.1 p8.
319 % \begin{quote}
320 %   Write out the name of the degree for which you are a candidate.
321 %   All Ph.D.\ candidates must use |Doctor of Philosophy|.  All
322 %   Master's degree candidates should use the precise degree name
323 %   (e.g., |Master of Science in Mechanical Engineering|).
324 % \end{quote}
325 % So, for a Ph.D candidate,
326 % \begin{example}
327 %   \degree{Doctor of Philosophy}
328 % \end{example}
329 %
330 % \begin{command}
331 %   `\cs{copyrighttext}\marg{text}'
332 % \end{command}
333 % \DescribeMacro{\copyrighttext}
334 % Use this macro to set the copyright text to \meta{text}.
335 % The default value is ``All Rights Reserved.''.
336 % \begin{example}
337 %   \copyrighttext{Released to the Public Domain.}
338 % \end{example}
339 % See the Manual 3.2 p9.
340 %
341 % \begin{command}
342 %   `\cs{copyrighttextCC}'
343 % \end{command}
344 % There are a number of predefined copyright messages for ease of use \\
345 % \begin{tabular}{l l}
346 %   |\copyrighttextCC| & Creative Commons copyright \\
347 % \end{tabular}
348 %
349 % \begin{command}
350 %   `\cs{tableofcontents}'
351 % \end{command}
352 % \DescribeMacro{\tableofcontents}
353 % Write the table of contents (Manual 3.5 p9).  You can control the
354 % verbosity by setting |\tocdepth| according to the following table
355 % (\href{http://www.image.ufl.edu/help/latex/intext.shtml}{source}). \\
356 % \begin{tabular}{l l l}
357 %   Depth in document & Section Command & Depth for |\secnumdepth| Command \\
358 %   -1 & |\part| & 1 \\
359 %    0 & |\chapter| & 2 \\
360 %    1 & |\section| & 3 \\
361 %    2 & |\subsection| & 4 \\
362 %    3 & |\subsubsection| & 5 \\
363 %    4 & |\paragraph| & 6 \\
364 %    5 & |\subparagraph| & 7
365 % \end{tabular} \\
366 % For example, to expose everything down to and including the
367 % |\subsection| level, you would add
368 % \begin{example}
369 %   \setcounter{tocdepth}{2}
370 % \end{example}
371 % to your preamble (the section before |\begin{document}|, not the
372 % |preamble| environment discussed below).
373 %
374 % Note that the Manual 3.5 p9 requires ``List chapter titles and at
375 % least the first and second order subdivisions.'', which corresponds
376 % to a |\tocdepth| of at least 2.
377 %
378 % \begin{command}
379 %   `\cs{listoftables}'
380 % \end{command}
381 % \DescribeMacro{\listoftables}
382 % Write the List of Tables page (Manual 3.6 p10).
383 % Skip if you have no tables in your thesis.
384 %
385 % \begin{command}
386 %   `\cs{listoffigures}'
387 % \end{command}
388 % \DescribeMacro{\listoffigures}
389 % Write the List of Figures page (Manual 3.7 p10).
390 % Skip if you have no figures in your thesis.
391 %
392 % \begin{command}
393 %   `\cs{blanklines}\marg{num}'
394 % \end{command}
395 % \DescribeMacro{\blanklines}
396 % Insert \meta{num} blank lines.  For example
397 % \begin{example}
398 %   \blanklines{2}
399 % \end{example}
400 % The skipped lines are always \emph{single spaced} lines, regardless
401 % of the current line spacing in the environment calling this macro.
402 %
403 %
404 % \subsection{Environments}
405 %
406 % \DescribeEnv{preamble}
407 % Generalize the |\frontmatter| for the thesis, setting up page
408 % numbering, including the title page, copyright page etc.  The
409 % |preamble| environment should contain the following elements
410 % (in order, see the Manual p8)
411 % \begin{itemize}
412 %   \item |dedication| environment (optional)
413 %   \item |acknowledgments| environment (optional)
414 %   \item |\tableofcontents|
415 %   \item |\listoftables|
416 %   \item |\listoffigures|
417 %   \item |abstract| environment
418 % \end{itemize}
419 % This will take care of everything from the title page (Manual 3.1),
420 % up through the blank page before the text (Manual 3.9).
421 %
422 % \DescribeEnv{dedications}
423 % Set the dedications text.
424 % Highlights from the Manual 3.3 p9:
425 % \begin{quote}
426 %   The |Dedications| page is optional.
427 % \end{quote}
428 %
429 % \DescribeEnv{acknowledgments}
430 % Set the acknowledgments text.
431 % Highlights from the Manual 3.4 p9:
432 % \begin{quote}
433 %   The |Acknowledgments| page is optional, but most theses do
434 %   include a brief statement of thanks or recognition of any special
435 %   assistance.
436 % \end{quote}
437 %
438 % \DescribeEnv{abstract}
439 % Set the thesis abstract text.  In the Thesis Manual, see section 3.8
440 % Abstract (p10) for details, p20 for an example.
441 %
442 % Highlights from the Manual:
443 % \begin{quote}
444 %   The abstract is a summary that allows readers to determine the
445 %   value of reading the full thesis.  It should include a statement
446 %   of the problem, an outline of procedures or methods, and a summary
447 %   of results and conclusions.
448 % \end{quote}
449 % \begin{itemize}
450 %   \item Word limits: 600 for a Master's thesis, 350 for a Ph.D.\ thesis.
451 % \end{itemize}
452 %
453 % \DescribeEnv{thesis}
454 % Set the thesis text.  In the Thesis Manual, see section 3.10 Thesis
455 % (p11) for details.
456 %
457 % Highlights from the Manual:
458 % \begin{quote}
459 %   Divide the text into its major parts/chapters/subsections.  No
460 %   fixed arrangement is necessary.  The major parts may contain such
461 %   subjects as introduction, general argument, description of
462 %   experimental procedures, research methods, discussion, summary,
463 %   conclusions, recommendations, and other pertinent topics that are
464 %   necessary for a complete understanding on the part of a
465 %   sophisticated or professional reader.
466 % \end{quote}
467 %
468 % \DescribeEnv{vita}
469 % Set the thesis vita text (Ph.D.\ only).  See the Manual 3.15 p12,
470 % ``Vita'', for details.
471 %
472 % Highlights from the Manual:
473 % \begin{quote}
474 %   The Vita is a biography of the student written in the third person
475 %   in either essay or outline form.  It should include the full name,
476 %   place and date of birth (optional), country of citizenship
477 %   (optional), institutions attended, degrees and honors received,
478 %   titles of publications, teaching and professional experience, and
479 %   other pertinent data.  The Vita must be one page or less.
480 % \end{quote}
481 %
482 %
483 % \subsection{Hints}
484 %
485 %
486 % \subsubsection{Package installation}
487 % \label{sec:dependencies}
488 %
489 % All the packages this class depends on must be installed somewhere
490 % in your texmf tree (they probably already are).  If not, you will
491 % recieve warning messages on compilation such as
492 % \begin{example}
493 %   ! LaTeX Error: File `missing-package.sty' not found.
494 % \end{example}
495 % You should then install the missing package(s) using your operating
496 % systems package manager, or grab the missing package from
497 % \href{http://www.ctan.org/}{CTAN}, and install them following TODO.
498 %
499 %
500 % \subsubsection{Tables and Figures}
501 %
502 % \pkg{drexel-thesis} loads
503 % \href{http://www.ctan.org/tex-archive/macros/latex/required/graphics/}{\pkg{graphicx}}
504 % to define the |\includegraphics| macro,
505 % \href{http://www.ctan.org/tex-archive/macros/latex/required/caption/}{\pkg{caption}}
506 % for pretty caption formatting, and
507 % \href{http://www.ctan.org/tex-archive/macros/latex/required/floatrow/}{\pkg{floatrow}}
508 % for placing captions.
509 %
510 % Simple float definitions will look like
511 % \begin{example}
512 %   \begin{table}
513 %      \caption{Some caption text}
514 %      \begin{tabular}{...}
515 %        ...
516 %      \end{tabular}
517 %   \end{table}
518 % \end{example}
519 % or
520 % \begin{example}
521 %   \begin{float}
522 %      \includegraphics{...}
523 %      \caption{Some caption text}
524 %   \end{float}
525 % \end{example}
526 % For more useful float information, see the examples in Section
527 % \ref{sec:better-example-part} and the
528 % \href{http://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions}
529 %   {\LaTeX\ wikibook page}.
530 %
531 %
532 % \subsubsection{Citations}
533 %
534 % I highly recommend using \BibTeX\ and
535 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/natbib/}{\pkg{natbib}}.
536 % See Section \ref{sec:better-example} for a simple example.
537 %
538 % Suggested options:\\
539 % \begin{tabular}{r p{0.8\textwidth}}
540 %   |super| & selects citations in superscript mode. \\
541 %   |sort&compress| & automatically sorts and compresses compound
542 %     citations (|\pcite{a,b,...}|).
543 % \end{tabular}
544 %
545 %
546 % \subsubsection{References}
547 %
548 % Easier cross referencing with
549 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/cleveref/}{\pkg{cleveref}}.
550 % Is a wonderful tool for easy, consistent crosslinking via |\cref|,
551 % |\Cref|, etc..  The manual is also very good.
552 % Note that if you use |\part|s in your document, you need to tell
553 % \pkg{cleveref} how to deal with them:
554 % \begin{example}
555 %   \usepackage{cleveref}
556 %   \crefname{part}{part}{parts}
557 % \end{example}
558 %
559 %
560 % \subsubsection{Hyperlinks}
561 %
562 % \cls{drexel-thesis} loads
563 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/hyperref/}{\pkg{hyperref}}.
564 % with the options:\\
565 % \begin{tabular}{r p{0.8\textwidth}}
566 %   |colorlinks| & color the link letters instead of drawing colored boxes. \\
567 % \end{tabular}
568 %
569 % If running with a pdftex-based driver, |\author|, |\title|, and
570 % |\degree| automatically set |pdfauthor|, |pdftitle|, and
571 % |pdfsubject| respectively.  You can use the |\hypersetup| macro to
572 % set options overriding these defaults.
573 %
574 %
575 % \subsubsection{Developing large \LaTeX\ documents}
576 %
577 % A thesis may take a while to compile, especially if it contains
578 % lots of images, etc..  One way to save time, is to use |\includeonly|
579 % when including chapter \file{*.tex} files (see
580 % \href{http://en.wikibooks.org/wiki/TeX/includeonly}{the \TeX\ Wikibook}).
581 % Usage would be something like
582 % \begin{example}
583 % \documentclass{drexel-thesis}
584 % ...
585 % \includeonly{chapter2.tex,chapter3.tex}
586 % \begin{document}
587 % ...
588 % \begin{thesis}
589 % \include{chapter1.tex}
590 % \include{chapter2.tex}
591 % \include{chapter3.tex}
592 % \include{chapter4.tex}
593 % \end{thesis}
594 % ...
595 % \end{document}
596 % \end{example}
597 % which would only compile chapters two and three.  Don't confuse the
598 % similar commands |\include| and |\input|.  The more fundamental
599 % |\input| just inserts the file contents at that point, while
600 % |\include|
601 % \begin{itemize}
602 %   \item may only be used after |\begin{document}|
603 %   \item acts like |\clearpage \input{} \clearpage|
604 %   \item will not crash on nonexistent files
605 % \end{itemize}
606 %
607 %
608 % \StopEventually{\pagebreak\PrintChanges}
609 %
610 %
611 % \section{Implementation}
612 %    \begin{macrocode}
613 %<*class>
614 %    \end{macrocode}
615 %
616 % For simplicity, we'll derive everything from the standard \cls{book}
617 % class.
618 %
619 %
620 % \subsection{Option Processing}
621 %
622 % Include
623 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/xkeyval/}{\pkg{xkeyval}}
624 % for easier option parsing.  If the package is not installed on your system,
625 % see Section \ref{sec:dependencies} for installation instructions.
626 %    \begin{macrocode}
627 \RequirePackage{xkeyval}
628 %    \end{macrocode}
629 %
630 % Define some booleans to store option states
631 %    \begin{macrocode}
632 \newif\if@mainmatter \@mainmattertrue
633 \newif\if@DUT@subfigopt
634 \newif\if@dottedchapter 
635 \newif\if@boldchapter
636 \newif\if@boldpart
637 \newif\if@dottedpart
638 \newif\if@indenttoc
639 \newif\if@draftwatermark
640 \newif\if@mydraftwatermark
641 \newif\if@indentfirst
642 \newif\if@final \@finalfalse
643 %    \end{macrocode}
644 %
645 % \begin{option}{subfig}
646 % Set \Lopt{subfig} flag
647 %    \begin{macrocode}
648 \DeclareOptionX{subfig}{\@DUT@subfigopttrue}
649 %    \end{macrocode}
650 % \end{option}
651 %
652 % \begin{option}{finalspace}
653 %    \begin{macrocode}
654 \DeclareOptionX{finalspace}{
655   \setlength\overfullrule{0pt}
656   \def\@cont@sep{1} % content page separation (# blanklines between entries)
657   \def\@ssp{1} % single space
658   \def\@dsp{2} % double space
659   \def\@tsp{3} % triple space
660   \@finaltrue
661 }
662 %    \end{macrocode}
663 % \end{option}
664 % \begin{option}{draftspace}
665 %    \begin{macrocode}
666 \DeclareOptionX{draftspace}{
667   \setlength\overfullrule{5pt}
668   \def\@cont@sep{0} % content page separation (# blanklines between entries)
669   \def\@ssp{1} % single space
670   \def\@dsp{1} % double space
671   \def\@tsp{2} % triple space
672 %    \end{macrocode}
673 %  Don't force chapters onto right-hand pages.
674 %    \begin{macrocode}
675   \PassOptionsToClass{openany}{book}
676   \@finalfalse
677 }
678 %    \end{macrocode}
679 % \end{option}
680 %
681 % \begin{option}{dottedpart}
682 %    \begin{macrocode}
683 \DeclareOptionX{dottedpart}{\@dottedparttrue}
684 %    \end{macrocode}
685 % \end{option}
686 % \begin{option}{dottedchapter}
687 %    \begin{macrocode}
688 \DeclareOptionX{dottedchapter}{\@dottedchaptertrue}
689 %    \end{macrocode}1
690 % \end{option}
691 % \begin{option}{boldpart}
692 %    \begin{macrocode}
693 \DeclareOptionX{boldpart}{\@boldparttrue}
694 %    \end{macrocode}
695 % \end{option}
696 % \begin{option}{boldchapter}
697 %    \begin{macrocode}
698 \DeclareOptionX{boldchapter}{\@boldchaptertrue}
699 %    \end{macrocode}
700 % \end{option}
701 % \begin{option}{dottedtoc}
702 %    \begin{macrocode}
703 \DeclareOptionX{dottedtoc}{
704   \setkeys{drexel-thesis.cls}{dottedpart}
705   \setkeys{drexel-thesis.cls}{dottedchapter}
706 }
707 %    \end{macrocode}
708 % \end{option}
709 % \begin{option}{boldtoc}
710 %    \begin{macrocode}
711 \DeclareOptionX{boldtoc}{
712   \setkeys{drexel-thesis.cls}{boldpart}
713   \setkeys{drexel-thesis.cls}{boldchapter}
714 }
715 %    \end{macrocode}
716 % \end{option}
717 %
718 % \begin{option}{indenttoc}
719 % Set \Lopt{indenttoc} flag
720 %    \begin{macrocode}
721 \DeclareOptionX{indenttoc}{\@indenttoctrue}
722 %    \end{macrocode}
723 % \end{option}
724 %
725 % \begin{option}{draftwatermark}
726 % Set \Lopt{draftwatermark} flag
727 %    \begin{macrocode}
728 \DeclareOptionX{draftwatermark}{%
729   \@draftwatermarktrue
730   \@mydraftwatermarkfalse}
731 %    \end{macrocode}
732 % \end{option}
733 %
734 % \begin{option}{mydraftwatermark}
735 % Set \Lopt{mydraftwatermark} flag
736 %    \begin{macrocode}
737 \DeclareOptionX{mydraftwatermark}{%
738   \@mydraftwatermarktrue
739   \@draftwatermarkfalse}
740 %    \end{macrocode}
741 % \end{option}
742 %
743 % \begin{option}{indentfirst}
744 % Set \Lopt{indentfirst} flag
745 %    \begin{macrocode}
746 \DeclareOptionX{indentfirst}{\@indentfirsttrue}
747 %    \end{macrocode}
748 % \end{option}
749 %
750 % Define the book options that \Lopt{final} and \Lopt{draft} need to
751 % access.
752 % \begin{option}{oneside}
753 %    \begin{macrocode}
754 \DeclareOptionX{oneside}{\PassOptionsToClass{oneside}{book}}
755 %    \end{macrocode}
756 % \end{option}
757 %
758 % \begin{option}{twoside}
759 %    \begin{macrocode}
760 \DeclareOptionX{twoside}{\PassOptionsToClass{twoside}{book}}
761 %    \end{macrocode}
762 % \end{option}
763 %
764 % \begin{option}{final}
765 %    \begin{macrocode}
766 \DeclareOptionX{final}{
767   \setkeys{drexel-thesis.cls}{oneside}
768   \setkeys{drexel-thesis.cls}{finalspace}
769   \setkeys{drexel-thesis.cls}{dottedtoc}
770 }
771 %    \end{macrocode}
772 % \end{option}
773 %
774 % \begin{option}{draft}
775 %    \begin{macrocode}
776 \DeclareOptionX{draft}{
777   \setkeys{drexel-thesis.cls}{twoside}
778   \setkeys{drexel-thesis.cls}{draftspace}
779   \setkeys{drexel-thesis.cls}{dottedtoc}
780   \setkeys{drexel-thesis.cls}{mydraftwatermark}
781 }
782 %    \end{macrocode}
783 % \end{option}
784 %
785 % Use the default \cls{book} implementation for any remaining options
786 % including \Lopt{oneside}, \Lopt{twoside}, \Lopt{leqno}, \Lopt{fleqn},
787 % \ldots.
788 %    \begin{macrocode}
789 \DeclareOptionX*{\PassOptionsToClass{\CurrentOption}{book}}
790 %    \end{macrocode}
791 %
792 % Execute the default options
793 %    \begin{macrocode}
794 \ExecuteOptionsX{final}
795 %    \end{macrocode}
796 %
797 % Process options and load the book class
798 %    \begin{macrocode}
799 \ProcessOptionsX\relax
800 \LoadClass{book}
801 %    \end{macrocode}
802 %
803 %
804 % \subsection{Internal package includes}
805 %
806 %
807 % Include some other packages we'll need.  If the package is not
808 % installed on your system, see Section \ref{sec:dependencies} for
809 % installation instructions.
810 %
811 % For many packages, we want the same functionality for both
812 % \Lopt{final} and \Lopt{draft} modes.  We pass \Lopt{final} to most
813 % of those packages to override a possible \Lopt{draft} option passed
814 % to \pkg{drexel-thesis}.
815 %
816 %
817 % \subsubsection{\pkg{setspace}}
818 %
819 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/setspace/}{\pkg{setspace}}
820 % for double spacing.
821 %    \begin{macrocode}
822 \RequirePackage{setspace}
823 %    \end{macrocode}
824 %
825 %
826 % \subsubsection{\pkg{calc}}
827 %
828 % \href{http://www.ctan.org/tex-archive/macros/latex/required/tools/}{\pkg{calc}}
829 % for |\set@lines@length| macro (page
830 %   \pageref{sec:implement-line-spacing}).
831 %    \begin{macrocode}
832 \RequirePackage{calc}
833 %    \end{macrocode}
834 %
835 %
836 % \subsubsection{\pkg{graphicx}}
837 %
838 % \href{http://www.ctan.org/tex-archive/macros/latex/required/graphics/}{\pkg{graphicx}}
839 % for |\includegraphics|.  Not strictly necessary, but I can't imagine
840 % a thesis without figures.
841 %    \begin{macrocode}
842 \RequirePackage[final]{graphicx}
843 %    \end{macrocode}
844 %
845 % We include the graphicx package now so we can
846 % pass \Lopt{final}, because some later packages include it with no options,
847 % and a \Lopt{final} include after that produces errors like
848 % \begin{example}
849 %   l.104 \RequirePackage
850 %                        [final]{ifpdf}
851 %   The package graphicx has already been loaded with options:
852 %     []
853 %   There has now been an attempt to load it with options
854 %     [final]
855 % \end{example}
856 %
857 %
858 % \subsubsection{\pkg{draftmark}}
859 %
860 % The Comp.~Sci.\ class used
861 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/draftcopy/}{\pkg{draftcopy}}
862 % to add their watermarks, but as of the current 2002/02/25 v2.16, it
863 % uses postscript specials, and so doesn't work with pdf\LaTeX.
864 % Instead we use the recent (catalogued 2009/11/03)
865 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/draftmark/}{\pkg{draftmark}}
866 % which unfortunately has a number of apparently non-standard dependencies
867 % (\href{http://www.ctan.org/tex-archive/macros/latex/contrib/etextools/}{\pkg{etextools}},
868 %  \href{http://www.ctan.org/tex-archive/macros/latex/contrib/etoolbox/}{\pkg{etoolbox}},
869 %  \href{http://www.ctan.org/tex-archive/macros/latex/contrib/lastpage/}{\pkg{lastpage}},
870 %  \href{http://www.ctan.org/tex-archive/macros/latex/contrib/ltxnew/}{\pkg{ltxnew}},
871 %  \href{http://www.ctan.org/tex-archive/macros/latex/contrib/pagerange/}{\pkg{pagerange}},
872 %  \href{http://www.ctan.org/tex-archive/macros/latex/contrib/xifthen/}{\pkg{xifthen}},
873 %  if only I had the space to install |texlive-latexextra| |:p|).
874 % The output is, however, very flexible, and it \emph{does} work with
875 % both \LaTeX\ and pdf\LaTeX.  If you don't like the default watermark,
876 % you can also adjust the particulars with |\draftmarksetup|.
877 %    \begin{macrocode}
878 \if@draftwatermark
879   \RequirePackage[draft,allpages,mark={DRAFT \today},
880                   fontsize=2cm,grayness=0.9]{draftmark}
881 \fi
882 %    \end{macrocode}
883 %
884 % Here is Evan's alternative implementation This will not look right
885 % as a DVI, but it'll look fine once rendered to either a PS or PDF.
886 %    \begin{macrocode}
887 \if@mydraftwatermark
888 %    \end{macrocode}
889 % Use \pkg{eso-pic} for |\AddToShipoutPicture|.
890 %    \begin{macrocode}
891   \RequirePackage{eso-pic}
892 %    \end{macrocode}
893 % Use \pkg{xcolor} for |\definecolor|.
894 %    \begin{macrocode}
895   \RequirePackage{xcolor}
896   \definecolor{watermark}{rgb}{0.9,0.9,0.9}
897 %    \end{macrocode}
898 % Set the font explicitly to avoid being effected by the last text on
899 % the page having some strange font.  |\sffamily| sets a sans serif
900 % font.
901 %    \begin{macrocode}
902   \newcommand{\watermarkfont}{%
903     \color{watermark}}%\fontfamily{phv}\selectfont\sffamily}
904   \newcommand{\watermark}{%
905     \rule{4.25in}{0pt}\raisebox{5.5in}{%
906       \makebox[0pt]{%
907 %    \end{macrocode}
908 % |\rotatebox| and |\resizebox| from \pkg{graphicx}.
909 %    \begin{macrocode}
910         \rotatebox[origin=c]{45}{%
911           \resizebox{!}{1.5in}{%
912             {\watermarkfont DRAFT}%
913     }}}}
914     \raisebox{4.2in}{%
915       \makebox[0pt]{%
916         \rotatebox[origin=c]{45}{%
917           \resizebox{!}{.6in}{%
918             {\watermarkfont \qquad\today}%
919     }}}}}
920   \AddToShipoutPicture{\watermark{}}
921 \fi
922 %    \end{macrocode}
923 %
924 %
925 % \subsubsection{\pkg{indentfirst}}
926 %
927 % Indent the first paragraph after sections etc.\ with
928 % \href{http://www.ctan.org/tex-archive/macros/latex/required/tools/}{\pkg{indentfirst}}.
929 %    \begin{macrocode}
930 \if@indentfirst
931   \RequirePackage{indentfirst}
932 \fi
933 %    \end{macrocode}
934 %
935 %
936 % \subsubsection{\pkg{geometry}}
937 %
938 % Setup page margins with
939 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/geometry/}{\pkg{geometry}}.
940 % From the Manual p5:
941 % \begin{itemize}
942 %   \item The left margin must be at least 1 1/2'' (1.5 inches)
943 %   throughout the document.
944 %   \item All other margins (top, bottom, and right) must be at least 1''.
945 % \end{itemize}
946 % And from the Manual 1.5 p4, Print Version:
947 % \begin{quote}
948 %   The paper size must be 8 1/2'' x 11''.
949 % \end{quote}
950 %    \begin{macrocode}
951 \RequirePackage[letterpaper,margin=1in,bindingoffset=0.5in]{geometry}
952 %    \end{macrocode}
953 % Note that we include the \pkg{geometry} package after loading \cls{book} to
954 % override the margin manipulation that takes place in \cls{book}.
955 %
956 %
957 % \subsubsection{\pkg{tocloft}}
958 %
959 % Typeset the table of contents, etc., with
960 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/tocloft/}{\pkg{tocloft}}.
961 %    \begin{macrocode}
962 \if@DUT@subfigopt
963   \RequirePackage[subfigure]{tocloft}
964 \else
965   \RequirePackage{tocloft}
966 \fi
967 %    \end{macrocode}
968 % The \Lopt{subfigure} option sets up \pkg{tocloft} for
969 % \pkg{subfig}/\pkg{subfigure} compatibility. See the
970 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/tocloft/tocloft.pdf}{%
971 %   \pkg{tocloft} manual, Section 2.1}
972 % for details.
973 %
974 % The configuration of \pkg{tocloft} takes place in Sections
975 % \ref{sec:implement-toc}, \ref{sec:implement-lof}, and
976 % \ref{sec:implement-lot}.
977 %
978 %
979 % \subsubsection{\pkg{caption}}
980 %
981 % Get nice caption formatting with
982 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/caption/}{\pkg{caption}}.
983 % From the Manual p5:
984 % \begin{itemize}
985 %   \item The left margin must be at least 1 1/2'' (1.5 inches)
986 %   throughout the document.
987 %   \item All other margins (top, bottom, and right) must be at least 1''.
988 % \end{itemize}
989 %    \begin{macrocode}
990 \RequirePackage[margin=10pt,labelfont=bf,labelsep=colon]{caption}
991 %    \end{macrocode}
992 % You can change these settings if you like using |\captionsetup|.
993 %
994 %
995 % \subsubsection{\pkg{floatrow}}
996 % \label{sec:floatrow}
997 %
998 % Enforce caption placement with
999 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/floatrow/}{\pkg{floatrow}}.
1000 % From the Manual 2.3 p6, ``Tables and Figures'', 
1001 % \begin{quote}
1002 %   \begin{itemize}
1003 %     \item Place figure captions below figures.
1004 %     \item Place table captions above tables.
1005 %   \end{itemize}
1006 % \end{quote}
1007 %    \begin{macrocode}
1008 \RequirePackage{floatrow}
1009 \floatsetup[table]{style=plaintop}
1010 \floatsetup{captionskip=10pt}
1011 \floatsetup[table]{captionskip=10pt}
1012 %    \end{macrocode}
1013 % Use \pkg{fr-subfig} for \pkg{floatrow}/\pkg{subfig} compatibility.
1014 % See the \pkg{floatrow} documentation (Sec.~7.1, ``The \pkg{subfig}
1015 % package'') and \pkg{subfig} documentation (Sec.~4.3,
1016 % ``\pkg{FloatRow} Package'') for details.
1017 %    \begin{macrocode}
1018 \if@DUT@subfigopt
1019   \RequirePackage{fr-subfig}
1020 \fi
1021 %    \end{macrocode}
1022 % We set up the three-line surrounding spaces in Section
1023 % \ref{sec:implement-floats}.
1024 %
1025 % You can change these settings using |\floatsetup|, but you probably
1026 % won't need to.
1027 %
1028 %
1029 % \subsubsection{\pkg{subfig}}
1030 % \label{sec:subfig}
1031 %
1032 % Allow multi-partfigures with
1033 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/subfig/}{\pkg{subfig}}.
1034 %    \begin{macrocode}
1035 \if@DUT@subfigopt
1036   \RequirePackage{subfig}
1037 \fi
1038 %    \end{macrocode}
1039 %
1040 %
1041 % \subsubsection{\pkg{fancyhdr}}
1042 % \label{sec:fancyhdr}
1043 %
1044 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/fancyhdr/}{\pkg{fancyhdr}}
1045 % for correct page numbering and fancy headers.
1046 % From the Manual 2.3 p5, ``Pagination''
1047 % \begin{quote}
1048 %   Place page numbers in the upper right-hand corner of the page,
1049 %   3/4'' from the top.
1050 % \end{quote}
1051 %    \begin{macrocode}
1052 \RequirePackage{fancyhdr}
1053 %    \end{macrocode}
1054 % Setup the standard |fancy| format.
1055 %    \begin{macrocode}
1056 \pagestyle{fancy}
1057 \fancyhf{}
1058 %    \end{macrocode}
1059 % Turn off the header rule by setting its width to $0$.
1060 %    \begin{macrocode}
1061 \renewcommand{\headrulewidth}{0pt}
1062 %    \end{macrocode}
1063 % 0.4 pt is \pkg{fancyhdr}'s default |\headrulewidth|, so we'll
1064 % recycle the value.
1065 %    \begin{macrocode}
1066 \renewcommand{\footrulewidth}{0.4pt}
1067 %    \end{macrocode}
1068 % |\leftmark| is the higher level mark, see |\chaptermark| below.
1069 % |\rightmark| is the lower level mark, see |\sectionmark| below.
1070 % We put the lower level mark to the outside because it changes more
1071 % often.  Page numbers also go on the outside.
1072 %    \begin{macrocode}
1073 \fancyfoot[RE,LO]{\scshape\leftmark}
1074 \fancyfoot[LE,RO]{\scshape\rightmark}
1075 \fancyhead[LE,RO]{\thepage}
1076 %    \end{macrocode}
1077 % Override the |plain| format (for part pages, etc.).
1078 %    \begin{macrocode}
1079 \fancypagestyle{plain}{
1080   \fancyhf{}
1081   \renewcommand{\footrulewidth}{0pt}
1082   \fancyhead[LE,RO]{\thepage}
1083 }
1084 %    \end{macrocode}
1085 % Keep the |empty| format at its default.
1086 %    \begin{macrocode}
1087 \fancypagestyle{empty}{
1088   \fancyhf{}
1089   \renewcommand{\footrulewidth}{0pt}
1090 }
1091 %    \end{macrocode}
1092 %
1093 % Note that the Chapter / Section footer is not required.  You can
1094 % remove the footer text and rule entirely with.
1095 % \begin{example}
1096 %   \renewcommand{\footrulewidth}{0pt}
1097 %   \fancyfoot[RE,LO]{}
1098 %   \fancyfoot[LE,RO]{}
1099 % \end{example}
1100 %
1101 %
1102 % \subsubsection{\pkg{ifpdf}}
1103 %
1104 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/}{\pkg{ifpdf}}
1105 % for detecting PDF drivers.  We use it to configure \pkg{hyperref} below.
1106 %    \begin{macrocode}
1107 \RequirePackage{ifpdf}
1108 %    \end{macrocode}
1109
1110 % \subsubsection{\pkg{hyperref}}
1111 %
1112 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/hyperref/}{\pkg{hyperref}}
1113 % for hyperlinks.  Not strictly necessary, but I can't imagine a
1114 % thesis without it.
1115 %    \begin{macrocode}
1116 \RequirePackage[final]{hyperref}
1117 %    \end{macrocode}
1118 % Nobody likes the default colored boxes.  Color the text itself.
1119 %    \begin{macrocode}
1120 \hypersetup{colorlinks}
1121 %    \end{macrocode}
1122 % If we're writing a PDF, we set the |pdfauthor|, etc.\ arguments in
1123 % |\author|, etc.\ to avoid using |\AtBeginDocument| or some such.
1124 %
1125 %
1126 % \subsection{\LaTeX\ overrides and extensions}
1127 %
1128 % Here we change the behavior of a bunch of macros and environments
1129 % from \file{latex.ltx} (generated by \file{format.ins} in
1130 % \href{http://www.ctan.org/tex-archive/macros/latex/base/}{\pkg{base}}).
1131 % We'll copy in their original notes along with their code, following
1132 % the relevant documentation an order given in \file{format.ins} and
1133 % the associated \file{*.dtx} files.
1134 %
1135 %
1136 % \subsubsection{\file{ltsect.dtx}}
1137 %
1138 % \begin{macro}{\title}
1139 % |\title| for use in |\maketitle|. If not given |\maketitle| will
1140 % produce a warning message (\file{ltsect.dtx}, L117).
1141 %
1142 % We extend |\title| to set \pkg{hyperref}'s |pdftitle|.
1143 % (\file{ltsect.dtx}, L117).
1144 %    \begin{macrocode}
1145 \let\DUT@title\title
1146 \renewcommand{\title}[1]{
1147   \DUT@title{#1}
1148   \ifpdf \hypersetup{pdftitle={\@title}} \fi
1149 }
1150 %    \end{macrocode}
1151 % \end{macro}
1152 %
1153 % \begin{macro}{\author}
1154 % |\author| for use in |\maketitle|.  If not given |\maketitle| will
1155 % produce a warning message (\file{ltsect.dtx}, L129).
1156 %
1157 % We extend |\author| to set \pkg{hyperref}'s |pdfauthor|.
1158 % (\file{ltsect.dtx}, L129).
1159 %    \begin{macrocode}
1160 \let\DUT@author\author
1161 \renewcommand{\author}[1]{
1162   \DUT@author{#1}
1163   \ifpdf \hypersetup{pdfauthor={\@author}} \fi
1164 }
1165 %    \end{macrocode}
1166 % \end{macro}
1167 %
1168 % In a similar vein, we some additional meta-info macros.
1169 %
1170 %  \begin{macro}{\defmonth}
1171 %  \begin{macro}{\@defmonth}
1172 % |\defmonth| (defense month) for use in |\maketitle|.  If not given
1173 % |\maketitle| will produce an error message.
1174 %    \begin{macrocode}
1175 \def\defmonth#1{\gdef\def@month{#1}}
1176 \def\def@month{\@latex@error{No \noexpand\defmonth given}\@ehc}
1177 %    \end{macrocode}
1178 %  \end{macro}
1179 %  \end{macro}
1180 %
1181 %  \begin{macro}{\defyear}
1182 %  \begin{macro}{\@defyear}
1183 % |\defyear| (defense year) for use in |\maketitle|.  If not given
1184 % |\maketitle| will produce an error message.
1185 %    \begin{macrocode}
1186 \def\defyear#1{\gdef\def@year{#1}}
1187 \def\def@year{\@latex@error{No \noexpand\defyear given}\@ehc}
1188 %    \end{macrocode}
1189 %  \end{macro}
1190 %  \end{macro}
1191 %
1192 %  \begin{macro}{\degree}
1193 %  \begin{macro}{\@degree}
1194 % |\degree| for use in |\maketitle|.  If not given |\maketitle| will
1195 % produce an error message.
1196 %    \begin{macrocode}
1197 \def\degree#1{\gdef\@degree{#1}
1198   \ifpdf \hypersetup{pdfsubject={\@degree}} \fi}
1199 \def\@degree{\@latex@error{No \noexpand\degree given}\@ehc}
1200 %    \end{macrocode}
1201 %  \end{macro}
1202 %  \end{macro}
1203 %
1204 %  \begin{macro}{\copyrighttext}
1205 %  \begin{macro}{\@copyrighttext}
1206 % |\copyrighttext| for use in |\makecopyright|.  There are a number of
1207 % blurbs predefined in Section \ref{sec:implement-copyright}.
1208 %    \begin{macrocode}
1209 \def\copyrighttext#1{\gdef\@copyrighttext{#1}}
1210 \def\@copyrighttext{All Rights Reserved.}
1211 %    \end{macrocode}
1212 %  \end{macro}
1213 %  \end{macro}
1214 %
1215 %  \begin{macro}{\advisor}
1216 %  \begin{macro}{\@advisor}
1217 % |\advisor| for use in |\maketitle|.  If not given |\maketitle| will
1218 % produce an error message.  We get a bit fancier here to support
1219 % multiple advisors.
1220 %    \begin{macrocode}
1221 \newcounter{advisors}
1222 \setcounter{advisors}{0}
1223 \newcommand\advisor[1]{%
1224   \ifx
1225 %    \end{macrocode}
1226 % If |#1| is |\empty|, this call is a no-op.
1227 %    \begin{macrocode}
1228     \empty{#1}
1229   \else
1230 %    \end{macrocode}
1231 % Save the advisors to |\@advisor@a|, |\@advisor@b|, \ldots.
1232 % |\alph{|\Lcount{COUNTER}|}| (\file{ltcounts.dtx}, L319) prints the
1233 %   value of \Lcount{COUNTER} as a lowercase letter: $1 =$~a, $2 =$~
1234 %   b, etc.
1235 %    \begin{macrocode}
1236     \stepcounter{advisors}
1237     \expandafter\gdef\csname @advisor@\alph{advisors}\endcsname{#1}
1238   \fi}
1239 \newcommand\@advisor{%
1240   \ifnum\c@advisors=0%
1241     \@latex@error{No \noexpand\advisor given}\@ehc%
1242   \else%
1243 %    \end{macrocode}
1244 % Start a group so \Lcount{advisor@loop} is released afterwards to
1245 % save memory.
1246 %    \begin{macrocode}
1247     \begingroup%
1248       \newcounter{advisor@loop}%
1249       \setcounter{advisor@loop}{1}%
1250 %    \end{macrocode}
1251 % Print the first advisor.
1252 %    \begin{macrocode}
1253       \csname @advisor@\alph{advisor@loop}\endcsname\relax%
1254 %    \end{macrocode}
1255 % For any remaining advisors\ldots
1256 %    \begin{macrocode}
1257       \loop\ifnum\c@advisor@loop<\c@advisors%
1258         \stepcounter{advisor@loop}%
1259 %    \end{macrocode}
1260 % Print the connecting text.
1261 %    \begin{macrocode}
1262         \ifnum\c@advisor@loop=\c@advisors%
1263           \ifnum\c@advisors=2%
1264 %    \end{macrocode}
1265 % The next advisor if the last of two.
1266 %    \begin{macrocode}
1267             {\ and\ }%
1268           \else%
1269 %    \end{macrocode}
1270 % The next advisor if the last of many.
1271 %    \begin{macrocode}
1272             {, and\ }%
1273           \fi%
1274         \else%
1275 %    \end{macrocode}
1276 % The next advisor is not the last.
1277 %    \begin{macrocode}
1278           {,\ }%
1279         \fi%
1280 %    \end{macrocode}
1281 % Print the advisor's name.
1282 %    \begin{macrocode}
1283         \csname @advisor@\alph{advisor@loop}\endcsname\relax%
1284       \repeat%
1285     \endgroup%
1286   \fi}
1287 %    \end{macrocode}
1288 %  \end{macro}
1289 %  \end{macro}
1290 %
1291 % \paragraph{baselineskip}
1292 % \label{sec:implement-line-spacing}
1293 %
1294 % \begin{macro}{\DUT@baselineskip}
1295 % Since we'll be messing with the spacing, save the single-spaced
1296 % baseline.
1297 %   \changes{0.3}{2010/01/13}{Use \\setlength to store the value at
1298 %     the default font.  The previous version used \\let, which made
1299 %     \\DUT\@baselineskip a synonym for \\baselineskip that changed
1300 %     with font size.}
1301 %    \begin{macrocode}
1302 \newlength\DUT@baselineskip
1303 \setlength\DUT@baselineskip\baselineskip
1304 %    \end{macrocode}
1305 % \end{macro}
1306 %
1307 % \begin{command}
1308 %   `\cs{set@lines@length}\marg{length}\marg{N}'
1309 % \end{command}
1310 % \begin{macro}{\set@lines@length}
1311 % Many specifications in the Manual refer to ``\meta{N} blank lines''.
1312 % |\set@lines@length| allows you to set a length to a given number of
1313 % lines, protecting against external |spacing| environments.  It
1314 % requires \pkg{calc} for the multiplication.
1315 %    \begin{macrocode}
1316 \newcommand{\set@lines@length}[2]{%
1317   \setlength{#1}{\DUT@baselineskip * {#2}}}
1318 %    \end{macrocode}
1319 % \end{macro}
1320 %
1321 %
1322 % Fix |\@ssect| and |\@sect| from \file{latex.ltx} to give single
1323 % spaced headings.
1324 %
1325 % \begin{macro}{\@sect}
1326 % Pseudocode for the |\@sect| command
1327 % \begin{example}
1328 % \@sect{NAME}{LEVEL}{INDENT}{BEFORESKIP}{AFTERSKIP}{STYLE}[ARG1]{ARG2}
1329 %           ==
1330 %   BEGIN
1331 %    IF LEVEL > \c@secnumdepth
1332 %      THEN \@svsec :=L null
1333 %      ELSE \refstepcounter{NAME}
1334 %           \@svsec :=L BEGIN \@seccntformat{#1}\relax END
1335 %    FI
1336 %    IF AFTERSKIP > 0
1337 %      THEN \begingroup
1338 %              STYLE
1339 %              \@hangfrom{\hskip INDENT\@svsec}
1340 %              {\interlinepenalty 10000 ARG2\par}
1341 %           \endgroup
1342 %           \NAMEmark{ARG1}
1343 %           \addcontentsline{toc}{NAME}
1344 %              { IF  LEVEL > \c@secnumdepth
1345 %                  ELSE \protect\numberline{\theNAME}  FI
1346 %                ARG1 }
1347 %      ELSE \@svsechd == BEGIN  STYLE
1348 %                               \hskip INDENT\@svsec
1349 %                               ARG2
1350 %                               \NAMEmark{ARG1}
1351 %                               \addcontentsline{toc}{NAME}
1352 %                                  { IF  LEVEL > \c@secnumdepth
1353 %                                      ELSE 
1354 %                                        \protect\numberline{\theNAME}
1355 %                                      FI
1356 %                                    ARG1 }
1357 %                        END
1358 %    FI
1359 %    \@xsect{AFTERSKIP}
1360 % END
1361 % \end{example}
1362 % (\file{ltsect.dtx}, L295).
1363 %    \begin{macrocode}
1364 \def\@sect#1#2#3#4#5#6[#7]#8{%
1365   \ifnum #2>\c@secnumdepth
1366     \let\@svsec\@empty
1367   \else
1368     \refstepcounter{#1}%
1369     \protected@edef\@svsec{\@seccntformat{#1}\relax}%
1370   \fi
1371   \@tempskipa #5\relax
1372   \ifdim \@tempskipa>\z@
1373     \begingroup
1374 %    \end{macrocode}
1375 % Here we deviate from \file{ltsect.dtx} to ensure single spacing for
1376 % the section title.
1377 %    \begin{macrocode}
1378       \setstretch{\@ssp}%
1379       #6{%
1380         \@hangfrom{\hskip #3\relax\@svsec}%
1381           \interlinepenalty \@M #8\@@par}%
1382     \endgroup
1383     \csname #1mark\endcsname{#7}%
1384     \addcontentsline{toc}{#1}{%
1385       \ifnum #2>\c@secnumdepth \else
1386         \protect\numberline{\csname the#1\endcsname}%
1387       \fi
1388       #7}%
1389   \else
1390     \def\@svsechd{%
1391       #6{\hskip #3\relax
1392       \@svsec #8}%
1393       \csname #1mark\endcsname{#7}%
1394       \addcontentsline{toc}{#1}{%
1395         \ifnum #2>\c@secnumdepth \else
1396           \protect\numberline{\csname the#1\endcsname}%
1397         \fi
1398         #7}}%
1399   \fi
1400   \@xsect{#5}}
1401 %    \end{macrocode}
1402 % \end{macro}
1403 %
1404 % \begin{macro}{\@ssect}
1405 % Pseudocode for the |\@ssect| command
1406 % \begin{example}
1407 % \@ssect{INDENT}{BEFORESKIP}{AFTERSKIP}{STYLE}{ARG} ==
1408 %   BEGIN
1409 %    IF AFTERSKIP > 0
1410 %      THEN \begingroup
1411 %             STYLE
1412 %             \@hangfrom{\hskip INDENT}{\interlinepenalty 10000 ARG\par}
1413 %           \endgroup
1414 %      ELSE \@svsechd == BEGIN STYLE
1415 %                              \hskip INDENT
1416 %                              ARG
1417 %                        END
1418 %    FI
1419 %    \@xsect{AFTERSKIP}
1420 %   END
1421 % \end{example}
1422 % (\file{ltsect.dtx}, L521).
1423 %    \begin{macrocode}
1424 \def\@ssect#1#2#3#4#5{%
1425   \@tempskipa #3\relax
1426   \ifdim \@tempskipa>\z@
1427     \begingroup
1428 %    \end{macrocode}
1429 % Here we deviate from \file{ltsect.dtx} to ensure single spacing for
1430 % the section title.
1431 %    \begin{macrocode}
1432       \setstretch{\@ssp}%
1433       #4{%
1434         \@hangfrom{\hskip #1}%
1435           \interlinepenalty \@M #5\@@par}%
1436     \endgroup
1437   \else
1438     \def\@svsechd{#4{\hskip #1\relax #5}}%
1439   \fi
1440   \@xsect{#3}}
1441 %    \end{macrocode}
1442 % \end{macro}
1443 %
1444 %
1445 % \subsubsection{\file{ltbibl.dtx}}
1446 %
1447 % \DescribeMacro{\bibliography}
1448 % \DescribeEnv{thebibliography}
1449 % A bibliography is created by the |thebibliography| environment, which
1450 % generates a title such as ``Bibliography'', and a list of entries.
1451 % The \BibTeX\ program will create a file containing such an
1452 % environment, which will be read in by the |\bibliography| command.
1453 % With \BibTeX, the following commands will be used.
1454 %
1455 % The document class must define the thebibliography environment.  This
1456 % environment has a single argument, which is the widest bibliography
1457 % label-- e.g., if the [Knuth67] is the widest entry, then this
1458 % argument will be Knuth67.  The |\thebibliography| command must begin
1459 % a list  environment, which the |\endthebibliography| command ends.
1460 %
1461 % \begin{macro}{\bibliography}
1462 % |\bibliography|\marg{file1,file2,\ldots,filen} : specifies
1463 %   the bibdata files.  Writes a |\bibdata| entry on the |.aux| file
1464 %   and tries to read in |mainfile.bbl|.
1465 %
1466 % We don't need to change it, but it explains why we need to override
1467 % |thebibliography| even when we don't use it directly.
1468 % (\file{ltbibl.dtx}, L284).
1469 %    \begin{macrocode}
1470 %\def\bibliography#1{%
1471 %  \if@filesw
1472 %    \immediate\write\@auxout{\string\bibdata{#1}}%
1473 %  \fi
1474 %  \@input@{\jobname.bbl}
1475 %}
1476 %    \end{macrocode}
1477 % \end{macro}
1478 %
1479 %
1480 % \subsubsection{\file{ltoutput.dtx}}
1481 %
1482 % \begin{macro}{\DUT@clearpage}
1483 % \begin{macro}{\DUT@cleardoublepage}
1484 % Versions of |\clear*page| that only work when |\if@final| is true
1485 % (\file{ltoutput.dtx}, L877 and L904).
1486 %    \begin{macrocode}
1487 \newcommand\DUT@clearpage{\if@final \clearpage \fi}
1488 \newcommand\DUT@cleardoublepage{\if@final \cleardoublepage \fi}
1489 %    \end{macrocode}
1490 % \end{macro}
1491 % \end{macro}
1492 %
1493 % \begin{macro}{\blankpage}
1494 % Add a useful extension to insert a blank page without numbering.
1495 % In draft mode, this macro is a no-op.
1496 %    \begin{macrocode}
1497 \newcommand\blankpage{%
1498   \if@final
1499     \DUT@clearpage
1500     \thispagestyle{empty}
1501     \hphantom{0}
1502     \DUT@clearpage
1503   \else\fi
1504 }
1505 %    \end{macrocode}
1506 % \end{macro}
1507 %
1508 %
1509 % \begin{command}
1510 %   `\cs{blanklines}\marg{N}'
1511 %   `\cs{blanklines*}\marg{N}'
1512 % \end{command}
1513 % \begin{macro}{\blanklines}
1514 % Insert \meta{N} blank lines.  The starred forms use |\vspace|, which
1515 % inserts space even at the start and end of pages.  The |p| forms
1516 % add a trailing |\par|.  \emph{I'm still trying to get this part working
1517 % cleanly\ldots}
1518 %    \begin{macrocode}
1519 \newlength\DUT@blanklines@length
1520 \newcommand{\@blanklines@setup}[1]{%
1521   \set@lines@length{\DUT@blanklines@length}{#1}%
1522   %\typeout{BLANKLINES -- #1}%
1523   %\showthe\DUT@blanklines@length
1524 }
1525 \newcommand{\blanklines}{\@ifstar\@sblanklines\@blanklines}
1526 \newcommand{\@blanklines}[1]{%
1527   \@blanklines@setup{#1}%
1528   \vspace{\DUT@blanklines@length}}
1529 \newcommand{\@sblanklines}[1]{%
1530   \@blanklines@setup{#1}%
1531   \vspace*{\DUT@blanklines@length}}
1532 \newcommand{\blanklinesp}{\@ifstar\@sblanklines\@blanklines}
1533 \newcommand{\@blanklinesp}[1]{%
1534   \@blanklines@setup{#1}%
1535   \vspace{\DUT@blanklines@length}\par}
1536 \newcommand{\@sblanklinesp}[1]{%
1537   \@blanklines@setup{#1}%
1538   \vspace*{\DUT@blanklines@length}\par}
1539 %    \end{macrocode}
1540 % \end{macro}
1541 %
1542 %
1543 % \subsection{\cls{book} overrides and extensions}
1544 %
1545 % Here we change the behavior of a bunch of macros and environments from
1546 % \cls{book} (generated by \file{classes.ins} from \file{classes.dtx}) in
1547 % \href{http://www.ctan.org/tex-archive/macros/latex/base/}{\pkg{base}}).
1548 % We'll copy in their original notes along with their code, following
1549 % the relevant documentation an order given in \file{classes.dtx}.
1550 %
1551 %
1552 % \subsubsection{Floats on a text page}
1553 % \label{sec:implement-floats}
1554 %
1555 % \begin{macro}{\floatsep}
1556 % \begin{macro}{\textfloatsep}
1557 % When a floating object is placed on a page with text, these
1558 % parameters control the separation between the float and the other
1559 % objects on the page.
1560 %
1561 % |\floatsep| is the space between adjacent floats that are moved
1562 % to the top or bottom of the text page.
1563 %
1564 % |\textfloatsep| is the space between the main text and floats
1565 % at the top or bottom of the page.
1566 %
1567 % |\intextsep| is the space between in-text floats and the text.  We
1568 % don't bother overriding this one, because we've handled it with
1569 % \pkg{floatrow} in Section \ref{sec:floatrow}.
1570 %
1571 % From the Manual 2.3 p6, ``Tables and Figures''
1572 % \begin{quote}
1573 %   Insert at least 3 single-spaced lines of space above table
1574 %   captions and figures and below figure captions, tables, and other
1575 %   graphics.
1576 % \end{quote}
1577 % (\file{classes.dtx}, L1426)
1578 %    \begin{macrocode}
1579 \set@lines@length{\floatsep}{\@ssp}
1580 \set@lines@length{\textfloatsep}{\@tsp}
1581 %    \end{macrocode}
1582 % \end{macro}
1583 % \end{macro}
1584 %
1585 %
1586 % \subsubsection{The title}
1587 %
1588 % \begin{macro}{\maketitle}
1589 % Automate the creation of the title page.
1590 % From Manual 3.1 p8, ``Title Page'', and the example on p16.
1591 % \begin{itemize}
1592 %   \item This page is counted but not numbered (it counts as page i,
1593 %   but should not have a page number).  TODO: How is this implemented?
1594 % \end{itemize}
1595 % Our definition simplifies \cls{book}'s by ignoring footnotes.
1596 % (\file{classes.dtx}, L1796)
1597 %    \begin{macrocode}
1598 \renewcommand\maketitle{
1599   \begin{titlepage}%
1600 %    \end{macrocode}
1601 % Add some bookmarks if we're using pdf\LaTeX.  The |frontmatter|
1602 % bookmark is set at the \emph{part} level (-1) to hold all bookmarks
1603 % from the |preamble| environment, since those entries are all
1604 % chapters.
1605 %    \begin{macrocode}
1606     \ifpdf
1607       \pdfbookmark[-1]{Frontmatter}{Frontmatter}
1608       \pdfbookmark[0]{Title Page}{Title Page}
1609     \fi
1610 %    \end{macrocode}
1611 % Add some stretchy space to center the title vertically if we're not
1612 % in draft mode.
1613 %    \begin{macrocode}
1614     \if@final \vspace*{\fill} \fi
1615 %    \end{macrocode}
1616 % Here is the title text itself.
1617 %    \begin{macrocode}
1618     \begin{center}%
1619       {\setstretch{\@tsp} \bfseries \@title \par}%
1620 %    \end{macrocode}
1621 % We want two blank lines (triple spacing) between the title and the
1622 % remaining material, so add three but don't end the paragraph.
1623 %    \begin{macrocode}
1624       \blanklines{\@tsp}%
1625       \setstretch{\@dsp}%
1626       A Thesis\\
1627       Submitted to the Faculty\\
1628       of\\
1629       Drexel University\\
1630       by\\
1631       \@author\\
1632       in partial fulfillment of the\\
1633       requirements for the degree\\
1634       of\\
1635       \@degree\\
1636       \def@month\ \def@year
1637     \end{center}\par
1638 %    \end{macrocode}
1639 % Some more stretchy space for the bottom if we're not in draft mode.
1640 %    \begin{macrocode}
1641 %    \end{macrocode}
1642 % Add some stretchy space to center the title vertically if we're not
1643 % in draft mode.
1644 %    \begin{macrocode}
1645     \if@final \vspace*{\fill} \fi
1646   \end{titlepage}%
1647 %    \end{macrocode}
1648 % And that's it.  We reset the footnote counter for the rest of the
1649 % document and save space by freeing the memory associated with the
1650 % |\maketitle| and |\and| macros (by setting them equal to |\relax|).
1651 %    \begin{macrocode}
1652   \setcounter{footnote}{0}%
1653   \global\let\maketitle\relax
1654   \global\let\and\relax
1655 }
1656 %    \end{macrocode}
1657 % \end{macro}
1658 %
1659 %
1660 % \subsubsection{Copyright pages}
1661 % \label{sec:implement-copyright}
1662 %
1663 % \begin{macro}{\makecopyright}
1664 % The Manual allows for the selection of different copyrights, so we
1665 % define a base macro that generates a proper copyright page
1666 % containing |\@copyrighttext|, which the user can set with
1667 % |\copyrighttext|.
1668 % From Manual 3.2 p9, ``Copyright Page''.
1669 % \begin{itemize}
1670 %   \item Include a copyright page with the following information: a
1671 %   copyright notice, full legal name of author, and date of
1672 %   publication on file.
1673 %   \item This page is neither counted nor numbered.
1674 % \end{itemize}
1675 % In final mode, we start off on a new page and center the blurb.
1676 % In draft mode, we dive right into the text.
1677 %    \begin{macrocode}
1678 \newcommand\makecopyright{%
1679   \DUT@clearpage
1680 %    \end{macrocode}
1681 % If we're using pdf\LaTeX, add a bookmark.
1682 %    \begin{macrocode}
1683   \ifpdf \pdfbookmark[0]{Copyright Page}{Copyright Page} \fi
1684   \if@final \vspace*{\fill} \fi
1685   \begin{center}
1686     \copyright~Copyright \def@year\\
1687     \@author.  \@copyrighttext
1688   \end{center}
1689   \if@final \vspace*{\fill} \else \blanklinesp{2} \fi
1690 %    \end{macrocode}
1691 % Turn off page numbering for this page.
1692 %    \begin{macrocode}
1693   \thispagestyle{empty}
1694 }
1695 %    \end{macrocode}
1696 % \end{macro}
1697 %
1698 % \begin{macro}{\copyrighttextCC}
1699 % The Creative Commons license.
1700 %    \begin{macrocode}
1701 \newcommand\copyrighttextCC{
1702   \begin{quote}
1703     This work is licensed under the terms of the Creative Commons
1704     Attribution-ShareAlike license.  The license is available at \\
1705     \url{http://creativecommons.org/licenses/by-sa/3.0/}.
1706   \end{quote}
1707 }
1708 %    \end{macrocode}
1709 % \end{macro}
1710 %
1711 %
1712 % \subsubsection{Mark commands}
1713 %
1714 % Default initializations of |\*mark| commands.  These commands
1715 % are used in the definition of the page styles.
1716 %
1717 % \begin{macro}{\chaptermark}
1718 % Setup colon rather than period separated chapter marks.
1719 % (\file{classes.dtx}, L2053)
1720 %    \begin{macrocode}
1721 \renewcommand\chaptermark[1]{%
1722   \markboth {%
1723     \ifnum \c@secnumdepth >\m@ne
1724       \if@mainmatter
1725         \@chapapp\ \thechapter: \ %
1726       \fi
1727     \fi
1728     #1}{}}
1729 %    \end{macrocode}
1730 % \end{macro}
1731 %
1732 % \begin{macro}{\schaptermark}
1733 % Setup unnumbered chapter marks for \pkg{fancyhdr}.
1734 %    \begin{macrocode}
1735 \newcommand\schaptermark[1]{\markboth{#1}{}}
1736 %    \end{macrocode}
1737 % \end{macro}
1738 %
1739 % \begin{macro}{\sectionmark}
1740 % Setup space rather than period separated section marks.
1741 % (\file{classes.dtx}, L2054)
1742 %    \begin{macrocode}
1743 \renewcommand{\sectionmark}[1]{%
1744   \markright {%
1745     \ifnum \c@secnumdepth >\z@
1746       \thesection \ %
1747     \fi
1748     #1}}
1749 %    \end{macrocode}
1750 % \end{macro}
1751 %
1752 %
1753 % \subsubsection{Front Matter, Main Matter, and Back Matter}
1754 %
1755 % A book contains these three (logical) sections. The switch
1756 % |\@mainmatter| is true iff we are processing Main Matter.  When this
1757 % switch is false, the |\chapter| command does not print chapter
1758 % numbers.
1759 %
1760 % \begin{macro}{\mainmatter}
1761 % This command clears the page (in final mode), starts arabic page
1762 % numbering and turns on chapter numbering.  Since this restarts the
1763 % page numbering from 1, it should also ensure that a recto page is
1764 % used.
1765 %
1766 % We replace \cls{book}'s |\clear*page| calls with |\DUT@clearpage| calls.
1767 % (\file{classes.dtx}, L2211)
1768 %    \begin{macrocode}
1769 \renewcommand\mainmatter{%
1770   \DUT@cleardoublepage
1771   \@mainmattertrue
1772   \pagenumbering{arabic}}
1773 %    \end{macrocode}
1774 % \end{macro}
1775 %
1776 %
1777 % \subsubsection{Parts}
1778 %
1779 % \begin{macro}{\part}
1780 % The command to start a new part of our document.
1781 %
1782 % We start a new (righthand) page and use the \pstyle{plain}
1783 % pagestyle, replacing \cls{book}'s |\clear*page| calls with
1784 % |\DUT@clearpage| calls and dropping twopage code.
1785 % (\file{classes.dtx}, L2249)
1786 %    \begin{macrocode}
1787 \renewcommand\part{%
1788   \if@openright
1789     \DUT@cleardoublepage
1790   \else
1791     \DUT@clearpage
1792   \fi
1793   \thispagestyle{plain}%
1794   \@tempswafalse
1795 %    \end{macrocode}
1796 % Add some stretchy space for vertical centering if we're in final mode.
1797 %    \begin{macrocode}
1798   \if@final \null\vfil \fi
1799 %    \end{macrocode}
1800 % Here we use |\secdef| to indicate which commands to use to make
1801 % the actual heading.
1802 %    \begin{macrocode}
1803   \secdef\@part\@spart}
1804 %    \end{macrocode}
1805 % \end{macro}
1806 %
1807 % \begin{macro}{\@part}
1808 % This macro does the actual formatting of the title of the part.  We
1809 % replace \cls{book}'s |\Huge| with |\large|, and make use of
1810 % |\numberline| for consistent spacing.
1811 %
1812 % When \Lcount{secnumdepth} is larger than $-2$, we have a numbered
1813 % part, otherwise it is unnumbered.
1814 % (\file{classes.dtx}, L2310)
1815 %    \begin{macrocode}
1816 \def\@part[#1]#2{%
1817     \ifnum \c@secnumdepth >-2\relax
1818       \refstepcounter{part}%
1819       \addcontentsline{toc}{part}%
1820         {\protect\numberline{\thepart}#1}%
1821     \else
1822       \addcontentsline{toc}{part}{#1}%
1823     \fi
1824 %    \end{macrocode}
1825 % We empty the mark registers and center the title on the page.
1826 % Also we prevent breaking between lines and reset the font.
1827 %    \begin{macrocode}
1828     \markboth{}{}%
1829     {\centering
1830      \interlinepenalty \@M
1831      \normalfont
1832 %    \end{macrocode}
1833 % When this is a numbered part we have to print the number.
1834 %    \begin{macrocode}
1835      \ifnum \c@secnumdepth >-2\relax
1836        \large\bfseries \partname\nobreakspace\thepart
1837        \par
1838 %    \end{macrocode}
1839 % We leave some space before we print the title and leave the
1840 % finishing up to |\@endpart|.
1841 %    \begin{macrocode}
1842        \vskip 20\p@
1843      \fi
1844      \large \bfseries #2\par}%
1845     \@endpart}
1846 %    \end{macrocode}
1847 % \end{macro}
1848 %
1849 % \begin{macro}{\@spart}
1850 % This macro does the actual formatting of the title of the part
1851 % when the star form of the user command was used. In this case we
1852 % \emph{never} print a number. Otherwise the formatting is the
1853 % same.
1854 % (\file{classes.dtx}, L2402)
1855 %    \begin{macrocode}
1856 \def\@spart#1{%
1857     {\centering
1858      \interlinepenalty \@M
1859      \normalfont
1860      \large \bfseries #1\par}%
1861     \@endpart}
1862 %    \end{macrocode}
1863 % \end{macro}
1864 %
1865 % \begin{macro}{\@endpart}
1866 % This macro finishes the part page, for both |\@part| and |\@spart|.
1867 % We drop \cls{book}'s twoside handling.
1868 % If |\if@final| is true, we fill the current page.
1869 % (\file{classes.dtx}, L2435)
1870 %    \begin{macrocode}
1871 \def\@endpart{
1872   \if@final \vfil\newpage \fi
1873 %    \end{macrocode}
1874 % Then, when we are in twosided mode and the chapters are supposed to
1875 % be on the right hand sides, we produce a completely blank page.  We
1876 % don't need to check |\if@final| here, because \Lopt{draftspace} set
1877 % |\@openrighttrue|.
1878 %    \begin{macrocode}
1879   \if@twoside
1880     \if@openright
1881       \null
1882       \thispagestyle{empty}%
1883       \newpage
1884     \fi
1885   \fi}
1886 %    \end{macrocode}
1887 % \end{macro}
1888 %
1889 %
1890 % \subsubsection{Chapters}
1891 % \label{sec:implement-chapters}
1892 %
1893 % \begin{macro}{\chapter}
1894 % \cls{book} always starts a chapter on a new page, but we don't want
1895 % to do that if we're in draft mode.
1896 % (\file{classes.dtx}, L2472).
1897 %    \begin{macrocode}
1898 \renewcommand\chapter{%
1899   \if@openright\DUT@cleardoublepage\else\DUT@clearpage\fi
1900   \thispagestyle{plain}%
1901 %    \end{macrocode}
1902 % Then we prevent floats from appearing at the top of this page
1903 % because it looks weird to see a floating object above a chapter
1904 % title.
1905 %    \begin{macrocode}
1906   \global\@topnum\z@
1907 %    \end{macrocode}
1908 % Then we suppress the indentation of the first paragraph by
1909 % setting the switch |\@afterindent| to false. We use |\secdef|
1910 % to specify the macros to use for actually setting the chapter
1911 % title.
1912 %    \begin{macrocode}
1913   \@afterindentfalse
1914   \secdef\@chapter\@schapter}
1915 %    \end{macrocode}
1916 % \end{macro}
1917 %
1918 % \begin{macro}{\listed@schapter}
1919 % |\chapter| declares numbered chapters, which are listed in the table
1920 % of contents.
1921 % |\chapter*| declares unnumbered chapters, which are \emph{not}
1922 % listed in the TOC.
1923 % |\listed@schapter| declares an unnumbered chapter that \emph{is}
1924 % listed in the TOC.
1925 %    \begin{macrocode}
1926 \newcommand\listed@schapter[1]{%
1927   \if@openright\DUT@cleardoublepage\else\DUT@clearpage\fi
1928   \thispagestyle{plain}%
1929   \global\@topnum\z@
1930   \phantomsection
1931   \addcontentsline{toc}{chapter}{#1}
1932   \@afterindentfalse
1933   \@schapter{#1}}
1934 %    \end{macrocode}
1935 % \end{macro}
1936 %
1937 % \begin{macro}{\@chapter}
1938 % This macro is called when we have a numbered chapter. When
1939 % \Lcount{secnumdepth} is larger than $-1$ and |\@mainmatter| is true,
1940 % we display the chapter number.
1941 % We drop \cls{book}'s \Lopt{twocolumn} code. 
1942 % (\file{classes.dtx}, L2496).
1943 % \begin{macrocode}
1944 \def\@chapter[#1]#2{
1945 % \end{macrocode}
1946 % Inform the user that a new chapter is about to be typeset by writing
1947 % a message to the terminal.
1948 % \begin{macrocode}
1949   \typeout{\@chapapp\space\thechapter. #1}%
1950   \ifnum \c@secnumdepth >\m@ne
1951     \if@mainmatter
1952       \refstepcounter{chapter}%
1953       \addcontentsline{toc}{chapter}{\protect\numberline{\thechapter}#1}%
1954     \else
1955       \addcontentsline{toc}{chapter}{#1}%
1956     \fi
1957   \else
1958     \addcontentsline{toc}{chapter}{#1}%
1959   \fi
1960 %    \end{macrocode}
1961 % After having written an entry to the table of contents we store
1962 % the (alternative) title of this chapter with |\chaptermark|.
1963 %    \begin{macrocode}
1964   \chaptermark{#1}%
1965 %    \end{macrocode}
1966 % For nicer lists of figures and tables, we could add some white space
1967 % to separate the chapters.  However, nice lists $\neq$~Manual
1968 % specifications.
1969 %    \begin{macrocode}
1970 %  \addtocontents{lof}{\protect\addvspace{10\p@}}%
1971 %  \addtocontents{lot}{\protect\addvspace{10\p@}}%
1972 %    \end{macrocode}
1973 % Then we call upon |\@makechapterhead| to format the actual chapter
1974 % title.  |\@afterheading| which takes care of suppressing the
1975 % indentation.
1976 %    \begin{macrocode}
1977   \@makechapterhead{#2}%
1978   \@afterheading}
1979 %    \end{macrocode}
1980 % \end{macro}
1981 %
1982 % \begin{macro}{\@makechapterhead}
1983 % The |\@chapter| macro uses |\@makechapterhead|\meta{text} to format
1984 % the heading of the chapter.
1985 % From the Manual 3.11 p11.
1986 % \begin{quote}
1987 %   Chapter headings must be bold and centered.
1988 %   The chapter number and title must be on the same line, separated
1989 %   by a colon or period, as shown in the example below:
1990 %   \begin{center}
1991 %     CHAPTER 1: INTRODUCTION
1992 %   \end{center}
1993 %   Headings must not be larger than 12 points.
1994 %   Headings must be single spaced.
1995 % \end{quote}
1996 % \cls{book} sets |\@chapapp| and |\thechapter| (e.g.\ ``Chapter 5'')
1997 % on a line above the chapter title, but that doesn't match the
1998 % Manual's specification.
1999 %
2000 % We begin by leaving some white space. The we open a group in which
2001 % we have a paragraph indent of 0pt, and in which we have the text set
2002 % ragged right. We also reset the font.
2003 % (\file{classes.dtx}, L2540).
2004 %    \begin{macrocode}
2005 \def\@makechapterhead#1{%
2006 %    \end{macro}
2007 % Adding even a \vspace*{0\p@} here seems to increase the vertical
2008 % space above the chapter heading by two lines.  I'm not sure why.
2009 % Workaround is to pass the ``value of blanklines you want minus two''
2010 % to |\blanklines*|.  HACK!
2011 %    \begin{macro}
2012   \blanklines*{-1}%
2013   {\parindent \z@ \raggedright \normalfont
2014 %    \end{macrocode}
2015 % Ensure single spacing.
2016 %    \begin{macrocode}
2017     \setstretch{\@ssp}%
2018 %    \end{macrocode}
2019 % Prevent a pagebreak from occuring in the middle of or after the title.
2020 %    \begin{macrocode}
2021     \interlinepenalty\@M
2022 %    \end{macrocode}
2023 % Check whether the number of the chapter has to be printed.
2024 %    \begin{macrocode}
2025     \ifnum \c@secnumdepth >\m@ne
2026 %    \end{macrocode}
2027 % Check whether there \emph{is} a number to be printed.
2028 %    \begin{macrocode}
2029       \if@mainmatter
2030 %    \end{macrocode}
2031 % Setup a ``Chapter \#: Title'' heading.
2032 %    \begin{macrocode}
2033         \center \large \bfseries \@chapapp{} \thechapter: #1\par\nobreak
2034       \else
2035 %    \end{macrocode}
2036 % Setup a ``Title'' heading.
2037 %    \begin{macrocode}
2038         \center \large \bfseries #1\par\nobreak
2039       \fi
2040     \else
2041       \center \large \bfseries #1\par\nobreak
2042     \fi
2043 %    \end{macrocode}
2044 % Put a little space before the chapter body.  We use four blank lines
2045 % to comply with the Manual 3.13 p12
2046 % \begin{quote}
2047 %   Begin the list of sources four spaces below the heading.
2048 % \end{quote}
2049 %    \begin{macrocode}
2050     \blanklines{4}
2051   }
2052 }
2053 %    \end{macrocode}
2054 % \end{macro}
2055 %
2056 % \begin{macro}{\@schapter}
2057 % This macro is called when we have an unnumbered chapter.  We drop
2058 % \file{classes.dtx}'s \Lopt{twocolumn} code and set marks for
2059 % \pkg{fancyhdr}.
2060 % (\file{classes.dtx}, L2582).
2061 %    \begin{macrocode}
2062 \def\@schapter#1{\schaptermark{#1}%
2063                  \@makeschapterhead{#1}%
2064                  \@afterheading}
2065 %    \end{macrocode}
2066 % \end{macro}
2067 %
2068 % \begin{macro}{\@makeschapterhead}
2069 % The macro above uses |\@makeschapterhead|\meta{text} to format
2070 % the heading of the chapter. It is similar to |\@makechapterhead|
2071 % except that it never has to print a chapter number.
2072 % (\file{classes.dtx}, L2595).
2073 %    \begin{macrocode}
2074 \def\@makeschapterhead#1{%
2075   \blanklines*{-1}% HACK!
2076   {\parindent \z@ \raggedright \normalfont
2077     \setstretch{\@ssp}%
2078     \interlinepenalty\@M
2079     \center \large \bfseries  #1\par\nobreak
2080     \blanklines{4}%
2081   }
2082 }
2083 %    \end{macrocode}
2084 % \end{macro}
2085 %
2086 %
2087 % \subsubsection{Lower level headings}
2088 %
2089 % \begin{macro}{\section}
2090 % Setup section headings in |\large| rather than \cls{book}'s
2091 % |\Large|.
2092 % (\file{classes.dtx}, L2623).
2093 %    \begin{macrocode}
2094 \renewcommand\section{%
2095   \@startsection {section}{1}{\z@}%
2096     {-3.5ex \@plus -1ex \@minus -.2ex}%
2097     {2.3ex \@plus.2ex}%
2098     {\normalfont\large\bfseries}}
2099 %    \end{macrocode}
2100 % \end{macro}
2101 %
2102 %
2103 % \subsubsection{Defining new environments}
2104 %
2105 % We don't override any of \cls{book}'s environments, but this is
2106 % where \file{classes.dtx} defines its environments (L2996), so we'll put
2107 % ours here too.
2108 %
2109 % \begin{environment}{preamble}
2110 %    \begin{macrocode}
2111 \newenvironment{preamble}{%
2112   \cleardoublepage
2113   \@mainmatterfalse
2114   \pagenumbering{roman}
2115 %    \end{macrocode}
2116 % From Manual 3.1 p8, ``Title Page''.
2117 %    \begin{macrocode}
2118   \maketitle
2119 %    \end{macrocode}
2120 % From Manual 3.2 p9, ``Copyright Page''.
2121 %    \begin{macrocode}
2122   \makecopyright
2123 }{%
2124 %    \end{macrocode}
2125 % From the Manual 3.9, p11:
2126 % \begin{quote}
2127 %   Include a blank page (with no page number) before the first page
2128 %   of text.  The blank page is neither numbered nor counted.
2129 % \end{quote}
2130 %    \begin{macrocode}
2131   \blankpage
2132 }
2133 %    \end{macrocode}
2134 % \end{environment}
2135 %
2136 % \begin{environment}{dedications}
2137 % From the Manual 3.3 p9
2138 % \begin{itemize}
2139 %   \item The heading |Dedications| must appear at the top of the
2140 %   page.  The heading must be bold, centered, and without
2141 %   punctuation.
2142 %   \item This page is counted and numbered in lowercase Roman numerals.
2143 % \end{itemize}
2144 %    \begin{macrocode}
2145 \newenvironment{dedications}{%
2146   \DUT@clearpage
2147   \ifpdf
2148     \phantomsection
2149     \pdfbookmark[0]{\dedicationsname}{\dedicationsname}
2150   \fi
2151   \chapter*{\dedicationsname}
2152   \setstretch{\@dsp}%
2153 }{%
2154   \setstretch{\@ssp}%
2155 }
2156 %    \end{macrocode}
2157 % \end{environment}
2158 %
2159 % \begin{environment}{acknowledgments}
2160 % From the Manual 3.4 p9
2161 % \begin{itemize}
2162 %   \item The heading |Acknowledgments| must appear at the top of the
2163 %   page.  The heading must be bold, centered, and without
2164 %   punctuation.
2165 %   \item This page is counted and numbered in lowercase Roman numerals.
2166 % \end{itemize}
2167 %    \begin{macrocode}
2168 \newenvironment{acknowledgments}{%
2169   \DUT@clearpage
2170   \ifpdf
2171     \phantomsection
2172     \pdfbookmark[0]{\acknowledgmentsname}{\acknowledgmentsname}
2173   \fi
2174   \chapter*{\acknowledgmentsname}
2175   \setstretch{\@dsp}%
2176 }{%
2177   \setstretch{\@ssp}%
2178 }
2179 %    \end{macrocode}
2180 % \end{environment}
2181 %
2182 % \begin{environment}{abstract}
2183 %    \begin{macrocode}
2184 \newenvironment{abstract}{%
2185   \listed@schapter{\abstractname}%
2186 %    \end{macrocode}
2187 % Suck up some blank space to position the rest of the header right
2188 % under the chapter title.
2189 %    \begin{macrocode}
2190   \blanklines{-4}%
2191 %    \end{macrocode}
2192 % From the Manual 3.9 p10
2193 % \begin{quote}
2194 %   \begin{itemize}
2195 %     \item The following heading must be centered at the top of the page
2196 %       \begin{center}
2197 %         Abstract \\
2198 %         Full Title of Dissertation or Thesis \\
2199 %         Author's Name as it appears on the Dissertation or Thesis
2200 %       \end{center}
2201 %       In the example on p20, they list the advisor's name after the
2202 %       author, but that is not specified in the text on p10.
2203 %     \item The text begins four lines below this heading.
2204 %   \end{itemize}
2205 % \end{quote}
2206 % On p20
2207 % \begin{quote}
2208 %   \begin{itemize}
2209 %     \item These pages are numbered using lowercase Roman numerals.
2210 %     \item Note that the heading is single spaced, but the abstract
2211 %       is double spaced.
2212 %   \end{itemize}
2213 % \end{quote}
2214 %    \begin{macrocode}
2215     \begin{center}
2216       \setstretch{\@ssp}%
2217       \@title\\
2218       \@author\\
2219       \@advisor\\
2220     \end{center}
2221   \blanklines{4}%
2222   \setstretch{\@dsp}%
2223   \@nobreaktrue
2224   \@afterindentfalse
2225   \@afterheading
2226 }{%
2227   \setstretch{\@ssp}%
2228 }
2229 %    \end{macrocode}
2230 % \end{environment}
2231 %
2232 % \begin{environment}{thesis}
2233 % From the Manual 3.10 p11
2234 % \begin{itemize}
2235 %   \item The pages are counted and numbered in Arabic numerals.
2236 % \end{itemize}
2237 %    \begin{macrocode}
2238 \newenvironment{thesis}{%
2239   \mainmatter
2240   \setstretch{\@dsp}%
2241 }{%
2242   \setstretch{\@ssp}%
2243   \DUT@clearpage
2244   \ifpdf
2245     \phantomsection
2246     \pdfbookmark[-1]{Backmatter}{Backmatter}
2247   \fi
2248 }
2249 %    \end{macrocode}
2250 % \end{environment}
2251 %
2252 % \paragraph{Vita}
2253 % \label{sec:implement-vita}
2254
2255 % \begin{environment}{vita}
2256 % From the Manual 3.15 p13
2257 % \begin{itemize}
2258 %   \item The heading |Vita| must appear at the top of the page.  The
2259 %   heading must be bold, centered, and without punctuation.
2260 %   \item The Vita text should begin four spaces below the heading.
2261 %   \item List the Vita separately in the Table of Contents.
2262 %   \item The page is counted and numbered in Arabic numerals.
2263 % \end{itemize}
2264 %    \begin{macrocode}
2265 \newenvironment{vita}{%
2266   \listed@schapter{\vitaname}
2267   \setstretch{\@dsp}%
2268 }{%
2269   \setstretch{\@ssp}%
2270 }
2271 %    \end{macrocode}
2272 % \end{environment}
2273 %
2274 %
2275 % \subsubsection{Titlepage}
2276 %
2277 % \begin{environment}{titlepage}
2278 % In the normal environments, the titlepage environment does nothing
2279 % but start and end a page, and inhibit page numbers.  We inhibit the
2280 % paging in draft mode, since it seems silly to waste a whole page on
2281 % the title.  We also drop the \Lopt{twocolumn} code.
2282 % (\file{classes.dtx}, L3111)
2283 %    \begin{macrocode}
2284 \renewenvironment{titlepage}{\thispagestyle{empty}%
2285                              \setcounter{page}\z@}%
2286                             {\if@final \newpage \else \blanklinesp{2} \par \fi}
2287 %    \end{macrocode}
2288 % \end{environment}
2289 %
2290 %
2291 % \subsubsection{Appendix}
2292 % \label{sec:implement-appendix}
2293 %
2294 % \begin{macro}{\appendix}
2295 % The |\appendix| command is not really an environment, it is a
2296 % macro that makes some changes in the way things are done.
2297 %
2298 % In the article document class the |\appendix| command must do the
2299 % following:
2300 % \begin{itemize}
2301 %   \item reset the section and subsection counters to zero,
2302 %   \item redefine |\thesection| to produce alphabetic appendix
2303 %         numbers. This redefinition is done globally to ensure that it 
2304 %         survives even if |\appendix| is issued within an environment such
2305 %         as \texttt{multicols}.
2306 % \end{itemize}
2307 %
2308 % In addition to \cls{book}'s (or \pkg{hyperref}'s) activity, we
2309 % fiddle with the \pkg{tocloft} chapter settings add switch to global
2310 % double-spacing.
2311 % (\file{classes.dtx}, L3177)
2312 %    \begin{macrocode}
2313 \let\DUT@appendix\appendix
2314 \renewcommand\appendix{%
2315   \DUT@appendix%
2316 %    \end{macrocode}
2317 % Setup TOC entries like
2318 % \begin{center}
2319 %   Appendix A: Chapter Title
2320 % \end{center}
2321 % We don't need to worry about the |vita| environment (page
2322 % \pageref{sec:implement-vita}), because it is a |\listed@schapter|,
2323 % and therefore lacks a |\numberline| section in its \file{*.toc}
2324 % entry.
2325 %
2326 % We increase |numwidth| to 6.5em to make room for |Appendix~| before
2327 % the chapter number/letter, and add a colon after it.
2328 %
2329 % The |\protect| calls get the macros into \file{*.toc} unexpanded, so
2330 % they function correctly when \LaTeX\ parses \file{*.toc}.
2331 %    \begin{macrocode}
2332   \addtocontents{toc}{%
2333     \protect\cftsetindents{chapter}{0pt}{6.5em}
2334     \protect\renewcommand{\protect\cftchappresnum}{\protect\appendixname~}
2335     \protect\renewcommand{\protect\cftchapaftersnum}{:}}
2336 %    \end{macrocode}
2337 % We also turn on double spacing by default, since we're no longer
2338 % wrapped in the |thesis| environment.
2339 %    \begin{macrocode}
2340   \setstretch{\@dsp}%
2341 }
2342 %    \end{macrocode}
2343 % \end{macro}
2344 %
2345 %
2346 % \subsubsection{Table of Contents}
2347 % \label{sec:implement-toc}
2348 %
2349 % From Manual 3.5 p9, ``Table of Contents'', and the example on p17.
2350 % \begin{quote}
2351 %   \begin{itemize}
2352 %     \item Do not list any sections that precede the
2353 %     |Table of Contents| (e.g.\ |Dedications|, |Acknowledgments|).  Do
2354 %     not list the |Table of Contents| itself.
2355 %     \item These pages are counted and numbered in lowercase Roman numerals.
2356 %   \end{itemize}
2357 % \end{quote}
2358 %
2359 % \begin{macro}{\cfttoctitlefont}
2360 % Take advantange of \pkg{tocloft}'s TOC title code.
2361 % (\file{tocloft.dtx}, L1501)
2362 % \begin{example}
2363 %   \cfttoctitlefont\contentsname}{\cftaftertoctitle}
2364 % \end{example}
2365 % by setting it equal to something ending in |\chapter*|.  That way
2366 % \LaTeX parses the whole thing as
2367 % \begin{example}
2368 %   ...\chapter*\contentsname}{\cftaftertoctitle}
2369 % \end{example}
2370 % which will set up the TOC page correctly.
2371 %    \begin{macrocode}
2372 \renewcommand\cfttoctitlefont{%
2373 %    \end{macrocode}
2374 % Start a new page in \Lopt{final} mode
2375 %    \begin{macrocode}
2376   \DUT@clearpage
2377 %    \end{macrocode}
2378 % Add a bookmark if we're using pdf\LaTeX.
2379 %    \begin{macrocode}
2380   \ifpdf
2381     \phantomsection
2382     \pdfbookmark[0]{\contentsname}{\contentsname}
2383   \fi
2384 %    \end{macrocode}
2385 % |\chapter*| to gobble and format the next token (|\contentsname|).
2386 %    \begin{macrocode}
2387   \chapter*}
2388 %    \end{macrocode}
2389 % \end{macro}
2390 %
2391 % \begin{macro}{\aftertoctitleskip}
2392 % Don't add any extra space after the title (the chapter will take
2393 % care of that).
2394 %    \begin{macrocode}
2395 \setlength\cftaftertoctitleskip{0pt}
2396 %    \end{macrocode}
2397 % \end{macro}
2398 %
2399 % \begin{macro}{\l@cont@sep}
2400 % Define a length for TOC/LOF/LOT spacing.
2401 %    \begin{macrocode}
2402 \newlength\l@cont@sep
2403 \set@lines@length{\l@cont@sep}{\@cont@sep}
2404 %    \end{macrocode}
2405 % \end{macro}
2406 %
2407 % \begin{macro}{\@cont@font}
2408 % Define a font for high level (part, chapter) entries.
2409 %    \begin{macrocode}
2410 \newcommand{\@cont@font}{\normalsize\scshape}
2411 %    \end{macrocode}
2412 % \end{macro}
2413 %
2414 % \begin{macro}{\cftbeforepartskip}
2415 % \begin{macro}{\cftpartfont}
2416 % \begin{macro}{\cftpartleader}
2417 % \begin{macro}{\cftpartdotsep}
2418 % \begin{macro}{\cftpartpagefont}
2419 % Setup parts.  See the \pkg{tocloft} manual for a description of the
2420 % commands.
2421 %    \begin{macrocode}
2422 \setlength\cftbeforepartskip{\l@cont@sep}
2423 \cftsetindents{part}{0pt}{3em}
2424 \if@boldpart   \renewcommand{\cftpartfont}{\bfseries\@cont@font}
2425 \else          \renewcommand{\cftpartfont}{\@cont@font}
2426 \renewcommand{\cftpartleader}{\cftdotfill{\cftpartdotsep}}
2427 \if@dottedpart \renewcommand{\cftpartdotsep}{\cftdotsep}
2428 \else          \renewcommand{\cftpartdotsep}{\cftnodots} \fi
2429 \renewcommand{\cftpartpagefont}{\normalfont}
2430 %    \end{macrocode}
2431 % \end{macro}
2432 % \end{macro}
2433 % \end{macro}
2434 % \end{macro}
2435 % \end{macro}
2436 %
2437 % \begin{macro}{\cftbeforechapskip}
2438 % \begin{macro}{\cftchapaftersnum}
2439 % \begin{macro}{\cftchapfont}
2440 % \begin{macro}{\cftchapleader}
2441 % \begin{macro}{\cftchapdotsep}
2442 % \begin{macro}{\cftchappagefont}
2443 % Setup chapters and appendicies.  Some of these settings are adjusted
2444 % for appendicies in particular by |\appendix|
2445 % (Sec.~\ref{sec:implement-appendix}).
2446 %    \begin{macrocode}
2447 \setlength\cftbeforechapskip{\l@cont@sep}
2448 \cftsetindents{chapter}{0pt}{1.5em}
2449 \renewcommand{\cftchapaftersnum}{.}
2450 \if@boldchapter   \renewcommand{\cftchapfont}{\bfseries\@cont@font}
2451 \else             \renewcommand{\cftchapfont}{\@cont@font} \fi
2452 \renewcommand{\cftchapleader}{\cftdotfill{\cftchapdotsep}}
2453 \if@dottedchapter \renewcommand{\cftchapdotsep}{\cftdotsep}
2454 \else             \renewcommand{\cftchapdotsep}{\cftnodots} \fi
2455 \renewcommand{\cftchappagefont}{\normalfont}
2456 %    \end{macrocode}
2457 % \end{macro}
2458 % \end{macro}
2459 % \end{macro}
2460 % \end{macro}
2461 % \end{macro}
2462 % \end{macro}
2463 %
2464 % \begin{macro}{\cftbeforesecskip}
2465 % \begin{macro}{\cftsecfont}
2466 % \begin{macro}{\cftbeforesubsecskip}
2467 % \begin{macro}{\cftsubsecfont}
2468 % \begin{macro}{\cftbeforesubsubsecskip}
2469 % \begin{macro}{\cftsubsubsecfont}
2470 % Setup sections, subsections, etc.
2471 %    \begin{macrocode}
2472 %\cftsetindents{chap}{0pt}{1.5em}
2473 \setlength\cftbeforesecskip{\l@cont@sep}
2474 \cftsetindents{section}{0pt}{3em}
2475 \renewcommand{\cftsecfont}{\normalsize}
2476 \setlength\cftbeforesubsecskip{\l@cont@sep}
2477 \cftsetindents{subsection}{0pt}{4.5em}
2478 \renewcommand{\cftsubsecfont}{\cftsecfont}
2479 \setlength\cftbeforesubsubsecskip{\l@cont@sep}
2480 \cftsetindents{subsubsection}{0pt}{6em}
2481 \renewcommand{\cftsubsubsecfont}{\cftsecfont}
2482 %    \end{macrocode}
2483 % \end{macro}
2484 % \end{macro}
2485 % \end{macro}
2486 % \end{macro}
2487 % \end{macro}
2488 % \end{macro}
2489 %
2490 % The default indents above are all |0pt|.  If \Lopt{indenttoc} was
2491 % given, override this, restoring the \pkg{tocloft} defaults, see the
2492 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/tocloft/tocloft.pdf}{%
2493 %   \pkg{tocloft} manual, Table 1}.
2494 %    \begin{macrocode}
2495 \if@indenttoc
2496   \cftsetindents{chapter}{0pt}{1.5em}
2497   \cftsetindents{section}{1.5em}{2.3em}
2498   \cftsetindents{subsection}{3.8em}{3.2em}
2499   \cftsetindents{subsubsection}{7.0em}{4.1em}
2500 \fi
2501 %    \end{macrocode}
2502 %
2503 %
2504 % \subsubsection{List of figures}
2505 % \label{sec:implement-lof}
2506 %
2507 % From the Manual 3.7 p10
2508 % \begin{quote}
2509 %   \begin{itemize}
2510 %     \item The heading |List of Figures| must appear at the top of
2511 %       the first page.
2512 %     \item The heading must be bold, centered, and without
2513 %       punctuation.  List figure captions exactly as they appear
2514 %       below the figures in the text.
2515 %     \item Single space each entry, but double-space between entries.
2516 %     \item Separate figure captions from page numbers with
2517 %       right-justified tabs and dot leaders.
2518 %     \item Do not use periods to separate captions and page numbers.
2519 %     \item These pages are counted and numbered in lowercase Roman
2520 %     numerals.
2521 %   \end{itemize}
2522 % \end{quote}
2523 %
2524 % \begin{macro}{\cftloftitlefont}
2525 % Much like our |\cfttoctitlefont|, but the list of figures gets
2526 % listed in the TOC.
2527 %    \begin{macrocode}
2528 \renewcommand\cftloftitlefont{\listed@schapter}
2529 %    \end{macrocode}
2530 % \end{macro}
2531 %
2532 % \begin{macro}{\afterloftitleskip}
2533 % Don't add any extra space after the title (the chapter will take
2534 % care of that).  Actually we make a one-line correction so the first
2535 % line matches the first line in the TOC.  HACK!
2536 %    \begin{macrocode}
2537 \setlength\cftafterloftitleskip{-12pt}
2538 %    \end{macrocode}
2539 % \end{macro}
2540 %
2541 % \begin{macro}{\cftbeforefigskip}
2542 % \begin{macro}{\cftfigindent}
2543 % \begin{macro}{\cftfigfont}
2544 % Setup figure entries.
2545 %    \begin{macrocode}
2546 \setlength{\cftbeforefigskip}{\l@cont@sep}
2547 \setlength{\cftfigindent}{0pt}
2548 \renewcommand{\cftfigfont}{\normalsize\singlespace}
2549 %    \end{macrocode}
2550 % \end{macro}
2551 % \end{macro}
2552 % \end{macro}
2553 %
2554 %
2555 % \subsubsection{List of tables}
2556 % \label{sec:implement-lot}
2557 %
2558 % From the Manual 3.6 p10
2559 % \begin{quote}
2560 %   \begin{itemize}
2561 %     \item The heading |List of Tables| must appear at the top of the
2562 %       first page.
2563 %     \item The heading must be bold, centered, and without
2564 %       punctuation.
2565 %     \item List table captions exactly as they appear above the
2566 %       tables in the text.
2567 %     \item Single space each entry, but double-space between entries.
2568 %     \item Separate table captions from page numbers with
2569 %       right-justified tabs and dot leaders.
2570 %     \item Do not use periods to separate captions and page numbers.
2571 %       These pages are counted and numbered in lowercase Roman
2572 %       numerals.
2573 %   \end{itemize}
2574 % \end{quote}
2575 %
2576 % \begin{macro}{\cftlottitlefont}
2577 % Much like our |\cfttoctitlefont|, but the list of tables gets
2578 % listed in the TOC.
2579 %    \begin{macrocode}
2580 \renewcommand\cftlottitlefont{\listed@schapter}
2581 %    \end{macrocode}
2582 % \end{macro}
2583 %
2584 % \begin{macro}{\afterlottitleskip}
2585 % Don't add any extra space after the title (the chapter will take
2586 % care of that).  Actually we make a one-line correction so the first
2587 % line matches the first line in the TOC.  HACK!
2588 %    \begin{macrocode}
2589 \setlength\cftafterlottitleskip{-12pt}
2590 %    \end{macrocode}
2591 % \end{macro}
2592 %
2593 % \begin{macro}{\cftbeforetabskip}
2594 % \begin{macro}{\cfttabindent}
2595 % \begin{macro}{\cfttabfont}
2596 % Setup table entries.
2597 %    \begin{macrocode}
2598 \setlength{\cfttabindent}{0pt}
2599 \setlength{\cftbeforetabskip}{\l@cont@sep}
2600 \renewcommand{\cfttabfont}{\normalsize\singlespace}
2601 %    \end{macrocode}
2602 % \end{macro}
2603 % \end{macro}
2604 % \end{macro}
2605 %
2606 %
2607 % \subsubsection{Bibliography}
2608 %
2609 % \begin{environment}{thebibliography}
2610 % The |thebibliography| environment is a list environment.  To save the
2611 % use of an extra counter, it should use |enumiv| as the item
2612 % counter. 
2613 % Instead of using |\item|, items in the bibliography are produced by
2614 % the following commands:\\
2615 %   |\bibitem|\marg{name} : Produces a numbered entry cited as
2616 %   \meta{name}.\\
2617 %   |\bibitem|\oarg{label}\marg{name} : Produces an entry labeled by
2618 %   \meta{Label} and cited by \meta{name}.
2619 %
2620 % Override \cls{book}'s version, adding a line to the table of
2621 % contents.  We split out the section-creation code into
2622 % |\bib@heading| for \pkg{natbib} compatibility.
2623 % (\file{classes.dtx}, L4063).
2624 %    \begin{macrocode}
2625 \renewenvironment{thebibliography}[1]
2626      {\bib@heading%
2627       \list{\@biblabel{\@arabic\c@enumiv}}%
2628            {\settowidth\labelwidth{\@biblabel{#1}}%
2629             \leftmargin\labelwidth
2630             \advance\leftmargin\labelsep
2631             \@openbib@code
2632             \usecounter{enumiv}%
2633             \let\p@enumiv\@empty
2634             \renewcommand\theenumiv{\@arabic\c@enumiv}}%
2635 %    \end{macrocode}
2636 % Because it's hard to do line breaks in bibliographies.
2637 %    \begin{macrocode}
2638       \sloppy
2639 %    \end{macrocode}
2640 %    This is setting the normal (non-infinite) value of
2641 %    |\clubpenalty| for the whole of this environment,
2642 %    so we must reset its stored value also.  (Why is there a |%| after
2643 %    the second 4000 below?)
2644 %    \begin{macrocode}
2645       \clubpenalty4000
2646       \@clubpenalty \clubpenalty
2647       \widowpenalty4000%
2648 %    \end{macrocode}
2649 % Cause a `.' (period) not to produce an end-of-sentence space.
2650 %    \begin{macrocode}
2651       \sfcode`\.\@m}
2652 %    \end{macrocode}
2653 % Warn if an empty `thebibliography' environment is found.
2654 %    \begin{macrocode}
2655      {\def\@noitemerr
2656        {\@latex@warning{Empty `thebibliography' environment}}%
2657       \endlist}
2658 %    \end{macrocode}
2659 % \end{environment}
2660 %
2661 % \begin{macro}{\bib@heading}
2662 % \pkg{natbib} messes with |thebibliography|.  We setup |\bib@heading|
2663 % so we will still get our table of contents entry.
2664 %    \begin{macrocode}
2665 \newcommand{\bib@heading}{%
2666   \listed@schapter{\bibname}%
2667   \@mkboth{\MakeUppercase\bibname}{\MakeUppercase\bibname}%
2668 }
2669 %    \end{macrocode}
2670 % \end{macro}
2671 %
2672 % \subsubsection{Words}
2673 % \label{sec:words}
2674 %
2675 % Set the official names of the various sections encountered.  Some of
2676 % these are not defined in \file{classes.dtx} but are close analogs of
2677 % those that are.
2678 %
2679 % \begin{macro}{\dedicationsname}
2680 % From the Manual 3.3 p9, ``The heading |Dedications| must appear at
2681 % the top of the page.''
2682 %    \begin{macrocode}
2683 \newcommand\dedicationsname{Dedications}
2684 %    \end{macrocode}
2685 % \end{macro}
2686 %
2687 % \begin{macro}{\acknowledgmentsname}
2688 % From the Manual 3.4 p9, ``The heading |Acknowledgments| must appear
2689 % at the top of the page.''
2690 %    \begin{macrocode}
2691 \newcommand\acknowledgmentsname{Acknowledgments}
2692 %    \end{macrocode}
2693 % \end{macro}
2694 %
2695 % \begin{macro}{\contentsname}
2696 % From the Manual 3.5 p9, ``The heading |Table of Contents| must
2697 % appear at the top of the page.''  (\file{classes.dtx}, L4331)
2698 %    \begin{macrocode}
2699 \renewcommand\contentsname{Table of Contents}
2700 %    \end{macrocode}
2701 % \end{macro}
2702 %
2703 % \begin{macro}{\listtablename}
2704 % From the Manual 3.6 p10, ``The heading |List of Tables| must appear
2705 % at the top of the page.''  (\file{classes.dtx}, L4333)
2706 %    \begin{macrocode}
2707 \renewcommand\listtablename{List of Tables}
2708 %    \end{macrocode}
2709 % \end{macro}
2710 %
2711 % \begin{macro}{\listfigurename}
2712 % From the Manual 3.7 p10, ``The heading |List of Figures| must appear
2713 % at the top of the page.''  (\file{classes.dtx}, L4332)
2714 %    \begin{macrocode}
2715 \renewcommand\listfigurename{List of Figures}
2716 %    \end{macrocode}
2717 % \end{macro}
2718 %
2719 % \begin{macro}{\abstractname}
2720 % From the Manual 3.8 p10, ``The following heading must be centered at
2721 % the top of the first page: |Abstract|\ldots.''
2722 % (\file{classes.dtx}, L4367)
2723 %    \begin{macrocode}
2724 \newcommand\abstractname{Abstract}
2725 %    \end{macrocode}
2726 % \end{macro}
2727 %
2728 % \begin{macro}{\bibname}
2729 % From the Manual 3.13 p12, ``The heading |Bibliography| (or
2730 % |List of References|) must appear at the top of first page.''
2731 % (\file{classes.dtx}, L4344)
2732 %    \begin{macrocode}
2733 \renewcommand\bibname{Bibliography}
2734 %    \end{macrocode}
2735 % \end{macro}
2736 %
2737 % \begin{macro}{\appendixname}
2738 % From the Manual 3.14 p12, ``Number the appendicies consecutively
2739 % either alphabetically or numerically (|Appendix A|, |Appendix B|\ldots
2740 % or |Appendix 1|, |Appendix 2|\ldots).''
2741 % (\file{classes.dtx}, L4366)
2742 %    \begin{macrocode}
2743 \renewcommand\appendixname{Appendix}
2744 %    \end{macrocode}
2745 % \end{macro}
2746 %
2747 % \begin{macro}{\vitaname}
2748 % From the Manual 3.15 p13, ``The heading |Vita| must appear at the
2749 % top of the page.''
2750 %    \begin{macrocode}
2751 \newcommand\vitaname{Vita}
2752 %    \end{macrocode}
2753 % \end{macro}
2754 %
2755 %
2756 % \subsection{Remaining details}
2757 %
2758 %
2759 % \subsubsection{Terminal blank page}
2760 %
2761 % Add a terminal blank page (when |\if@final| is true)
2762 % From the Manual 3.16 p13
2763 % \begin{quote}
2764 %   Include a blank page (with no page number) at the end of the
2765 %   thesis or dissertation.  The blank page is neither counted nor
2766 %   numbered.
2767 % \end{quote}
2768 %    \begin{macrocode}
2769 \AtEndDocument{\blankpage}
2770 %    \end{macrocode}
2771 %
2772 %
2773 %    \begin{macrocode}
2774 %</class>
2775 %    \end{macrocode}
2776 %
2777 %
2778 % \section{Examples}
2779 %
2780 %
2781 % \subsubsection{Template}
2782 %
2783 %    \begin{macrocode}
2784 %<*template>
2785 % See drexel-thesis.pdf for details.
2786 \documentclass{drexel-thesis}
2787
2788 %% Enter the appropriate information here
2789 \author{}    % Fullname
2790 \title{}     % Title Of Thesis
2791 \defmonth{}  % Name of the month of you defense
2792 \defyear{}   % Year you are defending
2793 \degree{}    % Your target degree, spelled out
2794 \advisor{}   % Advisor's full name, degree
2795 \copyrighttext{} % If not "All Rights Reserved."
2796
2797 %% unsrt style give references in order of citation
2798 \bibliographystyle{unsrt}
2799
2800 \begin{document}
2801 \begin{preamble}
2802
2803 \begin{dedications} % OPTIONAL
2804 %% Type dedications here
2805 \end{dedications}
2806
2807 \begin{acknowledgments} % OPTIONAL
2808 %% Type acknowledgments here
2809 \end{acknowledgments}
2810
2811 \tableofcontents
2812 \listoftables  % If you have tables
2813 \listoffigures % If you have figures
2814
2815 \begin{abstract}
2816 %% Type abstract here
2817 \end{abstract}
2818 \end{preamble}
2819
2820 \begin{thesis}
2821 %% Use include statements to include your main thesis code
2822 %% from seperate files.
2823 %%\include{part1}
2824 %%...
2825 \end{thesis}
2826
2827 \bibliography{references} % Include references.bib BibTeX
2828
2829 \appendix % If you have appendices
2830 %% include files with your appendicies (if any) here
2831 %%\include{appendixA}
2832 %%...
2833
2834 \begin{vita} % Ph.D. only.
2835 %%Vita text.
2836 \end{vita}
2837
2838 \end{document}
2839 %</template>
2840 %    \end{macrocode}
2841 %
2842 %
2843 % \subsection{A better example}
2844 % \label{sec:better-example}
2845 %
2846 % \subsubsection{Main}
2847 %
2848 %     \begin{macrocode}
2849 %<*example|example-draft>
2850 %% See drexel-thesis.pdf for details.
2851 %<example>\documentclass[subfig]{drexel-thesis}
2852 %<example-draft>\documentclass[draft,subfig]{drexel-thesis}
2853
2854 %% Enter the appropriate information here
2855 \author{Johny Henry}
2856 \title{Inadequacies of Steam-Driven Boring Machines}
2857 \defmonth{July}
2858 \defyear{1872}
2859 \degree{Doctor of Philosophy}
2860 \advisor{Collis Potter Huntington, R.R.D.}
2861 \advisor{Advisor 2, Ph.D.}
2862 \advisor{Advisor 3, Ph.D.}
2863 \copyrighttext{\copyrighttextCC}
2864
2865 \usepackage[super,sort&compress]{natbib} % fancy citation extensions
2866 \bibliographystyle{unsrtnat}
2867
2868 \usepackage{fancyvrb} % nicer verbatim handling
2869 \DefineShortVerb{\|}  % \verb+TEXT+  ->  |TEXT|
2870
2871 %     \end{macrocode}
2872 % Use
2873 % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/blindtext/}{\pkg{blindtext}}
2874 % for dummy text creation.  \pkg{blindtext} requires
2875 % \href{}{\pkg{babel}}.
2876 %     \begin{macrocode}
2877 \usepackage[english]{babel} % English blindtext
2878 \usepackage{blindtext} % macros for producing dummy output
2879 %     \end{macrocode}
2880 % \pkg{babel} messes with some of our words (Section \ref{sec:words}), so
2881 % we have to reset them.  See the
2882 % \href{http://www.tex.ac.uk/cgi-bin/texfaq2html?label=latexwords}{\TeX\ FAQ}
2883 % for details.
2884 %     \begin{macrocode}
2885 \addto\captionsenglish{%
2886   \renewcommand\dedicationsname{Dedications}%
2887   \renewcommand\acknowledgmentsname{Acknowledgments}%
2888   \renewcommand\contentsname{Table of Contents}%
2889   \renewcommand\listtablename{List of Tables}%
2890   \renewcommand\listfigurename{List of Figures}%
2891   \renewcommand\abstractname{Abstract}%
2892   \renewcommand\bibname{Bibliography}%
2893   \renewcommand\appendixname{Appendix}%
2894   \renewcommand\vitaname{Vita}%
2895 }
2896
2897 \begin{document}
2898 \begin{preamble}
2899
2900 \begin{dedications}
2901 \Blindtext{10}{10}
2902 \end{dedications}
2903
2904 \begin{acknowledgments}
2905 \Blindtext{10}{10}
2906 \end{acknowledgments}
2907
2908 \tableofcontents
2909 \listoftables
2910 \listoffigures
2911
2912 \begin{abstract}
2913 \Blindtext{10}{10}
2914 \end{abstract}
2915 \end{preamble}
2916
2917 \begin{thesis}
2918 \include{example-1}
2919 \end{thesis}
2920
2921 \bibliography{example-ref}
2922
2923 \appendix
2924 \include{example-a}
2925
2926 \begin{vita}
2927 \Blindtext{10}{10}
2928 \end{vita}
2929
2930 \end{document}
2931 %</example|example-draft>
2932 %    \end{macrocode}
2933 %
2934 %
2935 % \subsubsection{Part}
2936 % \label{section:better-example-part}
2937 %
2938 %     \begin{macrocode}
2939 %<*example-part>
2940 \part{A Part Heading}
2941 \chapter{A Chapter Heading}
2942 \section{A Section Heading}
2943 The following sectioning commands are available:
2944 \begin{quote}
2945  part \\
2946  chapter \\
2947  section \\
2948  subsection \\ 
2949  subsubsection \\ 
2950  paragraph \\ 
2951  subparagraph 
2952 \end{quote}
2953
2954 \subsection{natbib}
2955 You can cite your references with |natbib|'s |\citet| and |\citep|
2956 macros.  See
2957 \href{http://www.ctan.org/tex-archive/macros/latex/contrib/natbib/}
2958 {the natbib manual} for details.
2959
2960 Here we have a text citation \citet{rief97} followed by a
2961 parenthetical citation\citep{rief97}.
2962
2963 \subsubsection{Tables and Figures}
2964 \Blindtext{2}{20}
2965 \begin{table}
2966   \begin{center}
2967   \begin{tabular}{r@{.}l r@{.}l r@{.}l}
2968     \multicolumn{2}{c}{Time (s)} &
2969       \multicolumn{2}{c}{John Henry (m)} &
2970       \multicolumn{2}{c}{Steam drill (m)} \\
2971     0&0 & 0&0 & 0&0 \\
2972     10&0 & 4&3 & 3&75 \\
2973     30&0 & 11&9 & 10&1 \\
2974     \ldots
2975   \end{tabular}
2976   \caption{A table float.} %\blindtext{20}}  % low caption allowed with floatrow
2977 %% Note the strange |r@{.}l| notation in the |\tabular| column
2978 %% definition.  This allows for numbers aligned at the decimal point
2979 %% (see \href{http://www.stat.unipg.it/tex-man/ltx-68.html}{here}).
2980 %%
2981 %% |\multicolumn{num_cols}{alignment}{contents}| allows the headings
2982 %% to span the pre- and post-decimal columns.
2983   \end{center}
2984 \end{table}
2985 \Blindtext{5}{20}
2986 \begin{figure}
2987   \caption{A figure float. \blindtext{20}} % high caption allowed with floatrow
2988   \begin{center}
2989     \includegraphics[width=0.4\textwidth]{drexel-logo}
2990   \end{center}
2991 \end{figure}
2992 \Blindtext{10}{20}
2993 \begin{figure}
2994   \begin{center}
2995     \subfloat[][]{%
2996       \includegraphics[width=0.2\textwidth]{drexel-logo}%
2997       \label{fig:sub-a}}
2998     \subfloat[][]{%
2999       \includegraphics[width=0.2\textwidth]{drexel-logo}%
3000       \label{fig:sub-b}}
3001     \caption{(a) One subfig float. (b) Another subfig float.%
3002       \label{fig:both}}
3003   \end{center}
3004 \end{figure}
3005 You can reference the subfig floats individually (\ref{fig:sub-a}) or
3006 together (\ref{fig:both}).
3007
3008 \Blindtext{10}{20}
3009
3010 \part{Another Part}
3011 \chapter{Another Chapter}
3012 \Blindtext{30}{20}
3013 \chapter{A Long Title Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla
3014 Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla}
3015 \Blindtext{30}{20}
3016 %</example-part>
3017 %    \end{macrocode}
3018 %
3019 %
3020 % \subsubsection{\BibTeX}
3021 %
3022 % What goes into the \BibTeX\ file |example-ref.bib|?
3023 % For more information, check out this 
3024 % \href{http://cmtw.harvard.edu/Documentation/TeX/Bibtex/Example.html}{basic tutorial}.
3025 % If you want to get deeper, take a look at
3026 % \href{http://www.ctan.org/tex-archive/info/bibtex/tamethebeast/}{Tame the BeaST}.
3027 % Other resources:
3028 % \href{http://www.andy-roberts.net/misc/latex/latextutorial3.html}{how the process works},
3029 %   \href{http://newton.ex.ac.uk/tex/pack/bibtex/btxdoc/node6.html}{entry types},
3030 %   \href{http://newton.ex.ac.uk/tex/pack/bibtex/btxdoc/node7.html}{fields},
3031 %   \href{http://en.wikipedia.org/wiki/BibTeX}{entries and fields},
3032 %   \href{http://www.cs.stir.ac.uk/~kjt/software/latex/showbst.html}{assorted style examples}, and
3033 %   \href{http://liinwww.ira.uka.de/bibliography/Bib.Format.html}{assorted \BibTeX tools}.
3034 %
3035 % Here is an example \BibTeX\ file to get you started.  We define
3036 % strings for the publishers, journals, and authors to avoid
3037 % duplication, minimize the risk of typos, etc.
3038 %
3039 %    \begin{macrocode}
3040 %<*example-bibtex-refs>
3041 %% Publishers
3042 @String{APS = "American Physical Society"}
3043
3044 %% Journals
3045 @String{SCI = "Science"}
3046
3047 %% Authors
3048 @String{MRief = "Rief, Matthias"}
3049 @String{MGautel = "Gautel, Mathias"}
3050 @String{FOesterhelt = "Oesterhelt, Filipp"}
3051 @String{JFernandez = "Fernandez, Julio M."}
3052 @String{HGaub = "Gaub, Hermann E."}
3053
3054 %% Articles
3055 @Article{rief97,
3056   author = MRief #" and "# MGautel #" and "# FOesterhelt #" and "#
3057            JFernandez #" and "# HGaub,
3058   title = "Reversible Unfolding of Individual Titin Immunoglobulin
3059            Domains by {AFM}",
3060   journal = SCI,
3061   volume =  276,
3062   number =  5315,
3063   pages =   "1109--1112",
3064   year =    1997,
3065   doi =     "10.1126/science.276.5315.1109",
3066   URL =     "http://www.sciencemag.org/cgi/content/abstract/276/5315/1109",
3067   eprint =  "http://www.sciencemag.org/cgi/reprint/276/5315/1109.pdf",
3068   mynote = "Seminal paper for force spectroscopy on Titin. Cited by
3069            Dietz '04 (ref 9) as an example of how unfolding large
3070            proteins is easily interpreted (vs.\ confusing unfolding in
3071            bulk), but Titin is a rather simple example of that, because
3072            of its globular-chain structure.",
3073 }
3074 %% ...
3075 %</example-bibtex-refs>
3076 %    \end{macrocode}
3077 %
3078 %
3079 % \subsubsection{Appendix}
3080 %
3081 %    \begin{macrocode}
3082 %<*example-appendix>
3083 \chapter{Some Appendix Heading}
3084 \Blindtext{10}{20}
3085 \chapter{Another Appendix Heading}
3086 \Blindtext{10}{20}
3087 %</example-appendix>
3088 %    \end{macrocode}
3089 %
3090 %
3091 % \section{Known bugs and issues}
3092 %
3093 %
3094 % \subsection{Hacks}
3095 %
3096 % \begin{itemize}
3097 %   \item |\vspace*{0\p@}| space between page top and chapter
3098 %     headings (|\@makechapterhead| and |\@makeschapterhead|,
3099 %     Sec.~\ref{sec:implement-chapters}).
3100 %   \item Extra space under LOT and LOF titles compared to TOC.
3101 %     (Secs.~\ref{sec:implement-lof} and \ref{sec:implement-lot}).
3102 % \end{itemize}
3103 %
3104 %
3105 % \subsection{Bugs}
3106 %
3107 % \begin{itemize}
3108 %   \item Different space between chapter heading and section heading,
3109 %     vs.\ chapter heading and text.  Compare \emph{A Chapter Heading}
3110 %     and \emph{Another Chapter} in \file{example.pdf}.  This is a
3111 %     problem (although with opposite order) in the \cls{book} class
3112 %     itself.  For example, compile
3113 %     \begin{example}
3114 %\documentclass{book}
3115 %\begin{document}
3116 %\chapter{Chapter with text}
3117 %Bla bla bla.
3118 %\chapter{Chapter with section}
3119 %\section{Section}
3120 %Bla bla bla.
3121 %\end{document}
3122 %     \end{example}
3123 %   \item Footer overlap if chapter/section names are particularly long.
3124 %     See \emph{Section in long-titled chapter} in \file{example.pdf}.
3125 %     Workaround: turn off sections in the footer:
3126 %     \begin{example}
3127 %       \fancyfoot[RE,LO]{\scshape\leftmark}
3128 %       \fancyfoot[LE,RO]{}
3129 %     \end{example}
3130 %     For more header or footer manipulation ideas, see Section \ref{sec:fancyhdr}.
3131 % \end{itemize}
3132 %
3133 %
3134 % \Finale
3135 \endinput