Add compiled versions of the examples along with our useful files
[drexel-thesis.git] / example-draft.tex
1 %%
2 %% This is file `example-draft.tex',
3 %% generated with the docstrip utility.
4 %%
5 %% The original source files were:
6 %%
7 %% drexel-thesis.dtx  (with options: `example-draft')
8 %% 
9 %% This is a generated file.
10 %% 
11 %% Copyright (C) 2010-2012 W. Trevor King
12 %% 
13 %% This file may be distributed and/or modified under the conditions of
14 %% the LaTeX Project Public License, either version 1.3 of this license
15 %% or (at your option) any later version.  The latest version of this
16 %% license is in:
17 %% 
18 %%    http://www.latex-project.org/lppl.txt
19 %% 
20 %% and version 1.3 or later is part of all distributions of LaTeX version
21 %% 2003/06/01 or later.
22 %% 
23 %% See drexel-thesis.pdf for details.
24 \documentclass[draft,subfig]{drexel-thesis}
25
26 %% Enter the appropriate information here
27 \author{Johny Henry}
28 \title{Inadequacies of Steam-Driven Boring Machines}
29 \DUTmonth{July}
30 \DUTyear{1872}
31 \degree{Doctor of Philosophy}
32 \advisor{Collis Potter Huntington, R.R.D.}
33 \advisor{Advisor 2, Ph.D.}
34 \advisor{Advisor 3, Ph.D.}
35 \copyrighttext{\copyrighttextCCBYSA}
36
37 \usepackage[super,sort&compress]{natbib} % fancy citation extensions
38 \bibliographystyle{unsrtnat}
39
40 \usepackage{fancyvrb} % nicer verbatim handling
41 \DefineShortVerb{\|}  % \verb+TEXT+  ->  |TEXT|
42
43 \renewenvironment{preamble}{% look, we're clobbering an environment!
44   What preamble?\begingroup\color{white}}{\endgroup}
45
46 \usepackage[english]{babel} % English blindtext
47 \usepackage{blindtext} % macros for producing dummy output
48 \addto\captionsenglish{\DUTnames}
49
50 \begin{document}
51 \begin{DUTpreamble} % "DUT" because original preamble was clobbered.
52
53 \begin{dedications}
54 We're in \iffinal{final}{draft} mode!
55
56 \Blindtext[3]
57 \end{dedications}
58
59 \begin{acknowledgments}
60 \Blindtext[3]
61 \end{acknowledgments}
62
63 \tableofcontents
64 \listoftables
65 \listoffigures
66
67 \begin{abstract}
68 \Blindtext[3]
69 \end{abstract}
70 \end{DUTpreamble}
71
72 \begin{thesis}
73 \include{example-1}
74 \end{thesis}
75
76 \bibliography{example-ref}
77
78 \appendix
79 \include{example-a}
80
81 \begin{vita}
82 \Blindtext[3]
83 \end{vita}
84
85 \end{document}
86 \endinput
87 %%
88 %% End of file `example-draft.tex'.