guix-commits
[Top][All Lists]
Advanced

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

58/163: gnu: Add texlive-biblatex-nottsclassic.


From: guix-commits
Subject: 58/163: gnu: Add texlive-biblatex-nottsclassic.
Date: Sat, 19 Aug 2023 14:39:35 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8b2d626fb3cc1b81815ddce1f2a24b5d5e7b0e47
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 21:14:52 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index aa49085149..71f8476e14 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4218,6 +4218,25 @@ preparing papers for submission to the journal 
@emph{Nature}.")
 Journal of Medicine (NEJM).")
     (license license:lppl1.3+)))
 
+(define-public texlive-biblatex-nottsclassic
+  (package
+    (name "texlive-biblatex-nottsclassic")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/biblatex-nottsclassic/"
+                   "tex/latex/biblatex-nottsclassic/")
+             (base32
+              "13rvxykjyah5vn44sfagf1ggqhh1hd1qhz9m6jb87yhwz5snkrxh")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/biblatex-nottsclassic";)
+    (synopsis "Citation style for the University of Nottingham")
+    (description
+     "This citation-style covers the citation and bibliography rules of the
+University of Nottingham.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-bibleref
   (package
     (name "texlive-bibleref")



reply via email to

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