https://github.com/johnwickerson/grant
LaTeX class for writing grant proposals
https://github.com/johnwickerson/grant
Last synced: 4 months ago
JSON representation
LaTeX class for writing grant proposals
- Host: GitHub
- URL: https://github.com/johnwickerson/grant
- Owner: johnwickerson
- Created: 2018-09-19T10:22:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-24T15:59:49.000Z (over 4 years ago)
- Last Synced: 2025-04-24T04:47:56.946Z (over 1 year ago)
- Language: TeX
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grant
A LaTeX class for writing grant proposals
Example usage:
\documentclass[supercite]{grant}
\usepackage{pdfpages}
\bibliography{/path/to/bibfile}
\title{Title of project}
\subtitle{Optional subtitle here}
\begin{document}
\begin{abstract}
Blah blah.
\end{abstract}
\section{Context}
Blah blah.
\section{Track record}
Blah blah.
\section{Work plan}
The project will be divided into two work-packages.
\subsubsection*{\WP1---}
Blah blah.
\paragraph{Deliverable:} blah.
\paragraph{Risks:} blah.
\subsubsection*{\WP2---}
Blah blah.
\paragraph{Deliverable:} blah.
\paragraph{Risks:} blah.
\section{Track record}
Blah blah.
\clearpage
\printbibliography
\includepdf[pages={-}]{support_letter.pdf}
\end{document}
Options:
- `[supercite]` typesets citations as footnotes (i.e., superscript).
- `[tinybib]` typesets the bibliography in `\tiny` size (the default is `\small`).