\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 \section{Introduction} \subfile{sections/00_template} %Pull in introduction %Describe sections The paper is organized as follows. Section \ref{SEC:Models}, describes something important. %\section{Modeling the Environment}\label{SEC:Environment} \section{Model}\label{SEC:Models} Section goes here \newpage \section{References} \printbibliography \newpage \tableofcontents \end{document} % NOTES: % % % % % % % % % %