-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwmu-template.tex
30 lines (29 loc) · 1.15 KB
/
wmu-template.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
\documentclass[phd,abstract,ackno,listtab,listfig]{wmu-thesis}
\begin{document}
%% Personal information----------%-------------------------------
\renewcommand{\authname}{Author Name}
\renewcommand{\thesistitle}{\MakeUppercase{Dissertation Title}}
\renewcommand{\gradyear}{2011}
\renewcommand{\gradmonth}{6}
\renewcommand{\departmentname}{Department Name}
\renewcommand{\adviname}{Advisor Name,Ph.D.}
\frontmatter
\mainmatter
\doublespacing
\newcommand{\Chapter}[1]{\chapter[\texorpdfstring{\MakeUppercase{#1}}{#1}]{#1}}
%% Main text---------------------%-------------------------------
\Chapter{Introduction}
The quick brown fox jumps over a lazy dog~\cite{Lighthall_2010}.
%% References--------------------%-------------------------------
\renewcommand{\bibname}{References}%Set the name of the bibliography here
\cleardoublepage
\phantomsection
\begin{thebibliography}{999}
\bibitem{Lighthall_2010}
J.~C. Lighthall \emph{et~al.}, Nucl.\ Instr.\ and Meth.\ A\textbf{ 622} 97--106 (2010).
\end{thebibliography}
\addcontentsline{toc}{chapter}{\texorpdfstring{\uppercase{\bibname}}{\bibname}}
\oneappendix
\Chapter{Title}
The quick brown fox jumps over a lazy dog.
\end{document}