% This template was prepared according to the dissertation
% guidelines as of January 2023, published by Brown University:
%
% https://www.brown.edu/academics/gradschool/dissertation-guidelines
%
% It is not an official template, so if you're using it I would still
% recommend checking with all the specific requirements listed on that
% site (as well as anything specific to your department)
\documentclass[12pt,oneside]{book}
\usepackage{microtype}
% capitalize chapter names
\makeatletter
\renewcommand\@chapapp{\textls[40]{\MakeUppercase{\chaptername}}}
\makeatletter
\usepackage{indentfirst}
% document formatting packages
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{fancyhdr}
\usepackage{csquotes}
\usepackage{float}
\usepackage{setspace}
\usepackage{geometry}
\geometry{
a4paper,
left=1in,
right=1in,
top=1.25in,
bottom=1.25in
}
\usepackage{booktabs}
\usepackage{longtable}
\usepackage{multirow}
\usepackage{wrapfig}
\usepackage{xcolor}
\usepackage{textcomp, gensymb}
\usepackage{booktabs}
\usepackage{parskip}
% bibliography
\usepackage[round,sectionbib]{natbib}
\usepackage{chapterbib}
\newcommand\mybibname{References}
\renewcommand\bibsection{%
\clearpage
\section*{\mybibname}%
\markboth{{\mybibname}}{{\mybibname}}%
}
% miscellaneous packages
\usepackage{lipsum}
% variables
\graphicspath{{images/}}
\pagestyle{plain}
\fancyhead{}
\fancyhead[L]{\nouppercase{\leftmark}}
\setlength{\headheight}{28pt}
% title
\title{
{(TITLE OF DISSERTATION)}\\
{\large By}\\
{\large (AUTHOR'S NAME)}\\
{\large B.S., Institution, 20XX}\\
{\large M.S., Institution, 20XX}\\
\vspace{25mm}
{\large Thesis}
\\
{\large Submitted in partial fulfillment of the requirements for the Degree of Doctor of Philosophy in the Department of (DEPARTMENT NAME) at Brown University}
}
\author{PROVIDENCE, RHODE ISLAND}
\date{May 20XX}
\begin{document}
% make title page
\maketitle
% begin numbering pages for front matter
\frontmatter
\include{frontmatter/ii_copyright_page.tex}
% bump page counter up to iii per formatting instructions
\addtocounter{page}{+1}
% signature page
\include{frontmatter/iii_signature_page.tex}
% CV
\include{frontmatter/iv_curriculum_vitae.tex}
% acknowledgments
\doublespacing
\setlength{\parindent}{16pt}
\include{frontmatter/v_preface_and_acknowledgements.tex}
% table of contents/figures/tables
\include{frontmatter/vi_table_of_contents.tex}
\include{frontmatter/vii_list_of_tables_figures.tex}
% begin numbering using Arabic numerals
\mainmatter
\include{chapters/00_introduction}
\include{chapters/01_chapter}
\include{chapters/02_chapter}
\include{chapters/03_chapter}
\include{chapters/04_chapter}
\end{document}