guix-commits
[Top][All Lists]
Advanced

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

128/163: gnu: Add texlive-listbib.


From: guix-commits
Subject: 128/163: gnu: Add texlive-listbib.
Date: Sat, 19 Aug 2023 14:39:53 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ff5d2d0ed962c4fdae797a31985aebe7e06692e5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 13:27:17 2023 +0200

    gnu: Add texlive-listbib.
    
    * gnu/packages/tex.scm (texlive-listbib): New variable.
---
 gnu/packages/tex.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3a9dce58b2..db500a9d75 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11808,6 +11808,28 @@ grammaticality judgments.  The @code{ps-trees} package 
provides linguistic
 trees.")
     (license license:lppl)))
 
+(define-public texlive-listbib
+  (package
+    (name "texlive-listbib")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/listbib/" "doc/latex/listbib/"
+                   "scripts/listbib/" "source/latex/listbib/"
+                   "tex/latex/listbib/")
+             (base32
+              "1k4xwmv6lh1vaggimzmiqib8aai9dm0j586m0hds04485pvhv5ky")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (arguments (list #:link-scripts #~(list "listbib")))
+    (home-page "https://ctan.org/pkg/listbib";)
+    (synopsis "Lists contents of BibTeX files")
+    (description
+     "This package generates listings of bibliographic data bases in BibTeX
+format.  Included is a @file{listbib.bst}, which is better suited for this
+purpose than the standard styles.")
+    (license license:gpl3+)))
+
 (define-public texlive-lithuanian
   (package
     (name "texlive-lithuanian")



reply via email to

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