\documentclass{dane_proposal_format} \usepackage{booktabs} % For professional tables \usepackage{tabularx} % For flexible table columns \usepackage{multirow} % For multi-row cells \usepackage{array} % Enhanced table formatting \usepackage[table]{xcolor} % For colored tables (optional) \usepackage{pgfgantt} \usepackage{pdfpages} % For including PDF files % === SPLIT'S EDITING COMMENTS === % Remove this block when done editing \usepackage[colorinlistoftodos,prependcaption,textsize=small]{todonotes} \newcommand{\split}[1]{\todo[color=green!40,author=Split]{#1}} \newcommand{\splitinline}[1]{\todo[inline,color=green!40,author=Split]{#1}} \setlength{\marginparwidth}{2.5cm} % Make room for margin notes % ================================ \begin{document} \pagenumbering{roman} \maketitle \input{1-goals-and-outcomes/research-statement.tex} \newpage \tableofcontents \newpage \pagenumbering{arabic} \input{1-goals-and-outcomes/goals} \newpage \input{2-state-of-the-art/state-of-art} \newpage \input{3-research-approach/approach} \newpage \input{4-metrics-of-success/metrics} \newpage \input{5-risks-and-contingencies/risks} \newpage \input{6-broader-impacts/impacts} \newpage \input{8-schedule/schedule} \bibliographystyle{ieeetr} \bibliography{references} % White Paper (optional) % \input{whitepaper/v1} \end{document}