guix-commits
[Top][All Lists]
Advanced

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

97/163: gnu: Add texlive-collref.


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

ngz pushed a commit to branch master
in repository guix.

commit 00eb205301e8b8458456a6b9047076caa1f50d5a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 12:02:12 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1452f3be5d..015476c2a5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6744,6 +6744,26 @@ quickly verifies the consistency of the fiscal code 
string, and can therefore
 be useful for lawyers and accountants that use fiscal codes very frequently.")
     (license license:lppl1.3+)))
 
+(define-public texlive-collref
+  (package
+    (name "texlive-collref")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/collref/" "source/latex/collref/"
+                   "tex/latex/collref/")
+             (base32
+              "0gvla01fypbdqvjg0zziy4cl2s6z441pvn3s8b45dvz4hy1hkfji")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/collref";)
+    (synopsis "Collect blocks of references into a single reference")
+    (description
+     "The package automatically collects multiple @code{\\bibitem} references,
+which always appear in the same sequence in @code{\\cite}, into a single
+@code{\\bibitem} block.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-colorsep
   (package
     (name "texlive-colorsep")



reply via email to

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