guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

150/163: gnu: Add texlive-uni-wtal-lin.


From: guix-commits
Subject: 150/163: gnu: Add texlive-uni-wtal-lin.
Date: Sat, 19 Aug 2023 14:39:58 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 405d91bc0f026dfa8a7df46e602b4d21477767e6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 13:39:31 2023 +0200

    gnu: Add texlive-uni-wtal-lin.
    
    * gnu/packages/tex.scm (texlive-uni-wtal-lin): New variable.
---
 gnu/packages/tex.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 001a589b3b..00b6b9a1d0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]