diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-18 13:39:18 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-19 20:33:49 +0200 |
commit | fcf8f278532659a2d5f8fada1f63104a1ae7cb39 (patch) | |
tree | 52c7583d02d012409a3c780ed0a18c450cca5ac9 /gnu | |
parent | 98fe046b9a885d2dedfa34f8fa27de4c28313b3f (diff) | |
download | guix-fcf8f278532659a2d5f8fada1f63104a1ae7cb39.tar.gz |
gnu: Add texlive-uni-wtal-ger.
* gnu/packages/tex.scm (texlive-uni-wtal-ger): New variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 21 |
1 files changed, 21 insertions, 0 deletions
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 @@ following Korean font families (11 fonts): @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") |