gnu: Add texlive-biblatex-iso690.

* gnu/packages/tex.scm (texlive-biblatex-iso690): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-17 20:00:42 +02:00
parent b3a74c8c6d
commit bd8f4b3ed4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -3917,6 +3917,25 @@ Archaeology")
Student Research in Archaeology.")
(license license:lppl1.3+)))
(define-public texlive-biblatex-iso690
(package
(name "texlive-biblatex-iso690")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/biblatex-iso690/"
"tex/latex/biblatex-iso690/")
(base32
"07h16m8n8lydph2n567fnx2hzdw15mwyrcgs30x8anv9qxh0z6jf")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/biblatex-iso690")
(synopsis "BibLaTeX style for ISO 690 standard")
(description
"The package provides a bibliography and citation style which conforms to
the latest revision of the international standard ISO 690:2010.")
(license license:lppl1.3+)))
(define-public texlive-bibleref
(package
(name "texlive-bibleref")