\documentclass{article} %Setup Subfiles \usepackage{subfiles} %Include preambles \input{../assets/preambles/MathPreamble} \input{../assets/preambles/TikzitPreamble} \input{../assets/preambles/BibPreamble} \input{../assets/preambles/GeneralPreamble} \title{Title Goes Here \\ \small{subtitle goes here}} \author{William King} \begin{document} \maketitle %Describe sections %--------------------------------------------------------------- \section{Introduction}\label{SEC:Results} %--------------------------------------------------------------- The paper is organized as follows. Section \ref{SEC:Models}, describes something important. \subfile{sections/01_Introduction} %--------------------------------------------------------------- \section{Literature Review}\label{SEC:LiteratureReview} %--------------------------------------------------------------- \subfile{sections/05_LitReview} %--------------------------------------------------------------- \section{Data}\label{SEC:Data} %--------------------------------------------------------------- \subfile{sections/02_data} %--------------------------------------------------------------- \section{Causal Identification}\label{SEC:CausalIdentification} %--------------------------------------------------------------- \subfile{sections/03_CausalIdentification} %--------------------------------------------------------------- \section{Econometric Model}\label{SEC:EconometricModel} %--------------------------------------------------------------- \subfile{sections/04_EconometricModel} %--------------------------------------------------------------- \section{Results}\label{SEC:Results} %--------------------------------------------------------------- \newpage \section{References} \printbibliography \newpage \tableofcontents \end{document} % NOTES: % % % % % % % % % %