gnu: Add texlive-biblatex-gost.

* gnu/packages/tex.scm (texlive-biblatex-gost): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-17 19:59:00 +02:00
parent 92b673f9ed
commit 37e49a9fe3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3837,6 +3837,25 @@ (define-public texlive-biblatex-german-legal
the future.")
(license license:lppl1.3c)))
(define-public texlive-biblatex-gost
(package
(name "texlive-biblatex-gost")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/biblatex-gost/"
"tex/latex/biblatex-gost/")
(base32
"0k4fdvhj8ki05arcimxlj3fm2216cijaj5jk5yy95754j3z6byj3")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/biblatex-gost")
(synopsis "BibLaTeX support for GOST standard bibliographies")
(description
"The package provides BibLaTeX support for Russian bibliography style
GOST 7.0.5-2008")
(license license:lppl1.3c)))
(define-public texlive-bibleref
(package
(name "texlive-bibleref")