Thesis/main.tex
Split 2886662a66 Demo: todonotes integration for Split's editing comments
Added:
- todonotes.sty (local copy since tlmgr had version mismatch)
- \split{} and \splitinline{} commands for margin/inline comments
- Example comments in goals section demonstrating the workflow

To remove when done: delete the todonotes block in main.tex preamble
2026-03-09 21:25:00 -04:00

54 lines
1.3 KiB
TeX

\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_v1.tex}
\newpage
\tableofcontents
\newpage
\pagenumbering{arabic}
\input{1-goals-and-outcomes/v1}
\newpage
\input{2-state-of-the-art/v2}
\newpage
\input{3-research-approach/v3}
\newpage
\input{4-metrics-of-success/v1}
\newpage
\input{5-risks-and-contingencies/v1}
\newpage
\input{6-broader-impacts/v1}
\newpage
\input{8-schedule/v1}
\bibliographystyle{ieeetr}
\bibliography{references}
% White Paper (optional)
% \input{whitepaper/v1}
\end{document}