
Rowan University Thesis Example
Author
Rowan University's Office of Graduate Research Services
Last Updated
a year ago
License
Creative Commons CC BY 4.0
Abstract
Official Thesis/Dissertation Template Example, updated February 2021

Official Thesis/Dissertation Template Example, updated February 2021
\documentclass[12pt]{rowanthesis}
% \usepackage{packagename} % Add additional packages like this
% Preamble (PLEASE FILL ALL OF THE INFORMATION)
%------------------------------------------------------------------------%
\title{THE USE OF LOREM IPSUM AS PLACEHOLDER TEXT IN GRADUATE-LEVEL ACADEMIC SCIENCE WRITING}
\author{Example A. Student}
\doclevel{Thesis}
\department{Chemistry and Biochemistry}
\school{Science and Mathematics}
\degree{Master of Science in Pharmaceutical Sciences}
\dateofdefense{May 6, 2020}
\chair{Example Professor Name, Ph.D.}
\committeememberone{Committee Member 1, Ph.D.}
\committeemembertwo{Committee Member 2, Ph.D.}
\committeememberthree{Committee Member 3, Ph.D.}
\copyrightyear{2020}
\academicyear{2019-2020}
%------------------------------------------------------------------------------%
% Document body
%------------------------------------------------------------------------%
\begin{document}
% Title Page and Copyright Page
\makeTitlePage
% Dedications Page
\input{Dedication}
% ---Front of report (pages numbered in Roman Numerals)---%
\begin{frontmatter}
% Acknowledgements(s) Page (Optional)
\input{Acknowledgement}
% Abstract
\buildAbstract
% TOC, LOF and LOT
\buildTOC
\buildListOfFigures
\buildListOfTables
\buildListOfSchemes
\end{frontmatter}
%----------------------------------------------------------%
% ---Body of report (pages numbered in Arabic Numerals)---%
\begin{thesisbody}
\input{Chapters/chapter1}
\input{Chapters/chapter2}
% Bibliography
\buildBibliography
% Appendices
\input{Chapters/appendices}
\end{thesisbody}
%---------------------------------------------------------%
\end{document}