guix-commits
[Top][All Lists]
Advanced

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

81/163: gnu: Add texlive-bibtopic.


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

ngz pushed a commit to branch master
in repository guix.

commit b51cbb90b21cbbd5929e648384daa70e699e2a14
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 11:52:51 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index debbbd72c5..96febef7b7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4866,6 +4866,34 @@ avoiding the potentially large (macro) impact associated 
with
            license:gpl1
            license:public-domain))))
 
+(define-public texlive-bibtopic
+  (package
+    (name "texlive-bibtopic")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/bibtopic/"
+                   "source/latex/bibtopic/"
+                   "tex/latex/bibtopic/")
+             (base32
+              "1b4lhlw29y37c7pxmqvy4ahgb85bmxrgnr2jhzvdhzdm5y9md7a3")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (arguments (list #:tex-format "latex"))
+    (home-page "https://ctan.org/pkg/bibtopic";)
+    (synopsis "Include multiple bibliographies in a document")
+    (description
+     "The package allows the user to include several bibliographies covering
+different topics or bibliographic material into a document (e.g., one
+bibliography for primary literature and one for secondary literature).  The
+package provides commands to include either all references from a @file{.bib}
+file, only the references actually cited or those not cited in your document.
+The user has to construct a separate @file{.bib} file for each bibliographic
+topic, each of which will be processed separately by BibTeX.  If you want to
+have bibliographies specific to one part of a document, see the packages
+@code{bibunits} or @code{chapterbib}.")
+    (license license:gpl3+)))
+
 (define-public texlive-binomexp
   (package
     (name "texlive-binomexp")



reply via email to

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