forked from mldelibero/cwru_thesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cwruthesis.tex
executable file
·64 lines (44 loc) · 1.42 KB
/
cwruthesis.tex
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
\documentclass[phd,lof,lot]{cwru}
% \documentclass[[{phd}|masters],[lof],[lot],[copyright]]{cwru}
\title{Title of the Document for Submission for Degree}
\author{A. Nonymous}
% Customize the type of document
%\CWRUdocumentname{Report}
% Customize the degree
%\CWRUdegree{Doctor of Audiology}
% Adds your advisor
\CWRUadvisor{Dr. B. Cool}
% The name of your department ("Department of" is added by the class)
\CWRUdepartment{Electrical Engineering\\ \& Computer Science}
\begin{document}
% Optional Dedication
\CWRUdedication{Dedication text}
% Optional Preface
\CWRUpreface{Preface text}
% Optional Acknowledgment
\CWRUack{This should be the acknowlegement}
% Optional List of Abbreviations -- This is not complete
\CWRUloa{List of Abbreviations text}
% Optional Glossary -- This is not complete
\CWRUglossary{Glossary text}
% Required Abstract
\CWRUabstract{Abstract text}
% This must be run to generate all the preamble (Super \maketitle)
\CWRUpreamble{}
% One does not need to use parts, but one may
\part{Part One}
Test
\section{New section}
Test 1
\subsection{And the subsection}
Yo dude
\vfill
Also, I need more text to see if there is any over lap in the page numbers.
% Tell the program that it is Appendix time
\appendix
\part{Appendices}
Duded
\section{Whatever}
What?
% References go here. One can use any reference type that is useful.
\end{document}