LaTeX classes for formatting scientific documents, including grant proposals.
grants: Base class for formatting grant proposalsgrant-afosr: Air Force Office of Scientific Researchgrant-aro: Army Research Officegrant-darpa: Defense Advanced Research Projects Agencygrant-doe: Department of Energygrant-nih: National Institutes of Healthgrant-nrl: Naval Research Laboratorygrant-nsf: National Science Foundationgrant-onr: Office of Naval Research
The package is available through TeX Live and MikTeX as grant.
- Compile the LaTeX classes
cd /path/to/repo
cd grant
latex grant.ins
mkdir -p /path/to/repo/texmf/tex/latex/grant/
mv *.cls /path/to/repo/texmf/tex/latex/grant/
- Add
/path/to/repo/texmfto your list of LaTeX root directories
\documentclass{grant-nsf}
\addbibresource{Bibliography.bib}
\begin{document}
\chapter{Project-Summary}
...
\chapter{Project-Description}
...
\chapter{Bibliography \& References Cited}
\printbibliography[heading=none]
\end{document}
The example model is released under the MIT license.
latex-grant was developed by Jonathan Karr at the Icahn School of Medicine at Mount Sinai in New York, USA.
Please contact the Jonathan Karr with any questions or comments.