Skip to content

LaTeX classes for formatting scientific documents, including US federal grant proposals.

License

Notifications You must be signed in to change notification settings

KarrLab/latex-grant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CTAN package Documentation License

latex-grant

LaTeX classes for formatting scientific documents, including grant proposals.

  • grants: Base class for formatting grant proposals
  • grant-afosr: Air Force Office of Scientific Research
  • grant-aro: Army Research Office
  • grant-darpa: Defense Advanced Research Projects Agency
  • grant-doe: Department of Energy
  • grant-nih: National Institutes of Health
  • grant-nrl: Naval Research Laboratory
  • grant-nsf: National Science Foundation
  • grant-onr: Office of Naval Research

Installation

Tex Live/MikTeX

The package is available through TeX Live and MikTeX as grant.

Manual install

  1. 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/
  1. Add /path/to/repo/texmf to your list of LaTeX root directories

Example usage

\documentclass{grant-nsf}

\addbibresource{Bibliography.bib}

\begin{document}

\chapter{Project-Summary}
...

\chapter{Project-Description}
...

\chapter{Bibliography \& References Cited}
\printbibliography[heading=none]

\end{document}

License

The example model is released under the MIT license.

Development team

latex-grant was developed by Jonathan Karr at the Icahn School of Medicine at Mount Sinai in New York, USA.

Questions and comments

Please contact the Jonathan Karr with any questions or comments.

About

LaTeX classes for formatting scientific documents, including US federal grant proposals.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages