\documentclass[12pt,oneside]{book}
\usepackage[margin=1in]{geometry}
\usepackage{amsmath,amsthm,amssymb}
\usepackage{graphicx}
\usepackage{setspace}
\doublespacing
\title{Thesis Title}
\author{Your Name}
\date{Month Year}
\begin{document}
\frontmatter
\maketitle
\chapter*{Abstract}
This thesis presents...
\tableofcontents
\mainmatter
\chapter{Introduction}
\section{Background}
The field of [subject] has...
\section{Research Questions}
This thesis addresses:
\begin{enumerate}
\item Question 1
\item Question 2
\end{enumerate}
\chapter{Literature Review}
Previous work has shown...
\chapter{Methodology}
Our approach consists of...
\chapter{Results}
The findings indicate...
\chapter{Discussion}
These results suggest...
\chapter{Conclusion}
In conclusion...
\backmatter
\begin{thebibliography}{99}
\bibitem{ref1} Author, A. (2023). Title. Journal.
\end{thebibliography}
\end{document}
PDF Preview
Create an account to compile and preview