guix-commits
[Top][All Lists]
Advanced

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

98/163: gnu: Add texlive-compactbib.


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

ngz pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 015476c2a5..0c6ab9a393 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6821,6 +6821,23 @@ domain and range, and function operation) and various 
reference commands.")
 easy to design, parse and tweak.")
     (license license:expat)))
 
+(define-public texlive-compactbib
+  (package
+    (name "texlive-compactbib")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "tex/latex/compactbib/")
+             (base32
+              "077l73vb0rcxy1n51r3wmcb7gma6nn3xrl543a67n96lpp5xvnnk")))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/compactbib";)
+    (synopsis "Multiple thebibliography environments")
+    (description
+     "This package allows a second bibliography, optionally with a different
+title, after the main bibliography.")
+    (license license:lppl)))
+
 (define-public texlive-compare
   (package
     (name "texlive-compare")



reply via email to

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