Example Dissertation for Florida Tech
Author
David Lowe
Last Updated
8년 전
License
Creative Commons CC BY 4.0
Abstract
Example Dissertation for Florida Tech
Example Dissertation for Florida Tech
\documentclass[letterpaper,oneside,12pt]{report}
% Package loading---------------------------------
\usepackage{fitthesis}
\usepackage{epsfig}
\usepackage{graphicx}
\usepackage{algorithm2e}
\usepackage{setspace}
\usepackage{tabularx}
\usepackage{hyperref}
\usepackage[a-1b]{pdfx}
\usepackage{subfig}
\usepackage[subfigure]{tocloft} % no number for Vita in ToC
\usepackage{fancyhdr}
\usepackage[english]{babel}
\usepackage{footmisc}
\usepackage{algorithmic}
\usepackage{listings}
\usepackage{fancyvrb}
\usepackage{booktabs}
\usepackage{epstopdf}
\graphicspath{{figures/}} % Location of the graphics files
%To get single-space, (for drafts only!) use:
%\singlespacing
\title{Example Dissertation for Florida Tech\\ Multiple Lines}
\author{Pete Panther}
%\GradDocumentType can be of the following: thesis, dissertation, design project, research paper
\GradDocumentType{dissertation}
%Degree you are applying for, defaults to Master of Engineering
\degree{Doctorate of Philosophy}
\dept{Degree Program Name}
%Your Previous Degree \\ University, year
\authordegree{Master of ????? \\Department Name\\College\\ YYYY\\ \vspace{1em}
Bachelor of ???? \\Department Name\\ College\\ YYYY}
%Year thesis is submitted
\copyrightmonth{Month}
\copyrightyear{Year}
%Define Committee Information
\directorname{Primary Advisor, Ph.D.}
\directortitle{Associate Professor}
\directordept{Department Goes Here}
%Second Committee Member / Outside Member
\secondreadername{Second / Outside Committee Member}
\secondreadertitle{Title Goes here}
\secondreaderdept{Department Goes Here}
%Third Committe Member
\thirdreadername{Third Committee Member}
\thirdreadertitle{Title Goes Here}
\thirdreaderdept{Department Goes here}
%Forth Committee Member
\toggletrue{useforthreader}
\forthreadername{Fourth Committee, Ph.D., P.E.}
\forthreadertitle{Professor}
\forthreaderdept{Department}
%Use Academic Unit Head
\toggletrue{useacademicunithead}
\academicunitheadname{Deapartment Head, Ph.D.}
\academicunitheadtitle{Professor and Department Head}
\academicunitheaddept{Electrical \& Computer Engineering}
\begin{document}
%For MS students
\makethesistitle
%This abstract maintains the same look as all other sections.
%include Abstract Text
\include{abstract}
\makeumiabstract
\pagebreak
%Optional
%\prefacesection{Preface}
\setcounter{secnumdepth}{6}
\setcounter{tocdepth}{4}
\newpage
\maketableofcontents
%\listoftables
% \newpage
\makelistoffigures
%Uncomment following line if you have 4 or more tables
% \newpage
\makelistoftables
%%------------List of Figures----------------------
%\listoffigures\addcontentsline{toc}{chapter}{List of Figures}
%%------------List of Tables-----------------------
%\newpage
%\listoftables\addcontentsline{toc}{chapter}{List of Tables}
%%-----------Abbreviations-------------------------
\include{abbreviations}
%%-----------Acknowledgments-----------------------
\include{acknowledgments}
%%-----------Dedication----------------------------
\include{dedication}
%%-----------change single space to double space---
\doublespacing \pagenumbering{arabic}
%%-----------Main Matter---------------------------
\include{./chapters/chapter1}
\include{./chapters/chapter2}
\include{./chapters/chapter3}
\include{./chapters/chapter4}
%%-----------Back Matter---------------------------
%%-----------Bibliography--------------------------
\nocite{*}
\bibliographystyle{plain}
\bibliography{mybibliography}
%%-----------Appendices----------------------------
\include{./chapters/appendices}
\end{document}