me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-biblatex-nottsclassic.

* gnu/packages/tex.scm (texlive-biblatex-nottsclassic): New variable.
Nicolas Goaziou 2023-08-17 21:14:52 +02:00
parent cf94a487a4
commit 8b2d626fb3
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

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