gnu: Add texlive-uni-wtal-ger.

* gnu/packages/tex.scm (texlive-uni-wtal-ger): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-18 13:39:18 +02:00
parent 98fe046b9a
commit fcf8f27853
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17791,6 +17791,27 @@ (define-public texlive-unfonts-extra
@end itemize")
(license license:gpl2)))
(define-public texlive-uni-wtal-ger
(package
(name "texlive-uni-wtal-ger")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/uni-wtal-ger/"
"tex/latex/uni-wtal-ger/")
(base32
"0bxrvl10ccdqarffdf3xzcihnid8h84sv1hcbncjmwq249kf3f96")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/uni-wtal-ger")
(synopsis
"Citation style for literary studies at the University of Wuppertal")
(description
"The package defines a BibLaTeX citation style based on the author-title
style of @code{biblatex-dw}. The citations are optimised for literary studies
in faculty of humanities at the Bergische Universitat Wuppertal.")
(license license:lppl1.3+)))
(define-public texlive-unicode-alphabets
(package
(name "texlive-unicode-alphabets")