KarrLab / latex-grant

LaTeX classes for formatting scientific documents, including US federal grant proposals.
MIT License
23 stars 9 forks source link
grant-proposals latex

CTAN package Documentation License

latex-grant

LaTeX classes for formatting scientific documents, including grant proposals.

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/
  2. 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.