guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

152/296: gnu: Add texlive-nihbiosketch.


From: guix-commits
Subject: 152/296: gnu: Add texlive-nihbiosketch.
Date: Thu, 24 Aug 2023 05:20:34 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit bc40da5e5b90546927877412db877b35e1b01837
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:20:33 2023 +0200

    gnu: Add texlive-nihbiosketch.
    
    * gnu/packages/tex.scm (texlive-nihbiosketch): New variable.
---
 gnu/packages/tex.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]