
Template for candidacy report

\documentclass[12pt]{article}
% \usepackage[utf8]{inputenc}
\usepackage[version=3]{mhchem} % Formula subscripts using \ce{}
\usepackage[]{amsmath}
\usepackage[]{upgreek}
\usepackage[]{MnSymbol} 
\usepackage[]{gensymb}
\usepackage{adjustbox} % possibly not being used
\usepackage{lscape}
\usepackage{comment}
\usepackage{gensymb}
\usepackage[version=3]{mhchem} % Formula subscripts using \ce{}
\usepackage[utf8]{inputenc}
\usepackage{setspace}
\usepackage[dvips,letterpaper,margin=1in]{geometry}
\bibliographystyle{plain}
% Start document
\begin{document}
%%%%%%%%%%%%%%%%%%%% Title Page %%%%%%%%%%%%%%%%%%%%%%%%
% some code for the title page taken from https://www.overleaf.com/learn/latex/How_to_Write_a_Thesis_in_LaTeX_(Part_5):_Customising_Your_Title_Page_and_Abstract 
\begin{titlepage}
\begin{center}
        \vspace*{1cm}
 
        \Huge
        \textbf{Candidacy Examination} \\
        \LARGE{In Partial Fulfillment of the Requirements for the\\ Degree of \\ Doctor of Philosophy in Chemistry}
 
        \vspace{0.5cm}
        \LARGE
        % Subtitle
 
        \vspace{1.5cm}
 
        \textbf{Full Name}
 
        \vfill
 
    
 
        \vspace{0.8cm}
        
        \includegraphics{caltech.png} 
        
        \Large
        
        Division of Chemistry and Chemical Engineering\\
        California Institute of Technology\\
        Date
        
\end{center}
\end{titlepage}
\tableofcontents 
\newpage
%%%%%%%%%%%%%%%%% Start of Body %%%%%%%%%%%%%%%%%%%%%%%%
\section{Research Update}
\subsection*{Title}
%%%%%%%%%%%%%%%%%%% Abstract %%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Abstract}
\begin{doublespacing}
%%%%%%%%%%%%%%%%%%% Introduction %%%%%%%%%%%%%%%%%%%%%%%
\subsection{Introduction}
%%%%%%%%%%%%%%%%%%%%%% Methods %%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Methods}
\subsubsection*{Experimental Procedure}
\subsubsection*{Analytical Techniques}
%%%%%%%%%%%%%%%%%%%%%%%%%%% RESULTS %%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Results}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DISCUSSION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Discussion}
       
\subsection{Conclusion}  
 
\subsection{Future Work}
\end{doublespacing}
%%%%%%%%%%%%%%%%%%%%%%%% IN FIELD PROPOSAL %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
\newpage 
%%%%%%%%%%%%%%%%% Start of Body %%%%%%%%%%%%%%%%%%%%%%%%
\section{In-Field Proposal}
\subsection*{Title}
%%%%%%%%%%%%%%%%%%% Abstract %%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{doublespacing}
\subsection{Abstract}
%%%%%%%%%%%%%%%%%%% Introduction %%%%%%%%%%%%%%%%%%%%%%%
\subsection{Introduction}
% example reaction
        
%%%%%%%%%%%%%%%%%%%%%% Methods %%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Methods}
\subsubsection*{Experimental Procedure}
\subsubsection*{Analytical Techniques}
\subsection{Expected Results}
\subsection{Discussion}
\subsection{Next Steps}
\end{doublespacing}
\newpage
%%%%%%%%%%%%%%%%% Start of Body %%%%%%%%%%%%%%%%%%%%%%%%
\section{Out-of-Field Proposal}
\subsection*{Title}
%%%%%%%%%%%%%%%%%%% Abstract %%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{doublespacing}
\subsection{Abstract}
%%%%%%%%%%%%%%%%%%% Introduction %%%%%%%%%%%%%%%%%%%%%%%
\subsection{Introduction}
%%%%%%%%%%%%%%%%%%%%%% Methods %%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Methods}
\subsection{Expected Results}
\subsection{Discussion}
\subsection{Next Steps}
\end{doublespacing}
\newpage
\section{Bibliography}
\bibliography{references.bib}
% for different bib styles:  https://www.overleaf.com/learn/latex/Bibtex_bibliography_styles 
\end{document}