guix-commits
[Top][All Lists]
Advanced

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

147/163: gnu: Add texlive-splitbib.


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

ngz pushed a commit to branch master
in repository guix.

commit 57f2c3504414743abf03381e10b9673bc980f446
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 13:38:13 2023 +0200

    gnu: Add texlive-splitbib.
    
    * gnu/packages/tex.scm (texlive-splitbib): 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 8044f50404..87458e2dad 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -16652,6 +16652,27 @@ can be adjusted with respect to relative position and 
format, and can be used
 in text and math mode.")
     (license license:cc-by4.0)))
 
+(define-public texlive-splitbib
+  (package
+    (name "texlive-splitbib")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/splitbib/"
+                   "source/latex/splitbib/"
+                   "tex/latex/splitbib/")
+             (base32
+              "18jhdrj9zfnqr4wyazxsqng6a88fwgkw2ka03qskjps8s9pc2fw7")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/splitbib";)
+    (synopsis "Split and reorder your bibliography")
+    (description
+     "This package enables you to split a bibliography into several categories
+and subcategories.  It does not depend on BibTeX: any bibliography may be
+split and reordered.")
+    (license license:lppl)))
+
 (define-public texlive-stage
   (package
     (name "texlive-stage")



reply via email to

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