diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-22 16:20:33 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-24 11:10:53 +0200 |
commit | bc40da5e5b90546927877412db877b35e1b01837 (patch) | |
tree | 960d747590f19fc8bd53201ea1aab65eeed04e00 /gnu | |
parent | 989f6ef6817f0658d188159ad9286a4ec01971f6 (diff) | |
download | guix-bc40da5e5b90546927877412db877b35e1b01837.tar.gz guix-bc40da5e5b90546927877412db877b35e1b01837.zip |
gnu: Add texlive-nihbiosketch.
* gnu/packages/tex.scm (texlive-nihbiosketch): New variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 2d15e67f3d..6445394ae4 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -23198,6 +23198,27 @@ and clever references.") National Institutes of Health}, a US government agency.") (license license:lppl))) +(define-public texlive-nihbiosketch + (package + (name "texlive-nihbiosketch") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/nihbiosketch/" + "tex/latex/nihbiosketch/") + (base32 + "15d22va4bxwy6h0dwahpakiqry0pq0j4mpc0rbm10lgm3z7hz25c"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/nihbiosketch") + (synopsis "Class for NIH biosketches based on the 2015 updated format") + (description + "This LaTeX document class tries to adhere to the Biographical Sketch +formatting requirements outlined in NIH Notice NOT-OD-15-032.. This new +format is required for applications submitted for due dates on or after May +25, 2015.") + (license license:lppl1.3+))) + (define-public texlive-nucleardata (package (name "texlive-nucleardata") |