gnu: Add texlive-biblatex-socialscienceshuberlin.

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

View file

@ -4454,6 +4454,25 @@ (define-public texlive-biblatex-shortfields
@code{biblatex-claves} package.")
(license license:lppl1.3+)))
(define-public texlive-biblatex-socialscienceshuberlin
(package
(name "texlive-biblatex-socialscienceshuberlin")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/biblatex-socialscienceshuberlin/"
"tex/latex/biblatex-socialscienceshuberlin/")
(base32
"1klcvjf8vz3bg0q7pmci6hhih52ph0z0hhkbv3iippyy33jhijrc")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/biblatex-socialscienceshuberlin")
(synopsis "BibLaTeX-style for the social sciences at HU Berlin")
(description
"This is a BibLaTeX style for the social sciences at the
Humboldt-Universitat zu Berlin.")
(license license:lppl1.3+)))
(define-public texlive-bibleref
(package
(name "texlive-bibleref")