texlive-grant 2024.2
Classes for formatting federal grant proposals
This package provides LaTeX classes for formatting federal grant proposals:
grant: base class for formatting grant proposals;
grant-arl: Army Research Laboratory;
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.
- Outputs:
doc
,out
- Website: https://ctan.org/pkg/grant
- Licenses: Expat
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install texlive-grant 2024.2
as follows:
guix install texlive-grant@2024.2
Or install the latest version:
guix install texlive-grant
The texlive-grant
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install texlive-grant:doc
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.