From fcf8f278532659a2d5f8fada1f63104a1ae7cb39 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 18 Aug 2023 13:39:18 +0200 Subject: gnu: Add texlive-uni-wtal-ger. * gnu/packages/tex.scm (texlive-uni-wtal-ger): New variable. --- gnu/packages/tex.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 46ed8461ac..001a589b3b 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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") -- cgit v1.2.3