\documentclass{article} %Setup Subfiles \usepackage{subfiles} %Include preambles \input{../assets/preambles/MathPreamble} \input{../assets/preambles/TikzitPreamble} \input{../assets/preambles/BibPreamble} \input{../assets/preambles/GeneralPreamble} \usepackage{float} \usepackage{csquotes} %setup paragraph level indexing \usepackage{titlesec} \setcounter{secnumdepth}{4} \titleformat{\paragraph} {\normalfont\normalsize\bfseries}{\theparagraph}{1em}{} \titlespacing*{\paragraph} {0pt}{3.25ex plus 1ex minus .2ex}{1.5ex plus .2ex} \title{The effects of market conditions and enrollment on the completion of clinical trials\\ \small{Preliminary Draft}} \author{William King} \usepackage{multirow} \usepackage{multicol} \begin{document} \maketitle %Describe sections %\begin{center} %\textbf{Abstract} %\end{center} %--------------------------------------------------------------- \section{Introduction}\label{SEC:Introduction} %--------------------------------------------------------------- \subfile{sections/11_intro_and_lit} % \subfile{sections/01_introduction} % %--------------------------------------------------------------- % \section{Literature Review}\label{SEC:LiteratureReview} % %--------------------------------------------------------------- % \subfile{sections/05_LitReview} \section{Clincal Trial Background}\label{SEC:ClinicalTrials} \subfile{sections/12_clinical_trial_background} The paper proceeds as follows. Then section \ref{SEC:data} covers the data sources and the proposed data generating process as well as the causal identification. Section \ref{SEC:EconometricModel} describes the econometric model used. Section \ref{SEC:Results} discusses the results of the analysis. \todo{Review this after writing a few mor sections.} %--------------------------------------------------------------- \section{Causal Story and Data}\label{SEC:Data} %--------------------------------------------------------------- \subfile{sections/10_CausalStory} \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} %--------------------------------------------------------------- \subfile{sections/06_Results} %--------------------------------------------------------------- \section{Improvements}\label{SEC:Improvements} %--------------------------------------------------------------- \subfile{sections/08_PotentialImprovements} %--------------------------------------------------------------- \section{Conclusion}\label{SEC:Conclusion} %--------------------------------------------------------------- \subfile{sections/09_Conclusion} \newpage %--------------------------------------------------------------- \section{References} %--------------------------------------------------------------- \printbibliography \newpage %--------------------------------------------------------------- \section{Appendicies} %--------------------------------------------------------------- \newpage \tableofcontents \end{document} % NOTES: % % % % % % % % % %