gnu: Add texlive-biblatex-swiss-legal.

* gnu/packages/tex.scm (texlive-biblatex-swiss-legal): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-17 21:29:35 +02:00
parent 8757255542
commit d6192f072f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4556,6 +4556,28 @@ (define-public texlive-biblatex-subseries
system.")
(license license:lppl1.3+)))
(define-public texlive-biblatex-swiss-legal
(package
(name "texlive-biblatex-swiss-legal")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/biblatex-swiss-legal/"
"tex/latex/biblatex-swiss-legal/")
(base32
"1x4dy1vxrbx0xkw3vysvcds0s1jz9w1pwri5ypiidj517sdsnff4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/biblatex-swiss-legal")
(synopsis
"Bibliography and citation styles following Swiss legal practice")
(description
"The package provides BibLaTeX bibliography and citation styles for
documents written in accordance with Swiss legal citation standards in either
French or German. However, the package is at present outdated and does not
work properly with newer versions of BibLaTeX.")
(license license:lppl1.3+)))
(define-public texlive-bibleref
(package
(name "texlive-bibleref")