Archived
1
0
Fork 0

gnu: Add texlive-biblatex-historian.

* gnu/packages/tex.scm (texlive-biblatex-historian): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-17 19:59:41 +02:00
parent 37e49a9fe3
commit 50aa0818dc
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3856,6 +3856,25 @@ the future.")
GOST 7.0.5-2008") GOST 7.0.5-2008")
(license license:lppl1.3c))) (license license:lppl1.3c)))
(define-public texlive-biblatex-historian
(package
(name "texlive-biblatex-historian")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/biblatex-historian/"
"tex/latex/biblatex-historian/")
(base32
"0y9jvjyji39ly5pf72qhnnlsrixaxjxdx529lyav8bhd2zz3c5s7")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/biblatex-historian")
(synopsis "BibLaTeX style based on the @emph{Turabian Manual}")
(description
"This package provides a BibLaTeX style, based on the @emph{Turabian
Manual} (a version of Chicago).")
(license license:lppl)))
(define-public texlive-bibleref (define-public texlive-bibleref
(package (package
(name "texlive-bibleref") (name "texlive-bibleref")