gnu: Add texlive-historische-zeitschrift.

* gnu/packages/tex.scm (texlive-historische-zeitschrift): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-18 12:17:41 +02:00
parent 6a05187772
commit 7a4f727808
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10084,6 +10084,25 @@ (define-public texlive-hexgame
an environment that enables the user to draw such a game in a trivial way.")
(license license:lppl)))
(define-public texlive-historische-zeitschrift
(package
(name "texlive-historische-zeitschrift")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/historische-zeitschrift/"
"tex/latex/historische-zeitschrift/")
(base32
"1w8zhk1darw39lrgs4i1p8zk78a1q7skc93ac8qczbrw5pln27k5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/historische-zeitschrift")
(synopsis "BibLaTeX style for the journal @emph{Historische Zeitschrift}")
(description
"The package provides citations according with the house style of the
@emph{Historische Zeitschrift}, a German historical journal.")
(license license:lppl)))
(define-public texlive-hitex
(package
(name "texlive-hitex")