gnu: Add texlive-biblatex-jura2.

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

View file

@ -3936,6 +3936,24 @@ (define-public texlive-biblatex-iso690
the latest revision of the international standard ISO 690:2010.")
(license license:lppl1.3+)))
(define-public texlive-biblatex-jura2
(package
(name "texlive-biblatex-jura2")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/biblatex-jura2/"
"tex/latex/biblatex-jura2/")
(base32
"1cnsmk46j98z7wk7qs6v9f5m42x124v2nxrnq8n1jcs1jd03q6ry")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/biblatex-jura2")
(synopsis "Citation style for the German legal profession")
(description
"The package offers BibLaTeX support for citations in German legal texts.")
(license license:lppl1.3c)))
(define-public texlive-bibleref
(package
(name "texlive-bibleref")