Obsidian/Writing/ERLM/main.tex
Dane Sabo 61ffd5ff23 Auto sync: 2025-12-03 16:35:21 (20 files changed)
M  .task/backlog.data

M  .task/pending.data

M  .task/undo.data

D  ERLM-Proposal-Review-Detailed.md

D  ERLM-Proposal-Review-Summary.md

A  Writing/ERLM/:w

D  Writing/ERLM/Discrete

A  Writing/ERLM/ERLM-Proposal-Review-Detailed.md
2025-12-03 16:35:21 -05:00

31 lines
768 B
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
\begin{document}
\maketitle
\input{goals-and-outcomes/v6}
\input{state-of-the-art/v6}
\input{research-approach/v3}
\input{metrics-of-success/v1}
\input{risks-and-contingencies/v1}
\input{broader-impacts/v1}
\input{budget/v1}
\input{schedule/v1}
\input{supplemental-sections/v1}
\newpage
\bibliography{references}
% White Paper
% \input{whitepaper/v1}
\end{document}