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