summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex209/contrib/tamueethesis/thesis.tex
blob: 693849d92c01eb63d8efb275978bc57d44ab03c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\documentstyle{eethesis}
%\includeonly{ch2}
%\def\type{Dissertation}   % Uncommennt out this line if you are
\newcounter{cm}            % writing a dissertation
\begin{document}
\pagenumbering{roman}
\include{title}
\include{approve}
\include{abstract}
\include{ded}
\include{ack}
\include{lists}
\pagenumbering{arabic}
\setlength{\headheight}{12pt}
\pagestyle{myheadings}
\include{ch1}
\include{ch2}
%\include{bib}	        % Include only one of these two lines.
\include{biblio}        % "biblio" if you use BibTeX, "bib" if not
%\include{supp}
\include{append}
\include{vita}
\end{document}