From 47f08f1016ad104b753c41d9afd2eaf318ce364b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 22 Aug 2016 22:31:45 +0000 Subject: grant (22aug16) git-svn-id: svn://tug.org/texlive/trunk@41905 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/grant/LICENSE | 21 ++++++++++ Master/texmf-dist/doc/latex/grant/README.md | 62 ++++++++++++++++++++++++++++ Master/texmf-dist/doc/latex/grant/VERSION | 1 + Master/texmf-dist/doc/latex/grant/grant.pdf | Bin 0 -> 115574 bytes 4 files changed, 84 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/grant/LICENSE create mode 100644 Master/texmf-dist/doc/latex/grant/README.md create mode 100644 Master/texmf-dist/doc/latex/grant/VERSION create mode 100644 Master/texmf-dist/doc/latex/grant/grant.pdf (limited to 'Master/texmf-dist/doc/latex/grant') diff --git a/Master/texmf-dist/doc/latex/grant/LICENSE b/Master/texmf-dist/doc/latex/grant/LICENSE new file mode 100644 index 00000000000..1e5a0997655 --- /dev/null +++ b/Master/texmf-dist/doc/latex/grant/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 Karr Lab + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Master/texmf-dist/doc/latex/grant/README.md b/Master/texmf-dist/doc/latex/grant/README.md new file mode 100644 index 00000000000..514326d9491 --- /dev/null +++ b/Master/texmf-dist/doc/latex/grant/README.md @@ -0,0 +1,62 @@ +[![CTAN package](https://img.shields.io/badge/ctan-latest-orange.svg)](https://www.ctan.org/pkg/grant) +[![Documentation](https://readthedocs.org/projects/gdoc-down/badge/?version=latest)](https://github.com/KarrLab/latex-grant) +[![License](https://img.shields.io/github/license/KarrLab/latex-grant.svg)](LICENSE) + +# latex-grant + +LaTeX classes for formatting scientific documents, including grant proposals. +* `grants`: 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 + +## 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/tex/latex/grant/ + mv *.cls /path/to/repo/tex/latex/grant/ + ``` +2. Add `/path/to/repo` 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](LICENSE). + +## Development team +`latex-grant` was developed by [Jonathan Karr](http://www.karrlab.org) at the Icahn School of Medicine at Mount Sinai in New York, USA. + +## Questions and comments +Please contact the [Jonathan Karr](http://www.karrlab.org) with any questions or comments. diff --git a/Master/texmf-dist/doc/latex/grant/VERSION b/Master/texmf-dist/doc/latex/grant/VERSION new file mode 100644 index 00000000000..6812f8122ef --- /dev/null +++ b/Master/texmf-dist/doc/latex/grant/VERSION @@ -0,0 +1 @@ +0.0.3 \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/grant/grant.pdf b/Master/texmf-dist/doc/latex/grant/grant.pdf new file mode 100644 index 00000000000..73387da30b2 Binary files /dev/null and b/Master/texmf-dist/doc/latex/grant/grant.pdf differ -- cgit v1.2.3