gnu: Add texlive-biblatex-socialscienceshuberlin.
* gnu/packages/tex.scm (texlive-biblatex-socialscienceshuberlin): New variable.
This commit is contained in:
parent
b71cdcd4b9
commit
a441624d66
1 changed files with 19 additions and 0 deletions
|
@ -4454,6 +4454,25 @@ the fields. This list also includes the claves defined with the
|
||||||
@code{biblatex-claves} package.")
|
@code{biblatex-claves} package.")
|
||||||
(license license:lppl1.3+)))
|
(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
|
(define-public texlive-bibleref
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibleref")
|
(name "texlive-bibleref")
|
||||||
|
|
Reference in a new issue