me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-uni-wtal-lin.

* gnu/packages/tex.scm (texlive-uni-wtal-lin): New variable.
Nicolas Goaziou 2023-08-18 13:39:31 +02:00
parent fcf8f27853
commit 405d91bc0f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -17812,6 +17812,27 @@ 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-uni-wtal-lin
(package
(name "texlive-uni-wtal-lin")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/uni-wtal-lin/"
"tex/latex/uni-wtal-lin/")
(base32
"07ndzpby3m8ccw3r4sp9plrzmnnpiksvi8plnqyssklalmm406hj")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/uni-wtal-lin")
(synopsis
"Citation style for linguistic studies at the University of Wuppertal")
(description
"The package defines a BibLaTeX citation style based on the standard
author-year style. The citations are optimised for linguistic studies at the
Institute of Linguistics at the Bergische Universitat Wuppertal.")
(license license:lppl1.3+)))
(define-public texlive-unicode-alphabets
(package
(name "texlive-unicode-alphabets")