guix-commits
[Top][All Lists]
Advanced

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

82/163: gnu: Add texlive-bibtopicprefix.


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

ngz pushed a commit to branch master
in repository guix.

commit a2c34444c730f1a6c2004523df4b027f230b1099
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 11:53:10 2023 +0200

    gnu: Add texlive-bibtopicprefix.
    
    * gnu/packages/tex.scm (texlive-bibtopicprefix): 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 96febef7b7..40dfd5a7f4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4894,6 +4894,28 @@ have bibliographies specific to one part of a document, 
see the packages
 @code{bibunits} or @code{chapterbib}.")
     (license license:gpl3+)))
 
+(define-public texlive-bibtopicprefix
+  (package
+    (name "texlive-bibtopicprefix")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/bibtopicprefix/"
+                   "source/latex/bibtopicprefix/"
+                   "tex/latex/bibtopicprefix/")
+             (base32
+              "1fadq51adii1453v31xj7p328h4rvans1ynmxjcmnwhlj4hdjp5n")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/bibtopicprefix";)
+    (synopsis "Prefix references to bibliographies produced by
+@code{bibtopic}")
+    (description
+     "The package permits users to apply prefixes (fixed strings) to
+references to entries in bibliographies produced by the @code{bibtopic}
+package.")
+    (license license:lppl)))
+
 (define-public texlive-binomexp
   (package
     (name "texlive-binomexp")



reply via email to

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