guix-commits
[Top][All Lists]
Advanced

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

152/163: gnu: Add texlive-usebib.


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

ngz pushed a commit to branch master
in repository guix.

commit 3c3175d1b67940bf16649fbe21f868c44162cb1a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 13:41:05 2023 +0200

    gnu: Add texlive-usebib.
    
    * gnu/packages/tex.scm (texlive-usebib): 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 e61958be6b..956771b4da 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -17902,6 +17902,28 @@ file which has a reasonably conventional structure.  
The result is meant to be
 robust rather than pretty.")
     (license (list license:gpl2 license:lppl))))
 
+(define-public texlive-usebib
+  (package
+    (name "texlive-usebib")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/usebib/" "source/latex/usebib/"
+                   "tex/latex/usebib/")
+             (base32
+              "1qymf8hnp7ilzm030ypbagmw6nicdfy8lhry20viws1v7dibk9l0")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/usebib";)
+    (synopsis "Simple bibliography processor")
+    (description
+     "The package is described by its author as @emph{a poor person's
+replacement for the more powerful methods provided by BibLaTeX to access data
+from a @file{.bib} file}.  Its principle commands are @code{\\bibinput}, which
+specifies a database to use, and @code{\\usebibdata}, which typesets a single
+field from a specified entry in that database.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-velthuis
   (package
     (name "texlive-velthuis")



reply via email to

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